SoftwareInfo

SoftwareInfo
SoftwareInfo

SoftwareSpec contains base os, components, hardware support, addOn metadata to install/update the appropriate Cloud Foundation software components in your management domain or workload domain.

JSON Example
{
    "baseImage": {
        "version": "7.0.0-0.0.30340198",
        "details": {
            "displayName": "7.0.0-0.0.30340198",
            "displayVersion": "string",
            "releaseDate": "string",
            "releaseTimestamp": "string",
            "quickPatchCompatibleVersions": [
                {
                    "version": "8.0.3-0.0.23174786",
                    "displayVersion": "8.0 Update 3 - 23174786"
                }
            ]
        }
    },
    "addOn": {
        "version": "2.0-1",
        "name": "DELL-sample-Addon",
        "vendor": "Dell",
        "displayName": "string",
        "displayVersion": "string"
    },
    "components": {
        "components": {
            "version": "1.3.2.8-1OEM.650.0.0.4598673",
            "details": {
                "vendor": "intel",
                "displayName": "string",
                "displayVersion": "string"
            }
        }
    },
    "removedComponents": {
        "removedComponents": {
            "version": "1.3.2.8-1OEM.650.0.0.4598673",
            "details": {
                "vendor": "intel",
                "displayName": "string",
                "displayVersion": "string"
            }
        }
    },
    "hardwareSupport": {
        "packages": {
            "packages": {
                "pkg": "string",
                "version": "string"
            }
        }
    }
}
baseImage
Required

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

addOn
Read-Only

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

object
components
Read-Only

Personality components

object
removedComponents
Read-Only

Personality removed components

hardwareSupport
Read-Only

Hardware support contains base os, components, hardware support, addOn metadata to install/update the appropriate Cloud Foundation software components in your management domain or workload domain.