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

    Hey can any one help me i really suck because of this problem what am i doing wrong in above code ..
  3. S

    how to get ip and network details through rest api

    so i have created VM with ubuntu 14.04 OS. The IP can be assigned through DHCP. i followed following steps for IP address of the VM: 1 ) Enter the QEMU Guest Agent As it turns out, installing this is pretty easy. You install the service within your target VM, set the Agent option under hardware...
  4. S

    how to get ip and network details through rest api

    ok i will update the detailed scenario. Thanks for the response
  5. 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...