Get Nsx Manager

Get Nsx Manager

Retrieves a specific NSX Manager.

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

nsxManagerId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns NsxManager of type(s) application/json;version=40.0
This response body class contains all of the following: InlineNsxManager0 , InlineNsxManager1
{
    "status": "string",
    "id": "urn:vcloud:nsxtmanager:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
    "name": "string",
    "description": "string",
    "url": "string",
    "username": "string",
    "password": "string",
    "isDedicatedForClassicTenants": false,
    "clusterId": "string",
    "active": false
}

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