I just found this -
/networks/{networkId}/insight/applications/{applicationId}/healthByTime
[ { "startTs": "2018-02-11T00:00:00Z",
"endTs": "2018-05-12T00:00:00Z",
"wanGoodput": 20000000,
"lanGoodput": 100000000,
"wanLatencyMs": 10.1,
"lanLatencyMs": 3.2,
"wanLossPercent": 0.2,
"lanLossPercent": 0,
"responseDuration": 210,
"sent": 1000,
"recv": 5000,
"numClients": 2 } ]
In theory i could call this for a certain time resolution and then look at the wan loss % to decide if it was up or down. Seems like a very clunky way of doing it tho 😕
going to be a metric crap-ton of calls