System Administration > Configuration > Fabric > Compute Collections

Create a compute collection fabric template (Deprecated)

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.

Request:

Method:
POST
URI Path(s):
/api/v1/fabric/compute-collection-fabric-templates
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ComputeCollectionFabricTemplate+

Example Request:

POST https://<nsx-mgr>/api/v1/fabric/compute-collection-fabric-templates { "compute_collection_id" : "ead58c04-d19a-11e6-bf26-cec0c932ce01", "auto_install_nsx": true }

Successful Response:

Response Code:
201 Created
Response Headers:
Content-type: application/json
Response Body:
ComputeCollectionFabricTemplate+

Example Response:

{ "id": "5c669dc6-47a8-4508-3077-6a48f26c5a4g", "compute_collection_id" : "ead58c04-d19a-11e6-bf26-cec0c932ce01", "auto_install_nsx": true "_last_modified_time": 1457984381234, "_create_time": 1457984381234, "_last_modified_user": "admin", "_system_owned": false, "_create_user": "admin", "_revision": 1 }

Required Permissions:

crud

Feature:

utilities_upgrade

Additional Errors: