System Administration > Configuration > Fabric > Compute Collections

Associated URIs:

API Description API Path

Get compute collection fabric templates


Returns compute collection fabric templates. This functionality is deprecated. Use Transport Node Profiles instead of this template.
GET /api/v1/fabric/compute-collection-fabric-templates (Deprecated)

Create a compute collection fabric template


Fabric templates are fabric configurations applied at the compute collection level. This configurations is used to decide what automated operations should be a run when a host membership changes. This functionality is deprecated. Use Transport Node Profiles instead of this template.
POST /api/v1/fabric/compute-collection-fabric-templates (Deprecated)

Deletes compute collection fabric template


Deletes compute collection fabric template for the given id. This functionality is deprecated. Use Transport Node Profiles instead of this template.
DELETE /api/v1/fabric/compute-collection-fabric-templates/<fabric-template-id> (Deprecated)

Get compute collection fabric template by id


Get compute collection fabric template for the given id. This functionality is deprecated. Use Transport Node Profiles instead of this template.
GET /api/v1/fabric/compute-collection-fabric-templates/<fabric-template-id> (Deprecated)

Updates compute collection fabric template


Updates compute collection fabric template for the given id. This functionality is deprecated. Use Transport Node Profiles instead of this template.
PUT /api/v1/fabric/compute-collection-fabric-templates/<fabric-template-id> (Deprecated)

Return the List of Compute Collections


Returns information about all compute collections.
GET /api/v1/fabric/compute-collections

Return Compute Collection Information


Returns 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 nodes


Returns 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