Stage

Stage
Stage

Represents a Stage

JSON Example
{
    "name": "string",
    "type": "string",
    "description": "string",
    "status": "One among: PENDING, IN_PROGRESS, SUCCESSFUL, FAILED",
    "creationTimestamp": "string",
    "completionTimestamp": "string",
    "errors": [
        {
            "errorCode": "string",
            "errorType": "string",
            "arguments": [
                "string"
            ],
            "context": {
                "context": "string"
            },
            "notifications": [
                {
                    "severity": "string",
                    "message": "string",
                    "remediations": [
                        {
                            "message": "string",
                            "link": "string"
                        }
                    ],
                    "impactMessage": "string"
                }
            ],
            "message": "string",
            "remediationMessage": "string",
            "causes": [
                {
                    "type": "string",
                    "message": "string"
                }
            ],
            "nestedErrors": [
                "Error Object"
            ],
            "referenceToken": "string",
            "label": "string",
            "remediationUrl": "string"
        }
    ]
}
string
name
Required   Read-Only  
Constraints: minLength: 1

Stage name

string
type
Required   Read-Only  
Constraints: minLength: 1

Stage type

string
description
Required   Read-Only  
Constraints: minLength: 1

Stage description

string
status
Required   Read-Only  

Stage status

string
creationTimestamp
Required  

creationTimestamp

string
completionTimestamp
Read-Only  

Stage completion timestamp

array of Error
errors
Read-Only  

List of errors in case of a failure

Property Of