[SOLVED] Hello, I have a question about Proxmox VE API. I don't know the difference between the two returned data?

chenym

Member
Oct 25, 2022
50
1
8
I want to call the API interface in the figure below. What is the difference between the two return values in the red box?

1677815000576.png
 
First one is the status of the KVM process that actually runs the VM, ie is VM itself stopped or running.
Second is the status of the Agent package installed inside the VM that allows you to control some aspects of the VM even without available network connection.


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
First one is the status of the KVM process that actually runs the VM, ie is VM itself stopped or running.
Second is the status of the Agent package installed inside the VM that allows you to control some aspects of the VM even without available network connection.


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
Thank you. Do you know the value of the second state? I only found runing and stopped. Is there any other value?