Policy >
Security
>
East West Security
>
Distributed Firewall
>
Settings
>
Firewall Identity Store
Get IDFW status for a Compute Collection
Get IDFW status for a specific Compute Collection
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX-T.
Request:
Method:
GET
URI Path(s):
/policy/api/v1/infra/settings/firewall/idfw/compute-collections/<compute-collection-id>/status
Request Headers:
n/a
Query Parameters:
PolicyIdfwEnforcementPointRequestParameters
+
PolicyIdfwEnforcementPointRequestParameters
(
schema
)
Name
Description
Type
Notes
enforcement_point_path
String Path of the enforcement point
enforcement point path, forward slashes must be escaped using %2F.
string
Request Body:
n/a
Example Request:
GET https://<policy-ip>/policy/api/v1/infra/settings/firewall/idfw/compute-collections/<compute-collection-id>/status
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
IdfwComputeCollectionStatus
+
IdfwComputeCollectionStatus
(
schema
)
Name
Description
Type
Notes
compute_collection_id
IDFW compute collection ID.
IDFW compute collection ID connected to VC.
string
Required
compute_collection_status
Compute collection status.
IDFW enabled compute collection status.
array of
IdfwComputeCollectionCondition
Example Response:
{ "compute_collection_id": "b1df81fd-baaa-4b98-992b-3650b8fd8418:domain-c7", "compute_collection_status": [ { "status": "UP" }, { "status": "IDFW_ENABLED" } ] }
Required Permissions:
read
Feature:
policy_identity
Additional Errors:
404 Not Found
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
412 Precondition Failed
500 Internal Server Error
503 Service Unavailable