Yupp! So my current plan is to create a trigger for when an email alert is received for a network being down. This trigger will set off an API call to check the uplink statuses for each network. I'll then parse the JSON and record when the uplink status is non-active. Not super intuitive but should produce some data. Figured I'd share this work around incase anyone else runs into this issue.
... View more