Policy > Security > North South Security > Gateway Firewall > Url Categorization

Get PolicyUrlCategorizationConfig

Gets a PolicyUrlCategorizationConfig. This returns the details of the
config like whether the URL categorization is enabled or disabled, the id
of the context profiles which are used to filter the categories, and the
update frequency of the data from the cloud.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/sites/<site-id>/enforcement-points/<enforcement-point-id>/edge-clusters/<edge-cluster-id>/url-categorization-configs/<url-categorization-config-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/api/v1/infra/sites/default/enforcement-points/enforcement-point-id/edge-clusters/edge-cluster-id/edge-node-id/url-categorization-configs/default

Successful Response:

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

Example Response:

{ "resource_type" : "PolicyUrlCategorizationConfig", "path" : "/infra/sites/default/enforcement-points/enforcement-point-id/edge-clusters/edge-cluster-id/edge-node-id/url-categorization-configs/default", "id" : "default", "enabled" : true, "context_profiles"; [ "/infra/context-profiles/policy-context-profile-1", "/infra/context-profiles/policy-context-profile-2" ], "update_frequency": 5 }

Required Permissions:

read

Feature:

policy_url_categorization

Additional Errors: