RecoveryStepDrResponseEntity
RecoveryStepDrResponseEntity
Information about a recovery step.
AllOf
This class requires all of the following:
JSON Example
{
"plan_callout_position_spec": {
"position_spec_index": 0,
"position_spec_position": "string"
},
"vm_callout_position_spec": {
"vm_id": "string",
"pre_power_on": false,
"index": 0
},
"title": "string",
"step_number": "string",
"child_count": 0,
"depth": 0,
"finish_time": 0,
"start_time": 0,
"expanded": false,
"id": 0,
"progress": 0,
"status": "string",
"warnings": [
{}
],
"errors": [
{}
],
"referred_object": "string",
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}
}