NSX-T Data Center REST API

KeyValuePair (type)

{
  "additionalProperties": false,
  "id": "KeyValuePair",
  "module_id": "Common",
  "properties": {
    "key": {
      "maxLength": 255,
      "readonly": false,
      "required": true,
      "title": "Key",
      "type": "string"
    },
    "value": {
      "maxLength": 1024,
      "readonly": false,
      "required": true,
      "title": "Value",
      "type": "string"
    }
  },
  "title": "An arbitrary key-value pair",
  "type": "object"
}