HI all,
I'm using your API into my PHP client.
I'm trying to execute this steps:
"QEMU guest agent is not running" (status: 500).
Where is the error?
I hope I was clear.
Thank you in advance.
I'm using your API into my PHP client.
I'm trying to execute this steps:
- Clone VM: /api2/json/nodes/{node}/qemu/{vmid}/clone (OK)
- Config IP,Gateway and "QEMU enabled" property: /api2/json/nodes/{node}/qemu/{vmid}/config (OK)
- Start VM: /api2/json/nodes/{node}/qemu/{vmid}/status/start (OK)
- Execute custom script: /api2/json/nodes/{node}/qemu/{vmid}/agent/exec (KO)
"QEMU guest agent is not running" (status: 500).
Where is the error?
I hope I was clear.
Thank you in advance.