Create Nsx
Create a nsx.
Request
URI
POST
https://{api_host}/nsxs
COPY
Request Body
The nsx to submit
nsx
of type(s)
application/json
Optional
{
"hostname": "string",
"insecure": false,
"kind": "string",
"name": "string",
"password": "string",
"username": "string"
}
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
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"name:"string","hostname:"string","username:"string","password:"string","kind:"string","insecure:"boolean"}' https://{api_host}/nsxs