ProductBinaryUploadSpec
ProductBinaryUploadSpec
Product binary upload specification
JSON Example
{
"productType": "string",
"productVersion": "string",
"imageType": "string",
"folderPath": "string",
"skipDelete": false
}
string
productType
Required
Constraints:
minLength: 1
Product Type
string
productVersion
Required
Constraints:
minLength: 1
Product version
string
imageType
Required
Constraints:
minLength: 1
Image Type. Example for supported type = PATCH/INSTALL
string
folderPath
Required
Constraints:
minLength: 1
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.