SddcManagerBundle
SddcManagerBundle
SDDC Manager Bundle consists the bits to perform the upgrade of an SDDC Manager
JSON Example
{
"id": "string",
"type": "One among: SDDC_MANAGER, VMWARE_SOFTWARE, VXRAIL",
"description": "string",
"version": "string",
"vendor": "string",
"releasedDate": "string",
"isCumulative": false,
"sizeMB": "number",
"downloadStatus": "One among: PENDING, AVAILABLE, SCHEDULED, INPROGRESS, VALIDATING, SUCCESS, CANCELLED, FAILED, RECALLED",
"downloadProgress": {
"downloadedBytes": 0,
"isDownloadCancelled": false
},
"downloadStartTime": 0,
"downloadEndTime": 0,
"bundleDownload": {
"downloadId": "string",
"bundleId": "string",
"scheduledTime": 0,
"status": "string",
"startTime": 0,
"endTime": 0,
"downloadError": {
"errorCode": "string",
"errorMessage": "string",
"stackTraceStr": "string",
"retriable": false
}
}
}
string
id
Optional
Bundle ID
string
type
Required
Bundle Type
string
description
Optional
Bundle Description
string
version
Optional
Bundle Version
string
vendor
Optional
Bundle Vendor
string
releasedDate
Optional
Bundle Release Date
boolean
isCumulative
Optional
Is Bundle Cumulative
number As double As double
sizeMB
Optional
Bundle Size in MB
string
downloadStatus
Required
Bundle Download Status
integer As int64 As int64
downloadStartTime
Optional
Bundle download start time
integer As int64 As int64
downloadEndTime
Optional
Bundle download end time
bundleDownload
Optional
Represents a download record of a bundle. A bundle may be associated with multiple downloads if previous downloads failed