/sys/status

The status of long-running operations. For security reasons, this resource always returns an empty object. That is, only applications that know the token of a long-running operation can inquire on its status.

Get /sys/status

SecurityApiKey
Request
query Parameters
max-depth
integer >= 1

Limit output depth of the response. See Max-Depth.

Example: max-depth=2
filter
string

Response filter string. See Filter-Spec.

Example: filter={foo,bar}
Responses
200

Normal response.

401

Unauthorized response.

get/sys/status
Request samples
Response samples
application/json
{
  • "result": { },
  • "error": "Error message (present if an error occurred)."
}