rest api

  1. P

    [REST API] Most optimal way to obtain a list of all VMs and their configs?

    Currently, there doesn't appear to be a single http get to obtain all VMs in the cluster. Right now, I have to query the cluster to obtain the nodes, then query each node for what VMs they have, then on top of that, query each node again for each individual VM config. As you can imagine, when...
  2. B

    Festplatten per API auf Funktion im Raid System überprüfen

    Hi ich habe ein kleines Problem, ich will mithilfe einer API per Curl abfragen wieviele Festplatten verfügbar sind, um zu checken ob eine ausgefallen ist. Ich habe das bei Postman gemacht und es hat auch funktioniert. Ich habe folgenden Link benutzt...
  3. S

    [SOLVED] REST API not setting IPV4 address for LXC container

    I have a working REST API Connection to proxmox. I can create and clone an LXC container just fine using the API. After cloning a container, I am trying to use the REST API to set the containers IP Address, but it's not working. My NodeJS code is below. let formBody = await...