VsanClusterHealthResultRow

VsanClusterHealthResultRow
VsanClusterHealthResultRow

This class defines the row values in vSAN health finding for rendering data drive UI

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "values": [
        "string"
    ],
    "nestedRows": [
        "VsanClusterHealthResultRow Object"
    ],
    "actions": [
        {
            "_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"
                    }
                ]
            },
            "confirmation": {
                "_typeName": "string",
                "title": "string",
                "subTitle": "string",
                "content": "string",
                "agreeLabel": "string",
                "closeLabel": "string",
                "isWarning": false
            }
        }
    ]
}
array of string
values
Required

All of row values for a column

nestedRows
Optional

nestedRows

actions
Optional

Support row based action, such as row based health check silencing.

Since: 8.0.0.4