Acme Packet (MOSC)

MOSC Banner

How could it be recovered timestamp for each sample from EOM API monitorGraph request?

in Acme Packet (MOSC) 3 commentsAnswered

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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center