07-09-2023 08:20 AM
Hi Meraki devs.
There are two different models for "downstreamPower", depending on whether you call latest or history endpoints. Please could this be fixed?
Latest returns:
Solved! Go to Solution.
08-09-2023 04:15 PM
Hey @david.bond , we're rolling a fix out for this. Notifying here since its a breaking change and I can post what to expect. Both latest and historical will send the response in the following format:
{
"ts": "2023-05-03T19:59:14Z",
"metric": "remoteLockoutSwitch",
"remoteLockoutSwitch": {
"locked": false
}
},
{
"ts": "2023-05-03T19:59:14Z",
"metric": "downstreamPower",
"downstreamPower": {
"enabled": true
}
}Note that for historical data, there will be extra info about the SN and Network ID in each objects.
This will be rolled out in a few days.
Let me know if you have any questions.
Thanks,
Konark
07-14-2023 01:46 PM
Hi @david.bond,
Thanks for posting in our Community forum.
Which API endpoint are you calling for each of these queries?
07-31-2023 09:31 AM
The "latest" and "history" endpoints, as documented here:
08-02-2023 02:44 PM
Hi @david.bond ,
It looks like each API call should return [mostly] the same information, just that Latest returns a separate array for the actual metrics. If you're getting inconsistent readings for each, I'd open a support case to have this behavior validated and for our back-end team to address it.
08-07-2023 09:59 AM
Thanks for raising this @david.bond . This looks like a bug and if you'd like you can raise a support ticket to have it documented and prioritized.
08-09-2023 04:15 PM
Hey @david.bond , we're rolling a fix out for this. Notifying here since its a breaking change and I can post what to expect. Both latest and historical will send the response in the following format:
{
"ts": "2023-05-03T19:59:14Z",
"metric": "remoteLockoutSwitch",
"remoteLockoutSwitch": {
"locked": false
}
},
{
"ts": "2023-05-03T19:59:14Z",
"metric": "downstreamPower",
"downstreamPower": {
"enabled": true
}
}Note that for historical data, there will be extra info about the SN and Network ID in each objects.
This will be rolled out in a few days.
Let me know if you have any questions.
Thanks,
Konark
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide