curl --location --request GET '/ovms/desktops?limit&offset'
{
"desktops": [
{
"config": {
"access_password": "string",
"account": "string",
"name_prefix": "string",
"password": "string"
},
"create_time": 0,
"description": "string",
"desktop_id": 0,
"ent_user_id": 0,
"name": "string",
"remote_id": 0,
"user_id": 0,
"vm": {
"cluster": {
"comment": "string",
"id": "string",
"name": "string"
},
"comment": "string",
"cpu": {
"architecture": "string",
"name": "string",
"speed": 0,
"topology": {
"cores": "string",
"sockets": "string",
"threads": "string"
}
},
"description": "string",
"dispaly": {
"address": "string",
"allow_override": true,
"copy_paste_enabled": true,
"disconnect_action": "string",
"disconnect_action_delay": 0,
"file_transfer_enabled": true,
"monitors": 0,
"smartcard_enabled": true,
"type": "string"
},
"id": "string",
"initialization": {
"custom_script": "string",
"domain": "string",
"org_name": "string",
"root_password": "string",
"user_name": "string"
},
"memory": "string",
"memory_policy": {
"guaranteed": "string",
"max": "string"
},
"name": "string",
"origin": "string",
"os": {
"type": "string"
},
"status": "string",
"template": {
"id": "string",
"name": "string"
}
},
"vm_id": "string"
}
],
"total": 0
}