NSX-T Data Center REST API
Get the list of URL categories.
Gets the list of categories. This will provide all the supported categoriesalong with their ids. Few examples of these categories are Shopping, Social
Networks, Streaming sites, etc.
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/url-categories
                  
              
            Request Headers:
                n/a
            Query Parameters:
    PolicyUrlCategoryListRequestParameters+
  Request Body:
    n/a
  Example Request:
GET https://<policy-mgr>/api/infra/url-categoriesSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    PolicyUrlCategoryListResult+
  