Hi,
This question is about https://pve.proxmox.com/pve-docs/api-viewer/#/nodes/{node}/qemu/{vmid}/agent/network-get-interfaces.
Can someone explain to me what these represent?
I would like to know over what period this is pulled as well.
Many thanks
This question is about https://pve.proxmox.com/pve-docs/api-viewer/#/nodes/{node}/qemu/{vmid}/agent/network-get-interfaces.
Can someone explain to me what these represent?
JSON:
"statistics": {
"rx-packets": 501361,
"tx-bytes": 15465504,
"tx-dropped": 0,
"tx-errs": 0,
"rx-errs": 0,
"tx-packets": 142125,
"rx-dropped": 0,
"rx-bytes": 404271589
}
I would like to know over what period this is pulled as well.
Many thanks