Workflow
Workflow
Workflow details.
JSON Example
{
"errors": [
"string"
],
"resource": {
"type": "string"
},
"status": "string",
"steps": [
{
"status": "string",
"type": "string"
}
],
"type": "string",
"warnings": [
"string"
]
}
array of
string
errors
Optional
List of errors.
string
status
Optional
Workflow status.
Possible values are :
NOT_STARTED,
IN_PROGRESS,
PAUSED,
SUCCESS,
FAILED,
string
type
Optional
Workflow type.
Possible values are :
COLLECT_CONFIG,
ASSESSMENT,
EXTEND_DVPG,
MIGRATE_VMS_TO_OVERLAY,
MIGRATE_VMS_TO_DVPG,
MIGRATE_GATEWAY,
DISCONNECT_BRIDGE,
array of
string
warnings
Optional
List of warnings.