PrecheckSpec

PrecheckSpec
PrecheckSpec

Precheck Specification. This specification gets used in the Precheck API

JSON Example
{
    "bundleId": "string",
    "mode": "string",
    "resources": [
        {
            "fqdn": "sfo-vc01.rainpole.io",
            "name": "string",
            "resourceId": "BE8A5E04-92A0-43F6-A166-AA041F4327CC",
            "sans": [
                "string"
            ],
            "type": "One among: SDDC_MANAGER, PSC, VCENTER, NSX_MANAGER, NSXT_MANAGER, VRA, VRLI, VROPS, VRSLCM, VXRAIL_MANAGER"
        }
    ]
}
string
bundleId
Optional

If specified, indicate the bundle applicability in the result

string
mode
Optional

If specified, indicates the mode of the execution. Supported modes are UPGRADE and RECOVERY. UPGRADE is default mode. Specify RECOVERY for the Inventory Consistency Checks

array of Resource
resources
Required

List of resources for Precheck supported type DOMAIN, CLUSTER

Parameter To