WorkflowStatus
Workflow Status
The security service workflow status.
JSON Example
{
"platform_id": "string",
"platform_name": "string",
"phase": "string",
"workflow_results": [
{
"display_name": "string",
"type": "string",
"start_time": 0,
"end_time": 0,
"state": "string",
"phase": "string",
"jobs": [
{
"id": 0,
"display_name": "string",
"details": "string",
"start_time": 0,
"end_time": 0,
"state": "string"
}
]
}
]
}
string
platform_id
Optional
The ID of the Platform instance.
string
platform_name
Optional
The name of the Platform instance.
string
phase
Optional
The current phase of the workflow.
- DRAFT: The starting phase.
- PRECHECK: The phase where the deployment precheck takes place.
- DEPLOYMENT: The phase where the deployment takes place.
- DELETE: The phase for cleanup platform tasks after completion.
- UPDATE_PRECHECK: The phase where the update platform precheck takes place after deployment.
- UPDATE: The phase where the update platform takes place after deployment.
Enumeration:
DRAFT,
PRECHECK,
DEPLOYMENT,
DELETE,
UPDATE_PRECHECK,
UPDATE