Recent content by Shyamin Ayesh

  1. S

    Bandwidth monthly transfer

    any updates on this ? sorry for bumping this :/
  2. S

    [SOLVED] Proxmox API Create KVM not working.

    ugh ... it's resolved ... API user didn't have permission to create VM's and I tried with root user :D
  3. S

    [SOLVED] Proxmox API Create KVM not working.

    I tried with pvesh command & it works without any issue but json api is not working :/ pvesh create /nodes/{node}/qemu -vmid 200 above command is working fine :/
  4. S

    [SOLVED] Proxmox API Create KVM not working.

    Hi, I tried to create kvm vm using Proxmox API. but I can't find the correct parameters :/ Doc : http://pve.proxmox.com/pve2-api-doc/ Endpoint : nodes/{node}/qemu what are the correct parameters please ? Thanks !
  5. S

    Proxmox VE JSON API Endpoint Help

    Hi, I need some help about creating vm with qemu endpoint. I try passing required parameters but nothing happens :/ http://pve.proxmox.com/pve2-api-doc/ Endpoint : /nodes/{node}/qemu anyone know how to do this ? Thanks !