NSX-T Data Center REST API

HttpsProtocol (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "Protocol"
  },
  "id": "HttpsProtocol",
  "polymorphic-type-descriptor": {
    "type-identifier": "https"
  },
  "properties": {
    "authentication_scheme": {
      "$ref": "BasicAuthenticationScheme",
      "title": "Scheme to authenticate if required"
    },
    "name": {
      "enum": [
        "http",
        "https",
        "scp",
        "sftp"
      ],
      "required": true,
      "title": "Protocol name",
      "type": "string"
    },
    "sha256_thumbprint": {
      "required": true,
      "title": "SSL thumbprint of server",
      "type": "string"
    }
  },
  "type": "object"
}