Get lxc IO in api

Hi,
Thx for reply but, there is not infromation about IO DISK in api, maybe missing in api

I already use api to monitor cpu and ram for exemple :
/api2/html/nodes/NODE/lxc/

or

api2/html/cluster/resources

but inside there is only infromation about total disk read and total disk write
 
here this is the path

Code:
pve:/> get /nodes/ella/lxc/102/status/current
200 OK
{
   "cpu" : 0,
   "cpus" : 1,
   "disk" : 625082368,
   "diskread" : 21495808,
   "diskwrite" : 0,
   "ha" : {
      "managed" : 0
   },
   "lock" : "",
   "maxdisk" : 8589934592,
   "maxmem" : 536870912,
   "maxswap" : 536870912,
   "mem" : 8044544,
   "name" : "Test",
   "netin" : 0,
   "netout" : 0,
   "pid" : "64342",
   "status" : "running",
   "swap" : 0,
   "template" : "",
   "type" : "lxc",
   "uptime" : 40
}