Configuring SAE Properties for the Event Notification API
Use the following configuration statements to configure properties for the event notification API:
shared sae configuration external-interface-featuresnameEventAPI {retry-timeretry-time; retry-limitretry-limit; threadsthreads;}To configure properties for the event notification API:
- From configuration mode, access the configuration statements for the event notification API. In this sample procedure, event_api is the name of the Event API configuration.
user@host#edit shared sae configuration external-interface-features event_api EventAPI- Specify the amount of time between attempts to send events that could not be delivered.
[edit shared sae configuration external-interface-features event_api EventAPI]user@host#set retry-timeretry-time- Specify the number of times an event fails to be delivered before the event is discarded.
[edit shared sae configuration external-interface-features event_api EventAPI]user@host#set retry-limitretry-limit- Specify the number of threads allocated to process events.
[edit shared sae configuration external-interface-features event_api EventAPI]user@host#set threadsthreads- (Optional) Verify the configuration of the event notification API properties.
[edit shared sae configuration external-interface-features event_api EventAPI]user@host#showEventAPI {retry-time 300;retry-limit 5;threads 5;}