Search results

  1. S

    Total number of cores that can be Used

    Hii, so i am creating an application which will create the VM through the "REST API's". I am updating the details of the total and used space on HD and RAM on dashboard. But for the "Cores" i am having problem. Can anyone help in how many total number of cores which are available to use. This is...
  2. S

    how to get ip and network details through rest api

    i have installed proxmox on centOS i am creating VM through REST api's provided VM are created through (qemu) i have installed agent on the created VM. when i try to get the ip of the VM created through REST "/api2/json/nodes/{node}/qemu/{vmid}/agent" it does not give the IP . i followed the...