NSX-T Data Center REST API

SshFingerprintProperties (schema)

Server ssh fingerprint properties

Server properties - hostname/ip_address, port and ssh fingerprint

Name Description Type Notes
host_key_algorithms Host key algorithms

Supported host key algorithms for SSH/SFTP connection.

Algorithms are preferred in the order they are specified in list.
array of HostKeyAlgorithms Minimum items: 1
Default: "['ecdsa-sha2-nistp256', 'ecdsa-sha2-nistp384', 'ecdsa-sha2-nistp521']"
port Server port

Remote server port on which ssh connection is made.
integer Required
Minimum: 1
Maximum: 65535
server Remote server hostname or IP address

Server hostname/ip_address for which fingerprint has been retrieved.
string Required
Pattern: "^.+$"
ssh_fingerprint SSH fingerprint of server

Remote server's ssh fingerprint.
string