REST API - cancel

vcenter nsx deployment install: cancel

Cancels the ongoing NSX installation on the current vCenter. 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/deployment/install

?action=cancel

Response:

HTTP Status Code: 204

Headers:

None

Type:

None

Errors:

HTTP Status Code Type Description
500 error for any other unspecified error.
404 not_found if the resource is not found.
401 unauthenticated if the user can not be authenticated.
403 unauthorized if the user is not a member of the Administrators group.
400 not_allowed_in_current_state if the the ongoing operation cannot be cancelled at this state.
400 already_in_desired_state if cancel operation has already been invoked.