ProductBinaryUploadSpec

ProductBinaryUploadSpec
ProductBinaryUploadSpec

Product binary upload specification

JSON Example
{
    "productType": "string",
    "productVersion": "string",
    "imageType": "string",
    "folderPath": "string",
    "skipDelete": false
}
string
productType
Required

Product Type

string
productVersion
Required

Product version

string
imageType
Required

Image Type. Example for supported type = PATCH/INSTALL

string
folderPath
Required

Path of the folder where artifacts have been downloaded. SDDC Manager will use this pathto locate the relevant artifacts which will be uploaded for installation purposes

boolean
skipDelete
Optional

Preserves the source artifacts after upload.