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
Read-Only
Bundle ID
string
type
Required
Bundle Type
string
description
Read-Only
Bundle Description
string
version
Read-Only
Bundle Version
string
vendor
Read-Only
Bundle Vendor
string
releasedDate
Read-Only
Bundle Release Date
boolean
isCumulative
Read-Only
Is Bundle Cumulative
number As double
As double
sizeMB
Read-Only
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
Read-Only
Represents a download record of a bundle. A bundle may be associated with multiple downloads if previous downloads failed