https://<PVE_IP>:8006/api2/extjs/nodes/<NODE>/apt/versions
, does the returned json it start with {"success":1
?{"success":0,"status":501,"data":null,"message":"Method 'GET /nodes/<NODE>/apt/versions{\"success\":1' not implemented"}当您打开https://<PVE_IP>:8006/api2/extjs/nodes/<NODE>/apt/versions
时,返回的 json 是否以{"success":1
开头?
{"status":501,"success":0,"message":"Method 'GET /nodes/Nuc/apt/versions{\"success\"ï1/41' 未实现","data":null}<NODE>
必须是节点的名称。
https://<PVE_IP>:8006/api2/extjs/nodes/<NODE>/apt/versions
.I probably know the reason for the problem. Thanks for your helpDid you modify your PVE instance in any way/ What is the exact URL you used? Make sure it ishttps://<PVE_IP>:8006/api2/extjs/nodes/<NODE>/apt/versions
.
谢谢。根据您提供的想法,我已经成功解决了问题您是否以任何方式修改了 PVE 实例/您使用的确切 URL 是什么?确保它是https://<PVE_IP>:8006/api2/extjs/nodes/<NODE>/apt/versions
。