Get Vx Rail Manager

Get Vx Rail Manager

Get a VxRail Manager

Request
URI
GET
https://sfo-vcf01.rainpole.io/v1/vxrail-managers/{fqdn}
COPY
Path Parameters
string
fqdn
Required

fqdn


Responses
200

Ok

Returns VxRailManager of type(s) application/json
{
    "cluster": {
        "id": "string"
    },
    "domain": {
        "id": "string",
        "name": "string"
    },
    "fqdn": "string",
    "id": "string",
    "ipAddress": "string",
    "name": "string",
    "status": "string",
    "vcenter": {
        "fqdn": "string",
        "id": "string"
    },
    "version": "string"
}
cluster
Optional

Represents a reference to the cluster

domain
Optional

Represents a domain reference

string
fqdn
Optional

FQDN of the VxRailManager

string
id
Optional

ID of the VxRailManager

string
ipAddress
Optional

IP address of the VxRailManager

string
name
Optional

Name of the VxRailManager Appliance VM

string
status
Optional

Operational status of VxRailManager

vcenter
Optional

Represents a vCenter reference

string
version
Optional

Version of the VxRailManager


404

Resource not found

Returns Error of type(s) application/json
{
    "arguments": [
        "string"
    ],
    "causes": [
        {
            "message": "string",
            "type": "string"
        }
    ],
    "context": {
        "context": "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

InternalServerError

Returns Error of type(s) application/json
{
    "arguments": [
        "string"
    ],
    "causes": [
        {
            "message": "string",
            "type": "string"
        }
    ],
    "context": {
        "context": "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