NSX-T Data Center REST API
Get FqdnAnalysisConfig
Gets a FqdnAnalysisConfig. This returns the details of theconfig like whether the FQDN Analysis is enabled or disabled 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-configSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    FqdnAnalysisConfig+