NSX-T Data Center REST API

Get IDFW compute collection. (Deprecated)

Get enable/disable status of individual compute collections for IDFW.
Deprecated:
Use the following Policy API -
GET /policy/api/v1/infra/settings/firewall/idfw/cluster/

Request:

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

Successful Response:

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

Example Response:

{ "_revision" : 1, "compute_collection_id" : "840927af-a0e1-4342-b4b3-2491f38e157d:domain-c8", "compute_collection_name" : "cluster-1", "enabled" : true, "_create_time": 1537790838188, "_last_modified_user": "admin", "_system_owned": false, "_protection": "NOT_PROTECTED", "_last_modified_time": 1537790838188, "_create_user": "admin" }

Required Permissions:

crud

Feature:

identity_firewall

Additional Errors: