How could it be recovered timestamp for each sample from EOM API monitorGraph request?
Hello all,
We're working with EOM's API in order to gather /MonitorGraph information.
Our problem is the output only contains the data and the ordinal besides two null fields.
{ "data": [ [ "Active calls", [ [ 0, 25.55, null, null ], (...) [ 299, 22.3667, null, null ] ] ] ], "success": true }
If we use a csv file recovery from the same metric, we can download a file with three colums, namelly
So, in this case, each sample is binded with its timestamp.
So, question is:
- Would it be possible to gather these timestamps for each sample in the output json?
- If so, how? We have searched on documentation but couldn't find the flag or parameter on the request.