How to monitor Mobile Router’s status on Nebula via API?

Zyxel_Bella
Zyxel_Bella Posts: 560  Zyxel Employee
Zyxel Certified Network Engineer Level 2 - Switch Zyxel Certified Network Engineer Level 1 - Switch Zyxel Certified Network Administrator - Switch 50 Answers

The Nebula API currently provides org-wide or site-wide information on device status for mobile router. This includes the online/offline status of devices.

Once you have applied for and obtained the API Key which for your Nebula account, you can get device status information through the following methods.

You can check site-id from the url on the browser.

https://nebula.zyxel.com/cc/ui/index.html#/<org-id>/<site-id>/site-wide/monitor/dashboard

GET https://api.nebula.zyxel.com/v1/nebula/<site-id>/online-status

The Response will contain all device IDs in the site and their online status.