Update Nsx
Update a nsx.
Request
URI
PUT
https://{api_host}/nsxs/{name}
COPY
Path Parameters
string
name
Required
The name of the nsx
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
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
Code Samples
COPY
curl -X PUT -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/{name}