Systems

Get status of running services.

get

API Key Scope: systems / services

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Responses
200

OK

application/json
Responseany
get
/systems/services
GET /api/v2/systems/services HTTP/1.1
Host: localhost
Authorization: Basic username:password
Accept: */*

No content

Get info about hosts.

get

API Key Scope: systems / hosts

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Responses
200

OK

application/json
Responseany
get
/systems/hosts
GET /api/v2/systems/hosts HTTP/1.1
Host: localhost
Authorization: Basic username:password
Accept: */*

No content

Get information about current license.

get

API Key Scope: licenses / show

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Responses
200

OK

application/json
Responseany
get
/systems/license
GET /api/v2/systems/license HTTP/1.1
Host: localhost
Authorization: Basic username:password
Accept: */*

No content

Set new license

put

API Key Scope: licenses / update

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Body
anyOptional
Responses
200

OK

application/json
Responseany
put
/systems/license
PUT /api/v2/systems/license HTTP/1.1
Host: localhost
Authorization: Basic username:password
Content-Type: application/json
Accept: */*

No content

Creates a YAML file with selected tables and downloads it

post
Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Body
Responses
200

The var file created

application/x-yaml
Responsestring · binary
post
/systems/reset/generate_vars
POST /api/v2/systems/reset/generate_vars HTTP/1.1
Host: localhost
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 102

{
  "sections": [
    {
      "value": "full",
      "after": "2025-12-02T09:31:56.509Z",
      "before": "2025-12-02T09:31:56.509Z"
    }
  ]
}
200

The var file created

binary

Last updated

Was this helpful?