Management::EventNotification::events_occurred

Introduced : BIG-IP_v9.0
The notification mechanism used to send event notification messages. Clients must implement this interface to act as an endpoint of event notifications.

Prototype

 events_occurred(
    in Management__EventNotification__EventSource event_source,
    in String subscription_id,
    in Management__EventNotification__EventData [] event_data_list,
    in Common__TimeStamp time_stamp
);

Parameters

Parameter Type Description
event_source EventSource The identifier for the source of the event.
subscription_id String The subscription that this message was sent on behalf of.
event_data_list EventData [] A list of EventData notifications.
time_stamp TimeStamp The time the notification was sent.

Return Type

Type Description
void Null

Exceptions

Exception Description

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code

  • Perl Twitter Proxy - This example is a HTTP daemon that implements the EventNotification interface to receive iControl status messages. It will then proxy that message and post it to a specified Twitter account.

The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.