IAP publishes events using an internal Event System. For more information:
- Refer to the NSO NETCONF Event Streams section in the IAP Admin Guides.
- Refer to the Event System section in the IAP Developer Guides.
Job Events
The following event topics are published to the IAP environment.
Event Topic | Description | Payload |
---|---|---|
jobStart |
Publishes on job start. | Started job |
jobComplete |
Publishes on job complete. | Completed job |
jobError |
Publishes on job error. | Error job |
jobFix |
Publishes on job revert. | Reverted job |
jobPause |
Publishes on job pause. | Paused job |
jobResume |
Publishes on job resume. | Resumed job |
jobCancel |
Publishes on job cancel. | Canceled job |