Create Nsx
Create a nsx.
Request
URI
POST
https://{api_host}/api/v2/nsxs
COPY
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.
Responses
201
Operation doesn't return any data structure
401
Operation doesn't return any data structure
409
Operation doesn't return any data structure
422
Operation doesn't return any data structure