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": {
        "fqdn": "string",
        "name": "string",
        "resourceId": "string",
        "sans": [
            "string"
        ],
        "type": "string"
    },
    "softwareComponents": [
        {
            "id": "string",
            "type": "string"
        }
    ],
    "status": "string"
}
string
bundleId
Optional

Bundle ID

string
bundleType
Optional

Bundle Type

resource
Optional

Represents the resource in the system

softwareComponents
Optional

Software Components which are Upgradable

string
status
Optional

Upgradable Status

Property Of