Get Nsxs

Get Nsxs

Get all nsxs.

Request
URI
GET
https://{api_host}/nsxs
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

nsxs

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

401
Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/nsxs