{
"webconsole": {
"keep_username": "false",
"port": 22,
"username": "string",
"password": "string"
}
}
curl --location --request POST 'https://example.com:30888/webconsole/ssh/10.168.26.2' \
--header 'Content-Type: application/json' \
--data-raw '{
"webconsole": {
"keep_username": "false",
"port": 22,
"username": "string",
"password": "string"
}
}'
{
"webconsole": {
"connect_params": "string",
"session": "string"
}
}