Get Supervisor

Get Supervisor

Retrieves a Supervisor.

Request
URI
GET
https://{api_host}/cloudapi/vcf/supervisors/{supervisorId}
COPY
Path Parameters
string
supervisorId
Required

supervisorId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Supervisor of type(s) application/json;version=40.0
{
    "name": "string",
    "virtualCenter": {
        "name": "string",
        "id": "string"
    },
    "supervisorId": "string",
    "region": {
        "name": "string",
        "id": "string"
    },
    "loadBalancerType": "string"
}
string
name
Optional

The name of this supervisor.

object
virtualCenter
Optional

Entity reference used to describe VCD entities

string
supervisorId
Optional

The immutable identifier of this supervisor.

object
region
Optional

Entity reference used to describe VCD entities

string
loadBalancerType
Optional

The load balancer type of the supervisors.


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/vcf/supervisors/{supervisorId}