System Administration > Configuration > Fabric > Compute Collections

Return Compute Collection Information

Returns information about a specific compute collection.

Request:

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

Example Request:

GET https://<nsx-mgr>/api/v1/fabric/compute-collections/ead58c04-d19a-11e6-bf26-cec0c932ce01:domain-c32

Successful Response:

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

Example Response:

{ "display_name": "cluster-1", "origin_type": "VC_Cluster", "external_id": "b0ba10c8-d193-11e6-bf26-cec0c932ce01:domain-c32", "origin_id": "b0ba10c8-d193-11e6-bf26-cec0c932ce01", "cm_local_id": "domain-c32", "origin_properties": [] }

Required Permissions:

read

Feature:

compute_managers_inventory

Additional Errors: