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, VXRAIL_MANAGER, NSX_ALB, ESXI",
        "name": "string",
        "sans": [
            "sfo-vc01.rainpole.io"
        ]
    },
    "softwareComponents": [
        {
            "id": "string",
            "type": "string"
        }
    ],
    "status": "string",
    "errors": [
        {
            "errorCode": "string",
            "errorType": "string",
            "arguments": [
                "string"
            ],
            "context": {
                "context": "string"
            },
            "message": "string",
            "remediationMessage": "string",
            "causes": [
                {
                    "type": "string",
                    "message": "string"
                }
            ],
            "nestedErrors": [
                "Error Object"
            ],
            "referenceToken": "string",
            "label": "string",
            "remediationUrl": "string"
        }
    ]
}
            
            
                                    string
                
                
            
        
        
                bundleId            
                            Optional
            
            
        Bundle ID
            
            
                                    string
                
                
            
        
        
                bundleType            
                            Optional
            
            
        Bundle Type
            
            
                                    string
                
                
            
        
        
                status            
                            Optional
            
            
        Upgradable Status
