API Description | API Path |
---|---|
Return the List of Compute CollectionsReturns information about all compute collections. |
GET /api/v1/fabric/compute-collections
|
Return Compute Collection InformationReturns information about a specific compute collection. |
GET /api/v1/fabric/compute-collections/{cc-ext-id}
|
Perform action specific to NSX on the compute-collection. cc-ext-id should be of type VC_Cluster. |
POST /api/v1/fabric/compute-collections/{cc-ext-id}
|
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. |
GET /api/v1/fabric/compute-collections/{cc-ext-id}/member-status
|
List the Physical Network Interface for all discovered nodesReturns list of physical network interfaces for all discovered nodes in compute collection. Interface information includes PNIC name, hostswitch name it's attached to(if any) and MAC address. |
GET /api/v1/fabric/compute-collections/{cc-ext-id}/network/physical-interfaces
|