/sys/status/{token}/info

If set, indicates the action the long-running operation is currently performing. The meaning of this value depends on the operation being performed. Generally, the string is a short tag. For example, RESTORE to indicate that data is being restored to the database. Before presenting the tag to a user, it must be translated to a human-readable string. The strings in member args provide additional info about the action being performed.

Get /sys/status/{token}/info

SecurityApiKey
Request
path Parameters
token
required
string

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

Responses
200

Normal response.

401

Unauthorized response.

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