NSX-T Data Center REST API

Get FqdnAnalysisConfig

Gets a FqdnAnalysisConfig. This returns the details of the
config like whether the FQDN Analysis is activated or deactivated for
the given edge cluster.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-clusters/{edge-cluster-id}/fqdn-analysis-config
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/fqdn-analysis-config

Successful Response:

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

Example Response:

{ "resource_type" : "FqdnAnalysisConfig", "path" : "/infra/sites/default/enforcement-points/enforcement-point-id/edge-clusters/edge-cluster-id/fqdn-analysis-config", "id" : "fqdn-analysis-config", "enabled" : true }

Required Permissions:

read

Feature:

policy_url_categorization

Additional Errors: