[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


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-features name EventAPI {
retry-time retry-time; 

retry-limit retry-limit; 

threads threads; 
}


To configure properties for the event notification API:

  1. 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.
  2. user@host# edit shared sae configuration external-interface-features event_api 
    EventAPI 
    
    
    
  3. Specify the amount of time between attempts to send events that could not be delivered.
  4. [edit shared sae configuration external-interface-features event_api EventAPI] 
    
    user@host# set retry-time retry-time 
    
    
    
  5. Specify the number of times an event fails to be delivered before the event is discarded.
  6. [edit shared sae configuration external-interface-features event_api EventAPI] 
    
    user@host# set retry-limit retry-limit 
    
    
    
  7. Specify the number of threads allocated to process events.
  8. [edit shared sae configuration external-interface-features event_api EventAPI] 
    
    user@host# set threads threads 
    
    
    
  9. (Optional) Verify the configuration of the event notification API properties.
  10. [edit shared sae configuration external-interface-features event_api 
    EventAPI] 
    
    user@host# show 
    
    EventAPI { 
    
      retry-time 300;
    
      retry-limit 5;
    
      threads 5;
    
    }
    

[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]