Bulk import SSH hosts
POST
/ssh/bulk-import
Bulk import SSH hosts. Server: localhost:8081
Authorizations
bearerAuth
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"hosts": [
{
"name": "string",
"ip": "string",
"port": 0,
"username": "string",
"folder": "string",
"tags": [
"string"
],
"pin": true,
"authType": "string",
"password": "string",
"key": "string",
"keyPassword": "string",
"keyType": "string",
"enableTerminal": true,
"enableTunnel": true,
"enableFileManager": true,
"defaultPath": "string",
"tunnelConnections": [
{
}
]
}
]
}
Responses
OK
application/json
JSON
{
"message": "string",
"success": 0,
"failed": 0,
"errors": [
"string"
]
}