REST API - disable

vcenter nsx edge clusters configuration: disable

Disables NSX Edge capabilities 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/edge-clusters/{cluster}/configuration

?action=disable

Path Parameters

Name Type Description
Required
cluster string Identifier for the compute resource associated with the NSX Edge node(s).

Response:

HTTP Status Code: 204

Headers:

None

Type:

None

Errors:

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.