SwitchoverStatus
SwitchoverStatus
JSON Example
{
"current_step": {
"description": "string",
"name": "string",
"parts": [
{
"description": "string",
"error": "string",
"name": "string",
"percentage": 0,
"status": "string"
}
]
},
"current_step_number": 0,
"note": "string",
"number_of_steps": 0,
"overall_status": "string"
}
integer As int64
As int64
current_step_number
Required
Current number
string
note
Required
Special messages, most of the time this will be empty, i.e. If SM performing the operation went down, another SM will restart the progress.
integer As int64
As int64
number_of_steps
Required
Total number of steps
string
overall_status
Required
Status of the operation
Possible values are :
NOT_STARTED,
RUNNING,
ERROR,
COMPLETE,