Subscribing to Outage Notifications
Introduction
Mosaic One provides real-time notifications about network outages across multiple software systems within the residential broadband network.
This guide explains how to connect to and use the Outage Notification feature.
Connect to Outage Notification Service
To receive messages from the Outage Notification Service, you must create an API endpoint to which notifications will be sent.
Contact Adtran Support and provide the URL and authentication details (for example API-Key, Basic Auth).
Example Notification Payload
Once the API endpoint is connected, you will automatically start receiving notifications.
The payload sent will contain details about the outage event and will follow the structure outlined below:
{
"issue": "pon-outage",
"timestamp": "2025-10-06T12:28:08.958256Z",
"tenant": "adtran",
"outage_status": "detected",
"affected_subscribers": [
{
"account_id": "123",
"onu_serial_number": "serial-number",
"city": "Huntsville",
"pon_port": "1/0/1@1/1/1"
}
]
}
Fields description
issue- issue type, for examplepon-outage,power-outagetimestamp- timestamp of when the request is senttenant- tenant nameoutage_status- outage status, can bedetected,clearedorundefinedaffected_subscribers- list of affected subscribers
Each affected subscriber has the following fields:
account_id- ID of affected accountonu_serial_number- ONU serial numbercity- City of where the Subscriber is locatedpon_port- PON port