NSX-T Data Center Global Manager REST API
Adds/Removes custom attribute values from list
This API adds/removes custom attribute values from list for a given attribute key. The values in therequest will be added or removed from the existing list.
Request:
Method:
POST
URI Path(s):
/global-manager/api/v1/global-infra/context-profiles/custom-attributes/default
Request Headers:
n/a
Query Parameters:
CustomAttributeAction+
Request Body:
PolicyCustomAttributes+
Example Request:
{ "key":"DOMAIN_NAME", "value":[ "*.customdomainname5.com", "*.customdomainname6.com" ], "datatype":"STRING" }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a