api js

  1. B

    No access to API but access to WEB UI

    English DeepL: In one of the many data centers, access to the API sometimes disappears, despite the fact that access to the WEB UI is available. There is no access to the API from different IPs. It is striking that there is access to pve.8006, but not to pve.8006/api2/json. Moreover, the time...
  2. T

    VNCWebsocket

    Dear, I am Student in Application Development and I am running into some problems when using the Proxmox VE API. I am trying to set up a Websocket through which I manage "the vnc console". The idea is to have the vm's "console" displayed on an xterrm console. As the internet & documentation...
  3. L

    API response: "errors":{"newid":"property is missing and it is not optional"}

    I would like to clone a server this is the API-Endpoint https://X.X.X.X:8006/api2/extjs/nodes/proxmox/qemu/100/clone, And here is the request code: const options = { rejectUnauthorized: false, headers: { "Authorization": "PVEAPIToken=root@pam!admin=XxXxXxXxXxXxXxXxXxXxXxXxXx" }...