username:password
Authorization: Basic *****************
curl --location --request GET '/api/v1/pve/getVnc?hostId=1&page=1&size=5' \
--header 'Authorization: Basic Og=='
{
"code": 20000,
"message": "请求成功",
"data": {
"total": 1,
"current": 1,
"pages": 1,
"size": 5,
"records": [
{
"本地测试": "http://192.168.36.155:6080/vnc.html?path=websockify/?token=qimen&port=59000"
}
]
}
}