WorkflowResult

WorkflowResult
Workflow Result

The security service workflow results.

JSON Example
{
    "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
display_name
Optional

The name of the workflow.

string
type
Optional

The type of the workflow.

Enumeration: PLATFORM_DEPLOYMENT, PLATFORM_DELETE, PLATFORM_DEPLOYMENT_PRECHECK, CONFIG_UPDATE, CONFIG_UPDATE_PRECHECK, PROVIDER_UPDATE
start_time
Optional

Timestamp in milliseconds since epoch.

end_time
Optional

Timestamp in milliseconds since epoch.

string
state
Optional

The current status of the workflow.

Enumeration: UNKNOWN, NOT_STARTED, QUEUED, RUNNING, STOPPING, STOPPED, FAILED, ROLLBACK_QUEUED, ROLLBACK_RUNNING, ROLLBACK_STOPPING, ROLLBACK_STOPPED, ROLLBACK_FAILED, ROLLBACK_COMPLETED, ABORTED, COMPLETED
string
phase
Optional

The current phase of the workflow.

Enumeration: DRAFT, EXECUTE, COMPLETE, DELETE, UPDATE
array of JobResult
jobs
Optional

A list of job states that belong to this workflow.

Property Of