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
+
HostNodeStatusListResult
(
schema
)
Name
Description
Type
Notes
_links
References related to this resource
The server will populate this field when returing the resource. Ignored on PUT and POST.
array of
ResourceLink
Readonly
_schema
Schema for this resource
string
Readonly
_self
Link to this resource
SelfResourceLink
Readonly
cursor
Opaque cursor to be used for getting next page of records (supplied by current result page)
string
Readonly
result_count
Count of results found (across all pages), set only on first page
integer
Readonly
results
HostNodeStatus Results
array of
HostNodeStatus
Readonly
sort_ascending
If true, results are sorted in ascending order
boolean
Readonly
sort_by
Field by which records are sorted
string
Readonly
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:
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