VsanVibScanRequestType

VsanVibScanRequestType
VsanVibScanRequestType

The parameters of VsanVibScan.

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

JSON Example
{
    "cluster": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "vibSpecs": [
        {
            "_typeName": "string",
            "host": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "metaUrl": "string",
            "metaSha1Sum": "string",
            "vibUrl": "string",
            "vibSha1Sum": "string"
        }
    ]
}
cluster
Optional

Optional cluster this scan is happening in reference to.

Required privileges: System.Read

array of VsanVibSpec
vibSpecs
Required

List of VIB specs to check (one entry per host)