vcenter nsx clusters configuration: disable
Disables NSX networking on the hosts in a vSphere cluster. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
Request:
HTTP request
POST https://{server}/api/vcenter/nsx/clusters/{cluster}/configuration
?action=disable
?action=disable
Path Parameters
Name | Type | Description |
---|---|---|
Required | ||
cluster | string | Identifier for the vSphere cluster on which NSX networking will be disabled. |
Response:
HTTP Status Code: 204
Headers:
NoneType:
NoneErrors:
HTTP Status Code | Type | Description |
---|---|---|
404 | not_found | if cluster could not be located. |
400 | not_allowed_in_current_state | if another conflicting operation is in progress. |
500 | error | if the system reports an error while responding to the request. |