Cisco Cisco Prime Central 1.5 Guía Del Desarrollador

Descargar
Página de 223
MTOSI OSS Integration
 
 
Cisco Prime OSS Integration Guide for MTOSI and 3GPP 
68
 
 
 
OL-31029-01
 
ent/IIS/xsd/Cisco_ME_EQ
_Inventory.xsd 
 
subscribe(...)  
 
subscribeRequest  - This 
operation allows the 
Client to subscribe for 
notifications  
subscribeResponse  
  -  an unique 
subscription identifier is 
returned to the Client 
OS to be used when 
invoking the 
unsubscribe() for the 
given topic.  Note that 
it must uniquely 
identify the request 
signature by its three 
elements: 
consumerEPR, topic, 
and selector.  
The subscribe operation used to 
receive subscriptions from 
consumers . See the 
corresponding wsdl/xsd files for 
more details. 
 
 
 
Framework/IIS/wsdl/Noti
ficationProducer/Notifica
tionProducerHttp.wsdl
 
 
Framework/IIS/xsd/Notifi
cationMessages.xsd 
 
unsubscribe(...)  
 
unsubscribeRequest  
  - This operation allows 
the Client to unsubscribe 
from a previous 
subscribed notification 
channel.  
unsubscribeResponse  
  -  response message 
structure of the 
unsubscribe operation. 
Note that it is an empty 
payload. Failure should 
be handled as an 
exception.  
The unsubscribe operation used 
to receive subscription 
cancellations from consumers. 
See the corresponding wsdl/xsd 
files for more details. 
 
 
Framework/IIS/wsdl/Noti
ficationProducer/Notifica
tionProducerHttp.wsdl
 
 
Framework/IIS/xsd/Notifi
cationMessages.xsd 
 
notify(...)  
 
not applicable  
not applicable  
One way (notification) message 
structure of the notify operation.  
This operation allows event 
notification to a client OS for the 
following event types: 
 
 
AttributeValueChangeTy
pe
 
 
ObjectCreationType
 
 
ObjectDeletionType 
 
For more details, see 
Framework/IIS/wsdl/Notification
Producer/NotificationProducerHt
tp.wsdl file.