Policy >
Security
>
East West Security
>
Distributed Firewall
>
Settings
Get the list of distributed firewall dependent services
Get the list of distributed firewall dependent services
Request:
Method:
GET
URI Path(s):
/policy/api/v1/infra/settings/firewall/security/dependent-services
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Example Request:
GET https://<policy-mgr>/policy/api/v1/infra/settings/firewall/security/dependent-services
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
DependentServices
+
DependentServices
(
schema
)
Name
Description
Type
Notes
dependent_services
List of firewall dependent services
List of firewall dependent services.
array of string
Example Response:
{ "dependent_services": [ "Distributed Firewall", "Identity Firewall", "Distributed Intrusion Detection and Prevention Service", "Distributed Load Balancer" ] }
Required Permissions:
read
Feature:
policy_dfw
Additional Errors:
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
412 Precondition Failed
500 Internal Server Error
503 Service Unavailable