NSX-T Data Center REST API
Get PolicyUrlCategorizationConfig
Gets a PolicyUrlCategorizationConfig. This returns the details of theconfig like whether the URL categorization is activated or deactivated, 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/defaultSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
PolicyUrlCategorizationConfig+