/sys/status/{token}/args

A list of strings that provide additional information to the error or info tag.

Get /sys/status/{token}/args

SecurityApiKey
Request
path Parameters
token
required
string

The token returned when a long-running operation was started.

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/{token}/args
Request samples
Response samples
application/json
{
  • "result": [
    ],
  • "error": "Error message (present if an error occurred)."
}