SubTask

SubTask
SubTask

Represents a sub-task

JSON Example
{
    "completionTimestamp": "string",
    "creationTimestamp": "string",
    "description": "string",
    "errors": [
        {
            "arguments": [
                "string"
            ],
            "causes": [
                {
                    "message": "string",
                    "type": "string"
                }
            ],
            "errorCode": "string",
            "errorType": "string",
            "message": "string",
            "nestedErrors": [
                "Error Object"
            ],
            "referenceToken": "string",
            "remediationMessage": "string"
        }
    ],
    "name": "string",
    "resources": [
        {
            "fqdn": "string",
            "name": "string",
            "resourceId": "string",
            "sans": [
                "string"
            ],
            "type": "string"
        }
    ],
    "stages": [
        {
            "completionTimestamp": "string",
            "creationTimestamp": "string",
            "description": "string",
            "errors": [
                {
                    "arguments": [
                        "string"
                    ],
                    "causes": [
                        {
                            "message": "string",
                            "type": "string"
                        }
                    ],
                    "errorCode": "string",
                    "errorType": "string",
                    "message": "string",
                    "nestedErrors": [
                        "Error Object"
                    ],
                    "referenceToken": "string",
                    "remediationMessage": "string"
                }
            ],
            "name": "string",
            "status": "One among: PENDING, IN_PROGRESS, SUCCESSFUL, FAILED",
            "type": "string"
        }
    ],
    "status": "One among: PENDING, IN_PROGRESS, SUCCESSFUL, FAILED, NOT_APPLICABLE",
    "subTasks": [
        "SubTask Object"
    ],
    "type": "string"
}
string
completionTimestamp
Optional

Sub-task completion timestamp

string
creationTimestamp
Optional

Sub-task creation timestamp

string
description
Optional

Sub-task description

array of Error
errors
Optional

List of errors in case of a failure

string
name
Optional

Sub-task name

array of Resource
resources
Optional

List of resources associated with sub-task

array of Stage
stages
Optional

List of stages of the sub-task

string
status
Optional

Sub-task status

array of SubTask
subTasks
Optional

List of child subtasks associated with this subtask

string
type
Optional

Sub-task type

Property Of