{
"webconsole": {
"host": "string",
"port": 3389,
"username": "string",
"password": "string",
"width": 1024,
"height": 768,
"dpi": 96
}
}
curl --location --request POST 'https://example.com:30888/webconsole/server-rdp/60ab8aa7-da81-4089-8f4f-70f9dd68a332' \
--header 'Content-Type: application/json' \
--data-raw '{
"webconsole": {
"host": "string",
"port": 3389,
"username": "string",
"password": "string",
"width": 1024,
"height": 768,
"dpi": 96
}
}'
{
"webconsole": {
"connect_params": "string"
}
}