AsyncPatch

AsyncPatch
AsyncPatch

Async patch bundle rest model that is located in the 2.0 manifest, these models are consumed by LCM's async patch workflows to determine if customer can download patch in list and apply.

JSON Example
{
    "productVersion": "string",
    "supportedSkuTypes": [
        "One among: VXRAIL, VSAN"
    ],
    "inputSpecUrl": "string",
    "sddcHotPatchInfo": {
        "sddcHotPatchInfo": [
            {
                "version": "string",
                "sddcHotPatchMinTargetVcfVersion": "string"
            }
        ]
    }
}
string
productVersion
Required

Product version of the async patch bundle

array of string
supportedSkuTypes
Required

Supported SKU types of the async patch bundle

string
inputSpecUrl
Optional

Input spec URL of the async patch bundle

object
sddcHotPatchInfo
Optional

Sddc hot patch info for each sddc manager service (lcm, dm, om, commonsvc)