Version 4.0.24.14
Create an SSH Server.
Request
POST
/ssh_servers
Datatype
Description
Request
body
Expand HTTP Body definition...
body
SSH Server
Expand SshServer definition...
ssh_server_id
lock
A unique id used to identify this SSH Server
ssh_server_name
The name to identify this SSH Server
ssh_server_host
The hostname or ip address of the SSH Server
ssh_server_port
The port to connect to on the SSH Server
ssh_server_user
The username used to connect to the SSH Server
finger_print
lock
The md5 fingerprint used to identify the SSH Server
sha_finger_print
lock
The SHA fingerprint used to identify the SSH Server
public_key
lock
The SSH public key created for this instance
status
lock
The current connection status to this SSH Server
Response
200: SSH Server
Datatype
Description
(object)
ssh_server_id
lock
A unique id used to identify this SSH Server
ssh_server_name
The name to identify this SSH Server
ssh_server_host
The hostname or ip address of the SSH Server
ssh_server_port
The port to connect to on the SSH Server
ssh_server_user
The username used to connect to the SSH Server
finger_print
lock
The md5 fingerprint used to identify the SSH Server
sha_finger_print
lock
The SHA fingerprint used to identify the SSH Server
public_key
lock
The SSH public key created for this instance
status
lock
The current connection status to this SSH Server
400: Bad Request
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
409: Resource Already Exists
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
422: Validation Error
Datatype
Description
(object)
message
lock
Error details
errors
Expand ValidationErrorDetail definition...
field
lock
Field with error
code
lock
Error code
message
lock
Error info message
documentation_url
lock
Documentation link
documentation_url
lock
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link