System Administration >
Configuration
>
Fabric
>
Compute Collections
Perform action specific to NSX on the compute-collection. cc-ext-id should be of type VC_Cluster.
Request:
Method:
POST
URI Path(s):
/api/v1/fabric/compute-collections/{cc-ext-id}
Request Headers:
n/a
Query Parameters:
ComputeCollectionAction
+
ComputeCollectionAction
(
schema
)
Name
Description
Type
Notes
action
Supported actions on compute-collection
For Compute collection, the supported actions are:
- remove_nsx: removes NSX from the cluster
string
Enum: remove_nsx
Request Body:
n/a
Example Request:
POST https://<nsx-mgr>/api/v1/fabric/compute-collections/5c669dc6-47a8-4508-3077-6a48f26c5a4g?action=remove_nsx
Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a
Required Permissions:
crud
Feature:
compute_managers_inventory
Additional Errors:
404 Not Found
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
412 Precondition Failed
500 Internal Server Error
503 Service Unavailable