Device Status
Monitor when a device is attached to or detached from a mobile data network.
This functionality allows asking if a device is online or not and subscribing to notifications for when it goes offline or comes back online. Any connectivity status changes will then be informed and can be posted to a preferred notification URL (webhook).
Terminology
Here are some terms you will often see throughout the Devices Status section:
-
Token / application key: The application key that you can view and copy from the application dashboard in the Getting Started steps. This information is used when you are creating a Network as Code client:
The
NetworkAsCodeClientis the entry-point to all the functionality Network as Code provides. Learn more about it.client = nac.NetworkAsCodeClient(token="<your-application-key-here>") -
Notification token: A password that will be used to identify the sender of notifications
Last updated November 05, 2025