NSX-T Data Center REST API

CipherSuite (type)

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