Get Upgradables Clusters

Get Upgradables Clusters

Fetches the list of available hardware support managers and configured hardware support managers for the give resource along with the hardware support packages and Software details.

Request
URI
GET
https://sfo-vcf01.rainpole.io//v1/upgradables/domains/{domainId}/clusters
COPY
Path Parameters
string
domainId
Required

Domain ID


Responses
200

Ok

Returns PageOfUpgradablesClusterResource of type(s) application/json
{
    "elements": [
        {
            "availableHardwareSupportManagers": [
                {
                    "displayName": "string",
                    "name": "string",
                    "packages": [
                        {
                            "name": "string",
                            "version": "string"
                        }
                    ]
                }
            ],
            "configuredHardwareSupportManagers": [
                {
                    "displayName": "string",
                    "name": "string",
                    "pkg": {
                        "name": "string",
                        "version": "string"
                    }
                }
            ],
            "primaryCluster": false,
            "resourceId": "string",
            "resourceType": "CLUSTER",
            "softwareInfo": {
                "addOn": {
                    "displayName": "string",
                    "displayVersion": "string",
                    "name": "DELL-sample-Addon",
                    "vendor": "Dell",
                    "version": "2.0-1"
                },
                "baseImage": {
                    "details": {
                        "displayName": "7.0.0-0.0.30340198",
                        "displayVersion": "string",
                        "releaseDate": {
                            "calendarType": "string",
                            "firstDayOfWeek": 0,
                            "lenient": false,
                            "minimalDaysInFirstWeek": 0,
                            "time": "string",
                            "timeInMillis": 0,
                            "timeZone": {
                                "displayName": "string",
                                "dstsavings": 0,
                                "id": "string",
                                "rawOffset": 0
                            },
                            "weekDateSupported": false,
                            "weekYear": 0,
                            "weeksInWeekYear": 0
                        }
                    },
                    "version": "7.0.0-0.0.30340198"
                },
                "hardwareSupport": {}
            },
            "vlcmEnabled": false
        }
    ]
}
elements
Optional

The list of Upgradables Cluster Resource elements included in this page


404

Domain Not Found

Returns Error of type(s) application/json
{
    "arguments": [
        "string"
    ],
    "causes": [
        {
            "message": "string",
            "type": "string"
        }
    ],
    "errorCode": "string",
    "errorType": "string",
    "message": "string",
    "nestedErrors": [
        "Error Object"
    ],
    "referenceToken": "string",
    "remediationMessage": "string"
}
array of string
arguments
Optional

The arguments used to localize the message, Can be used by scripts to automate the error processing.

array of ErrorCause
causes
Optional

The underlying cause exceptions.

object
context
Optional

The error context (e.g. the component where it occurred).

string
errorCode
Optional

The minor error code

string
errorType
Optional

The error type

string
message
Optional

The localized error message

array of Error
nestedErrors
Optional

The nested errors when the error is a composite one

string
referenceToken
Optional

A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.

string
remediationMessage
Optional

The localized remediation error message


500

Internal Server Error

Returns Error of type(s) application/json
{
    "arguments": [
        "string"
    ],
    "causes": [
        {
            "message": "string",
            "type": "string"
        }
    ],
    "errorCode": "string",
    "errorType": "string",
    "message": "string",
    "nestedErrors": [
        "Error Object"
    ],
    "referenceToken": "string",
    "remediationMessage": "string"
}
array of string
arguments
Optional

The arguments used to localize the message, Can be used by scripts to automate the error processing.

array of ErrorCause
causes
Optional

The underlying cause exceptions.

object
context
Optional

The error context (e.g. the component where it occurred).

string
errorCode
Optional

The minor error code

string
errorType
Optional

The error type

string
message
Optional

The localized error message

array of Error
nestedErrors
Optional

The nested errors when the error is a composite one

string
referenceToken
Optional

A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.

string
remediationMessage
Optional

The localized remediation error message