E_OKE_GENERAL_ERRORE_INVALID_EVENT_TYPEE_INVALID_IDE_INVALID_URLE_INVALID_USERNAMEE_INVALID_PASSWORDE_INVALID_TTLE_INVALID_MIN_EVENTS_PER_TIMESLICEE_INVALID_MAX_TIMESLICEE_INVALID_ENABLED_STATEE_CONNECTION_REFUSEDE_CONNECTION_TIMEDOUTSTATE_DISABLEDSTATE_ENABLEDEVENTTYPE_NONEEVENTTYPE_TESTEVENTTYPE_ALLEVENTTYPE_SYSTEM_STARTUPEVENTTYPE_SYSTEM_SHUTDOWNEVENTTYPE_SYSTEM_CONFIG_LOADEVENTTYPE_CREATEEVENTTYPE_MODIFYEVENTTYPE_DELETEEVENTTYPE_ADMIN_IPEVENTTYPE_ARP_ENTRYEVENTTYPE_DAEMON_HAEVENTTYPE_DB_VARIABLEEVENTTYPE_FEATURE_FLAGSEVENTTYPE_FILTER_PROFILEEVENTTYPE_GTMDEVENTTYPE_INTERFACEEVENTTYPE_LCDWARNEVENTTYPE_L2_FORWARDEVENTTYPE_MIRROR_PORT_MEMBEREVENTTYPE_MIRROR_PORTEVENTTYPE_MIRROR_VLANEVENTTYPE_MONITOREVENTTYPE_NATEVENTTYPE_NODE_ADDRESSEVENTTYPE_PACKET_FILTEREVENTTYPE_PCI_DEVICEEVENTTYPE_POOLEVENTTYPE_POOL_MEMBEREVENTTYPE_RATE_FILTEREVENTTYPE_ROUTE_MGMTEVENTTYPE_ROUTE_UPDATEEVENTTYPE_RULEEVENTTYPE_SELF_IPEVENTTYPE_SENSOREVENTTYPE_SNAT_ADDRESSEVENTTYPE_SNAT_POOLEVENTTYPE_SNAT_POOL_MEMBEREVENTTYPE_STPEVENTTYPE_SWITCH_DOMAINEVENTTYPE_SWITCH_EDGEEVENTTYPE_TAMD_AUTHEVENTTYPE_TRUNKEVENTTYPE_TRUNK_CONFIG_MEMBEREVENTTYPE_TRUNK_WORKING_MEMBEREVENTTYPE_VALUE_LISTEVENTTYPE_VIRTUAL_ADDRESSEVENTTYPE_VIRTUAL_SERVEREVENTTYPE_VIRTUAL_SERVER_PROFILEEVENTTYPE_VLANEVENTTYPE_VLAN_MEMBEREVENTTYPE_VLANGROUPAUTHMODE_NONEAUTHMODE_BASIC
Create a new subscription. This takes an an input a list of subscription details, one for each subscription requested.
Create a new subscription. This takes an an input a list of
subscription details, one for each subscription requested.
Modify a list of subscriptions. This takes a list of subscription definitions representing the subscriptions that are
to be modified.
Modify a list of subscriptions. This takes a list of subscription
definitions representing the subscriptions that are to be modified.
Remove a list of subscriptions. This takes as input a list of subscription id's and returns a list of status
structures with the associated status code for each item in the id_list.
Retrieve the list of configured subscription identifiers.
Retrieve the subscription definitions for a list of subscription identifiers.
Retrieve the subscription definitions for a list of subscription
identifiers.
Retrieve a list of event types available on this system.
Set the enabled state of a list of subscriptions identifiers
Get the enabled state of a list of subscription identifiers.
Set the url endpoint that implements the EventNotification interface.
Get the url endpoint that implements the EventNotification interface.
Set the credentials for the url's associated with the given list of subscription identifiers.
Gets the credentials for the URL's associated with a set of
subscription identifiers.
Set the time to live (ttl) in seconds for the list of subscription identifiers.
Get the time to live (ttl) in seconds for the list of subscription identifiers.
Set the minimum number of events needed to trigger a notification message.
This value is used to force a notification message to occur even if the
max timeslice attribute is not reached yet.
Get the minimum number of events needed to trigger a notification message.
Set the maximum timeslice (in seconds) between event notifications. This value is used
to ensure that notifications are sent despite the minimum event attribute not reaching
its threashold.
Get the maximum timeslice (in seconds) between event notifications for the list of subscription identifiers.
Sets the proxy URL required for accessing the notification service
for a set of subscriptions.
Gets the proxy URL required for accessing the notification service
for a set of subscriptions.
Get the statistics for the given list of subscription identifiers.
Reset the statistics for the given list of subscription identifiers.
A lightweight ping to determine the event notification service's health.
Gets the version information for this interface.
Create a new subscription. This takes an an input a list of subscription details, one for each subscription requested.
Create a new subscription. This takes an an input a list of
subscription details, one for each subscription requested.
Modify a list of subscriptions. This takes a list of subscription definitions representing the subscriptions that are
to be modified.
Modify a list of subscriptions. This takes a list of subscription
definitions representing the subscriptions that are to be modified.
Remove a list of subscriptions. This takes as input a list of subscription id's and returns a list of status
structures with the associated status code for each item in the id_list.
Retrieve the list of configured subscription identifiers.
Retrieve the subscription definitions for a list of subscription identifiers.
Retrieve the subscription definitions for a list of subscription
identifiers.
Retrieve a list of event types available on this system.
Set the enabled state of a list of subscriptions identifiers
Get the enabled state of a list of subscription identifiers.
Set the url endpoint that implements the EventNotification interface.
Get the url endpoint that implements the EventNotification interface.
Set the credentials for the url's associated with the given list of subscription identifiers.
Gets the credentials for the URL's associated with a set of
subscription identifiers.
Set the time to live (ttl) in seconds for the list of subscription identifiers.
Get the time to live (ttl) in seconds for the list of subscription identifiers.
Set the minimum number of events needed to trigger a notification message.
This value is used to force a notification message to occur even if the
max timeslice attribute is not reached yet.
Get the minimum number of events needed to trigger a notification message.
Set the maximum timeslice (in seconds) between event notifications. This value is used
to ensure that notifications are sent despite the minimum event attribute not reaching
its threashold.
Get the maximum timeslice (in seconds) between event notifications for the list of subscription identifiers.
Sets the proxy URL required for accessing the notification service
for a set of subscriptions.
Gets the proxy URL required for accessing the notification service
for a set of subscriptions.
Get the statistics for the given list of subscription identifiers.
Reset the statistics for the given list of subscription identifiers.
A lightweight ping to determine the event notification service's health.
Gets the version information for this interface.
The EventSubscription interface is to be used to register for system configuration change events. Events are sent using the EventNotification interface.
This interface does not support transactions.