https://{平台域名}/remote/{type}/{id}?schema=vnc&token={页面凭证}type:server 或 switch;schema=vnc 表示 VNC 图形会话;SSH 终端会话不传 schema;token(query):页面凭证,由以下 JSON 经 JS escape() 百分号转义后再 Base64 得到:{
"token": "<共享token>",
"endpoint": "<被控节点地址>",
"endpoint_id": 1,
"hostname": "<设备主机名>",
"name": "<设备名称>",
"ipv4_address": "<设备IP>",
"proxy": true
}iframe 嵌入时如遇 X-Frame-Options / CSP 限制,交付时可按贵方域名配置放行。
token: ********************curl --location '/remote//?schema=undefined&token=undefined' \
--header 'token: <api-key>'