/sys/status/{token}/args/{idx}

A string that provides additional information to the error or info tag.

Get /sys/status/{token}/args/{idx}

SecurityApiKey
Request
path Parameters
token
required
string

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

idx
required
integer >= 0

The index of a status argument.

Responses
200

Normal response.

401

Unauthorized response.

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