Download OpenAPI specification:Download
This interface should be implemented by the subscribers wishing to receive notifications of ONT Activation eventa from TFF via API.
In order to start receiving notifications, the consumer must subscribe to the ONTActivation event type
The consumer must implement this method to receieve notifications from TFF. The payload of this event will be specific to the event type.
| x-api-key | string Used to pass a shared secret with each API request |
| X-Transaction-Id | string Represents the unique message identifier associated with the transaction (when available). |
| eventId required | string A numeric value assigned to the event. This is a monotonously increasing number over all |
| eventTimestamp required | string <date-time> The date and time this event notification was issued. |
| eventType required | string Value: "ONTActivation" The event type for this notification. |
required | object (notification.ontactivation.Event.message) Attribute of the Event |
required | object Original payload from the network |
{- "eventId": "string",
- "eventTimestamp": "2019-08-24T14:15:22Z",
- "eventType": "ONTActivation",
- "message": {
- "status": "Success",
- "errorCode": "Success",
- "errorDetails": "Success",
- "errorTitle": "Success",
- "error": false,
- "orderID": "ORD000015374757",
- "ontSerialNumber": "4857544374F0EBA6",
- "opticalStatus": "Good"
}, - "payload": { }
}