Get Host Query Response

Get Host Query Response

Get query response

Request
URI
GET
https://sfo-vcf01.rainpole.io//v1/clusters/{clusterId}/hosts/queries/{queryId}
COPY
Path Parameters
string
clusterId
Required

Cluster ID

string
queryId
Required

Query ID


Responses
200

Ok

Returns HostQueryResponse of type(s) application/json
{
    "queryInfo": {
        "completed": false,
        "errorResponse": {
            "arguments": [
                "string"
            ],
            "causes": [
                {
                    "message": "string",
                    "type": "string"
                }
            ],
            "errorCode": "string",
            "errorType": "string",
            "message": "string",
            "nestedErrors": [
                "Error Object"
            ],
            "referenceToken": "string",
            "remediationMessage": "string"
        },
        "failure": false,
        "processing": false,
        "queryId": "string",
        "status": "string"
    },
    "result": {
        "elements": [
            {
                "bundleRepoDatastore": "string",
                "cluster": {
                    "id": "string"
                },
                "compatibleStorageType": "string",
                "cpu": {
                    "cores": 0,
                    "cpuCores": [
                        {
                            "frequencyMHz": "number",
                            "manufacturer": "string",
                            "model": "string"
                        }
                    ],
                    "frequencyMHz": "number",
                    "usedFrequencyMHz": "number"
                },
                "domain": {
                    "id": "string",
                    "name": "string"
                },
                "esxiVersion": "string",
                "fqdn": "string",
                "hardwareModel": "string",
                "hardwareVendor": "string",
                "hybrid": false,
                "id": "string",
                "ipAddresses": [
                    {
                        "ipAddress": "string",
                        "type": "One among: MANAGEMENT, VSAN, VMOTION, NFS"
                    }
                ],
                "isPrimary": false,
                "memory": {
                    "totalCapacityMB": "number",
                    "usedCapacityMB": "number"
                },
                "networkpool": {
                    "id": "string",
                    "name": "string"
                },
                "networks": [
                    {
                        "freeIps": [
                            "string"
                        ],
                        "gateway": "string",
                        "id": "string",
                        "ipPools": [
                            {
                                "end": "string",
                                "start": "string"
                            }
                        ],
                        "mask": "string",
                        "mtu": 0,
                        "subnet": "string",
                        "type": "string",
                        "usedIps": [
                            "string"
                        ],
                        "vlanId": 0
                    }
                ],
                "physicalNics": [
                    {
                        "deviceName": "string",
                        "macAddress": "string",
                        "speed": 0,
                        "unit": "string"
                    }
                ],
                "serialNumber": {
                    "present": false
                },
                "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": {}
                },
                "sshThumbprint": {
                    "present": false
                },
                "sslThumbprint": {
                    "present": false
                },
                "status": "One among: ASSIGNED, UNASSIGNED_USEABLE, UNASSIGNED_UNUSEABLE",
                "storage": {
                    "disks": [
                        {
                            "capacityMB": "number",
                            "diskType": "One among: HDD, FLASH",
                            "manufacturer": "string",
                            "model": "string"
                        }
                    ],
                    "totalCapacityMB": "number",
                    "usedCapacityMB": "number"
                },
                "tags": [
                    {
                        "categoryId": "string",
                        "categoryName": "string",
                        "id": "string",
                        "name": "string"
                    }
                ]
            }
        ],
        "pageMetadata": {
            "pageNumber": 0,
            "pageSize": 0,
            "totalElements": 0,
            "totalPages": 0
        }
    }
}
queryInfo
Optional

queryInfo

result
Optional

result


400

Bad Request

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


404

Query 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