Bundle

Bundle
Bundle

Bundle contains bits to install/update the appropriate Cloud Foundation software components in your management domain or workload domain.

JSON Example
{
    "id": "string",
    "type": "One among: SDDC_MANAGER, VMWARE_SOFTWARE, VXRAIL",
    "description": "string",
    "version": "string",
    "severity": "One among: CRITICAL, IMPORTANT, MODERATE, LOW",
    "vendor": "string",
    "releasedDate": "string",
    "isCumulative": false,
    "isCompliant": false,
    "sizeMB": "number",
    "downloadStatus": "One among: PENDING, SCHEDULED, IN_PROGRESS, SUCCESSFUL, FAILED, RECALLED",
    "components": [
        {
            "description": "string",
            "vendor": "string",
            "releasedDate": "string",
            "toVersion": "string",
            "fromVersion": "string",
            "imageType": "One among: PATCH, INSTALL",
            "id": "string",
            "type": "string"
        }
    ],
    "applicabilityStatus": "One among: SUCCESS, IN_PROGRESS, FAILED, AVAILABLE, PENDING",
    "applicabilityOrder": 1,
    "isPartiallyUpgraded": true
}
string
id
Optional

Bundle ID

string
type
Required

Bundle Type

string
description
Optional

Bundle Description

string
version
Optional

Bundle Version

string
severity
Optional

Bundle Severity

string
vendor
Optional

Bundle Vendor

string
releasedDate
Optional

Bundle Release Date

boolean
isCumulative
Optional

Is Bundle Cumulative

boolean
isCompliant
Optional

Is compliant with the current VCF version

number As double As double
sizeMB
Optional

Bundle Size in MB

string
downloadStatus
Required

Bundle Download Status

components
Optional

Bundle Components

string
applicabilityStatus
Optional

Bundle Applicability Status

integer As int32 As int32
applicabilityOrder
Optional

Bundle Applicability Order

boolean
isPartiallyUpgraded
Optional

Is Bundle partially upgraded