NSX-T Data Center REST API

ProtocolVersion (type)

{
  "additionalProperties": false,
  "id": "ProtocolVersion",
  "module_id": "ApiServiceConfig",
  "properties": {
    "enabled": {
      "required": true,
      "title": "Enable status for this protocol version",
      "type": "boolean"
    },
    "name": {
      "required": true,
      "title": "Name of the TLS protocol version",
      "type": "string"
    }
  },
  "title": "HTTP protocol version",
  "type": "object"
}