Update Nsx

Update Nsx

Update a nsx.

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

The name of the nsx


Request Body
nsx of type(s) application/json
Optional
{
    "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.

Authentication
This operation uses the following authentication methods.
Responses
200
Operation doesn't return any data structure

304
Operation doesn't return any data structure

400
Operation doesn't return any data structure

401
Operation doesn't return any data structure

422
Operation doesn't return any data structure