System Administration > Configuration > Fabric > Compute Collections

Get status of member host nodes of the compute-collection. Only nsx prepared host nodes in the specified compute-collection are included in the response. cc-ext-id should be of type VC_Cluster.

Request:

Method:
GET
URI Path(s):
/api/v1/fabric/compute-collections/<cc-ext-id>/member-status
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/fabric/compute-collections/5c669dc6-47a8-4508-3077-6a48f26c5a4g/member-status

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
HostNodeStatusListResult+

Example Response:

{ "results": [ { "node_id": "44db0cc5-1aa3-431f-9071-e05f1f52bc2e", "configStatus": "success", "deployment_status": "INSTALL_SUCCESSFUL" }, { "node_id": "51afc1db-cb8c-4082-84aa-c586fca8a3c4", "deployment_status": "UNINSTALL_IN_PROGRESS" } ] }

Required Permissions:

read

Feature:

compute_managers_inventory

Additional Errors: