Hi Bruno,
For the /v2/machine/monitoring/historic REST API endpoint, the three returned fields in the data array should correspond to:
================================
getMachineMonitoringHistoric
================================
index 0 = CPU Usage
index 1 = Memory Usage in MB (where 1048576 bytes per MB)
index 2 = Disk Usage in MB (where 1048576 bytes per MB)
Michelle