Systems
API Key Scope: systems / services
Authorizations
Responses
200
OK
application/json
Responseany
default
Error returned from the data management.
application/json
get
/systems/servicesGET /api/v2/systems/services HTTP/1.1
Host: localhost
Authorization: Basic username:password
Accept: */*
No content
API Key Scope: systems / hosts
Authorizations
Responses
200
OK
application/json
Responseany
default
Error returned from the data management.
application/json
get
/systems/hostsGET /api/v2/systems/hosts HTTP/1.1
Host: localhost
Authorization: Basic username:password
Accept: */*
No content
API Key Scope: licenses / show
Authorizations
Responses
200
OK
application/json
Responseany
default
Error returned from the data management.
application/json
get
/systems/licenseGET /api/v2/systems/license HTTP/1.1
Host: localhost
Authorization: Basic username:password
Accept: */*
No content
API Key Scope: licenses / update
Authorizations
Body
anyOptional
Responses
200
OK
application/json
Responseany
422
The received resource was not correctly formatted.
application/json
default
Error returned from the data management.
application/json
put
/systems/licensePUT /api/v2/systems/license HTTP/1.1
Host: localhost
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
No content
Authorizations
Body
Responses
200
The var file created
application/x-yaml
Responsestring · binary
post
/systems/reset/generate_varsPOST /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-11-05T15:49:53.953Z",
"before": "2025-11-05T15:49:53.953Z"
}
]
}200
The var file created
binaryLast updated
Was this helpful?