Руководство Пользователя для Cisco Cisco Security Manager 4.11

Скачать
Страница из 301
 
 
 
  
 
Cisco Security Manager 4.11 API Specification (Version 2.3) 
 
Page  201
 
Element.
Attribute
 Name 
Definition 
eventSubRequest.subscriptionId  
The subscription identifier that uniquely identifies this 
subscription registered by the CSM client. The subscription 
identifier will be returned with each event notification 
matching the filter specified in the request. 
eventSubRequest.eventFilterItem 
Object EventFilterItem specifies a filter that identifies a type 
of events that the CSM client requests notification on.  
eventSubRequest.eventFilterItem.filterEventType 
In 1.0 this is defined as “syslog”. Future types will be 
supported post-1.0. 
eventSubRequest 
.eventFilterItem.filterEventCategory 
Specifies the event category the client is interested in. 
Multiple filterEvents can be specified to listen to multiple 
types of events. configChange and deviceStatus are 
supported. 
eventSubRequest.eventFilterItem.filterEventFormat   The event format that is used in the notification message. 
This is an enumerated list of formats. The list is as follows { 
xml, plainText } 
eventSubRequest.SyslogServer 
Is included in the subscription if the client wishes to receive 
the events over the syslog protocol at a specific destination 
and port number. Events that are not of syslog format 
originally will be encapsulated.  
eventSubRequest.syslogServer.port 
The UDP port number that the syslog relay will forward the 
event to 
eventSubRequest.syslogServer.destAddress 
The IPv4 Address that will receive the forwarded syslog 
events 
HTTP Method 
POST 
HTTP Header: asCookie 
The cookie returned by the login method that identifies the 
authentication session 
Returns 
200 OK + XML 
 
401 Unauthorized