NSX-T Data Center REST API
Associated URIs:
| 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}
|
Return Host Node Status for a Compute CollectionReturns the NSX preparation status of member host nodes in the specified compute collection. Only NSX-prepared member host nodes are included in the response. The cc-ext-id path parameter must correspond to a Compute Collection 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
|