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

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

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

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

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
200

The var file created

Last updated

Was this helpful?