NSX-T Data Center REST API
Update DNS security profile binding map
API will update DNS security profile binding mapRequest:
Method:
PUT
URI Path(s):
/policy/api/v1/infra/domains/{domain-id}/groups/{group-id}/dns-security-profile-binding-maps/{dns-security-profile-binding-map-id}
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/dns-security-profile-binding-maps/{dns-security-profile-binding-map-id}
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/domains/{domain-id}/groups/{group-id}/dns-security-profile-binding-maps/{dns-security-profile-binding-map-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
DnsSecurityProfileBindingMap+
Example Request:
{ "profile_path": "/infra/dns-security-profiles/test-dns-prof", "sequence_number": 200 }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
DnsSecurityProfileBindingMap+