NSX-T Data Center REST API
SupportBundleFileTransferProtocol (type)
{ "additionalProperties": false, "id": "SupportBundleFileTransferProtocol", "properties": { "authentication_scheme": { "$ref": "SupportBundleFileTransferAuthenticationScheme, "required": true, "title": "Scheme to authenticate if required" }, "name": { "enum": [ "SCP", "SFTP" ], "required": true, "title": "Protocol name", "type": "string" }, "ssh_fingerprint": { "required": true, "title": "SSH fingerprint of server", "type": "string" } }, "type": "object" }