VsanHealthApiBasedAction

VsanHealthApiBasedAction
VsanHealthApiBasedAction

The vSAN health action APIs based remediation or troubleshooting for the vSAN health issues.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "description": "string",
    "apiAction": {
        "_typeName": "string",
        "actionId": "string",
        "actionLabel": {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        },
        "actionDescription": {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        },
        "enabled": false,
        "parameters": [
            {
                "_typeName": "string",
                "key": "string",
                "value": "string"
            }
        ]
    }
}
apiAction
Required

The API based action for troubleshooting or remediating a health issue, which can be triggered either from UI or automation script.