System Administration > Configuration > Fabric > Nodes > File Store

Retrieve ssh fingerprint for given remote server

Retrieve ssh fingerprint for a given remote server and port.

Request:

Method:
POST
URI Path(s):
/api/v1/node/file-store?action=retrieve_ssh_fingerprint
/api/v1/transport-nodes/<transport-node-id>/node/file-store?action=retrieve_ssh_fingerprint
/api/v1/cluster/<cluster-node-id>/node/file-store?action=retrieve_ssh_fingerprint
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
SshFingerprintProperties+

Example Request:

POST https://<nsx-mgr>/api/v1/node/file-store?action=retrieve_ssh_fingerprint { "port" : 22, "server": "192.168.120.151" }

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
SshFingerprintProperties+

Example Response:

{ "port" : 22, "server": "192.168.120.151", "ssh_fingerprint" : "b5:08:df:c6:55:62:e4:6e:95:70:7c:25:ba:f2:46:f1" }

Required Permissions:

read

Feature:

system_administration

Additional Errors: