Policy >
Security
>
North South Security
>
Gateway Firewall
>
Settings
>
Firewall Configuration
Get the list of gateway firewall dependent services
Get the list of gateway firewall dependent services
Request:
Method:
GET
URI Path(s):
/policy/api/v1/infra/settings/firewall/gateway/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/gateway/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": [ "Gateway Identity Firewall", "Gateway Intrusion Detection and Prevention Services", "Anti malware", "Load balancer", "TLS" ] }
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