NSX-T Data Center REST API

CustomAttributeAction (type)

{
  "additionalProperties": false,
  "description": "Request Parameter which specify action to either add or remove the custom values.",
  "id": "CustomAttributeAction",
  "module_id": "PolicyContextProfile",
  "properties": {
    "action": {
      "description": "Action parameter determines whether to add or remove Custom Context Profile Attribute values.",
      "enum": [
        "add",
        "remove"
      ],
      "required": true,
      "title": "Add or Remove Custom Context Profile Attribute values.",
      "type": "string"
    }
  },
  "title": "Request Parameters for Custom Context Profile Attributes",
  "type": "object"
}