NSX-T Data Center REST API

ContextProfileAttributesMetadata (type)

{
  "additionalProperties": false,
  "id": "ContextProfileAttributesMetadata",
  "module_id": "PolicyContextProfile",
  "properties": {
    "key": {
      "required": true,
      "title": "Key for metadata",
      "type": "string"
    },
    "value": {
      "required": true,
      "title": "Value for metadata key",
      "type": "string"
    }
  },
  "title": "Key value structure for holding metadata of context profile attributes",
  "type": "object"
}