Create New Server
PUT
/server
Creates a new server connection configuration with specified protocol (SSH, RDP, or VNC), connection details, and settings.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"name": "string",
"folderId": 0,
"icon": "string",
"protocol": "string",
"ip": "string",
"port": 0,
"identities": [
0
],
"config": {
"keyboardLayout": "string"
},
"monitoringEnabled": true
}
Responses
Server successfully created with new server ID
application/json
JSON
{
}