Upgradable

Upgradable
Upgradable

Upgradable represents the upgrade capability of resources. It contains the bundle(using what), resource(on which) and its associated resources/software components that can be upgraded.

JSON Example
{
    "bundleId": "string",
    "bundleType": "string",
    "resource": {
        "resourceId": "BE8A5E04-92A0-43F6-A166-AA041F4327CC",
        "fqdn": "sfo-vc01.rainpole.io",
        "type": "One among: SDDC_MANAGER, PSC, VCENTER, NSXT_MANAGER, NSX_ALB, ESXI, HCX_MANAGER, VSP",
        "name": "string",
        "sans": [
            "sfo-vc01.rainpole.io"
        ]
    },
    "softwareComponents": [
        {
            "id": "string",
            "type": "string"
        }
    ],
    "status": "string",
    "errors": [
        {
            "errorCode": "string",
            "errorType": "string",
            "arguments": [
                "string"
            ],
            "context": {
                "context": "string"
            },
            "notifications": [
                {
                    "severity": "string",
                    "message": "string",
                    "remediations": [
                        {
                            "message": "string",
                            "link": "string"
                        }
                    ],
                    "impactMessage": "string"
                }
            ],
            "message": "string",
            "remediationMessage": "string",
            "causes": [
                {
                    "type": "string",
                    "message": "string"
                }
            ],
            "nestedErrors": [
                "Error Object"
            ],
            "referenceToken": "string",
            "label": "string",
            "remediationUrl": "string"
        }
    ]
}
string
bundleId
Read-Only  

Bundle ID

string
bundleType
Read-Only  

Bundle Type

resource
Read-Only  

Represents the resource in the system

softwareComponents
Read-Only  

Software Components which are Upgradable

string
status
Read-Only  

Upgradable Status

array of Error
errors
Read-Only  

Upgradable Errors found during computation of upgrade availabiltiy.

Property Of