Get Nsx By Name

Get Nsx By Name

Get the details for a nsx.

Request
URI
GET
https://{api_host}/api/v2/nsxs/{name}
COPY
Path Parameters
string
name
Required

The name of the nsx


Authentication
This operation uses the following authentication methods.
Responses
200

nsx

Returns nsx of type(s) application/json
{
    "hostname": "string",
    "insecure": false,
    "kind": "string",
    "name": "string",
    "password": "string",
    "username": "string"
}
string
hostname
Required

The hostname of the nsx.

boolean
insecure
Required

The flag to check nsx certificate.

string
kind
Required

The kind of the nsx, could be nsxv|nsxt|nsxp|nsx-tvd.

string
name
Required

The name of the nsx.

string
password
Required

The password of the nsx, should be base64 encoded.

string
username
Required

The user of the nsx.


401
Operation doesn't return any data structure

404
Operation doesn't return any data structure