Get All SSH Servers

Version 4.0.26.2 (latest)

Get information about all SSH Servers.

Request

GET/ssh_servers
Datatype
Description
Request
HTTP Request
query
HTTP Query
Expand HTTP Query definition...
fields
string
Requested fields.

Response

200: SSH Server

Datatype
Description
(array)
ssh_server_id
string
A unique id used to identify this SSH Server
ssh_server_name
string
The name to identify this SSH Server
ssh_server_host
string
The hostname or ip address of the SSH Server
ssh_server_port
integer
The port to connect to on the SSH Server
ssh_server_user
string
The username used to connect to the SSH Server
finger_print
string
The md5 fingerprint used to identify the SSH Server
sha_finger_print
string
The SHA fingerprint used to identify the SSH Server
public_key
string
The SSH public key created for this instance
status
string
The current connection status to this SSH Server

400: Bad Request

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

404: Not Found

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

429: Too Many Requests

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

Examples

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-02-09 UTC.