NSX-T Data Center REST API

ScpProtocol (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "Protocol"
  },
  "id": "ScpProtocol",
  "polymorphic-type-descriptor": {
    "type-identifier": "scp"
  },
  "properties": {
    "authentication_scheme": {
      "$ref": "PasswordAuthenticationScheme",
      "required": true,
      "title": "Scheme to authenticate if required"
    },
    "host_key_algorithms": {
      "default": [
        "ecdsa-sha2-nistp256",
        "ecdsa-sha2-nistp384",
        "ecdsa-sha2-nistp521"
      ],
      "description": "Supported host key algorithms for SSH/SFTP connection.<br /> <i>Algorithms are preferred in the order they are specified in list.</i>",
      "items": {
        "$ref": "HostKeyAlgorithms"
      },
      "minItems": 1,
      "required": false,
      "title": "Host key algorithms",
      "type": "array"
    },
    "name": {
      "enum": [
        "http",
        "https",
        "scp",
        "sftp"
      ],
      "required": true,
      "title": "Protocol name",
      "type": "string"
    },
    "ssh_fingerprint": {
      "required": true,
      "title": "SSH fingerprint of server",
      "type": "string"
    }
  },
  "type": "object"
}