Systems
API Key Scope: systems / services
Pass the username and password of a user in the authorization header. This currently gives full access.
OK
Error returned from the data management.
GET /api/v2/systems/services HTTP/1.1
Host: localhost
Authorization: Basic username:password
Accept: */*
No content
API Key Scope: systems / hosts
Pass the username and password of a user in the authorization header. This currently gives full access.
OK
Error returned from the data management.
GET /api/v2/systems/hosts HTTP/1.1
Host: localhost
Authorization: Basic username:password
Accept: */*
No content
API Key Scope: licenses / show
Pass the username and password of a user in the authorization header. This currently gives full access.
OK
Error returned from the data management.
GET /api/v2/systems/license HTTP/1.1
Host: localhost
Authorization: Basic username:password
Accept: */*
No content
API Key Scope: licenses / update
Pass the username and password of a user in the authorization header. This currently gives full access.
OK
The received resource was not correctly formatted.
Error returned from the data management.
PUT /api/v2/systems/license HTTP/1.1
Host: localhost
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
No content
Pass the username and password of a user in the authorization header. This currently gives full access.
The var file created
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"
}
]
}The var file created
binaryLast updated
Was this helpful?