SddcSubTask

SddcSubTask
SddcSubTask

Represents a SDDC sub-task

JSON Example
{
    "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"
        }
    ],
    "localizableDescriptionPack": {
        "arguments": [
            "string"
        ],
        "component": "string",
        "message": "string",
        "messageKey": "string"
    },
    "localizableNamePack": {
        "arguments": [
            "string"
        ],
        "component": "string",
        "message": "string",
        "messageKey": "string"
    },
    "name": "string",
    "processingStateDescription": "string",
    "processingStateName": "string",
    "sddcId": "123e4567-e89b-42d3-a456-556642440000",
    "status": "INITIALIZED, COMPLETED_WITH_SUCCESS, COMPLETED_WITH_FAILURE, PREVALIDATION_COMPLETED_WITH_SUCCESS, PREVALIDATION_COMPLETED_WITH_FAILURE, POSTVALIDATION_COMPLETED_WITH_SUCCESS, POSTVALIDATION_COMPLETED_WITH_FAILURE,IN_PROGRESS, PREVALIDATION_IN_PROGRESS, POSTVALIDATION_IN_PROGRESS, INTERNAL_ERROR",
    "updateTimestamp": "string"
}
string
creationTimestamp
Optional

Sub-Task Creation Time

string
description
Optional

Sub-Task Description

array of Error
errors
Optional

List of errors in case of a failure

localizableDescriptionPack
Optional

localizableDescriptionPack

localizableNamePack
Optional

localizableNamePack

string
name
Optional

Sub-Task Name

string
processingStateDescription
Optional

Processing category description, e.g., VC Deployment, VSAN configuration etc

string
processingStateName
Optional

Processing category name, e.g., VC Deployment, VSAN configuration etc

string
sddcId
Optional

SDDC ID

string
status
Optional

Task Status

string
updateTimestamp
Optional

Last Update Time of Sub-Task

Property Of