Cisco Cisco Prime Network 4.1 Developer's Guide

Page of 199
MTOSI OSS Integration
 
 
Cisco Prime Network OSS Integration Guide for MTOSI and 3GPP 
102
 
 
 
OL-31029-01
 
holderType= remote_unit 
holderState = UNKNOWN 
 
 
8.11 Delta Inventory Management 
Delta Inventory provides a facility to retrieve all Managed Elements whose physical 
inventory has changed since a specified time.  
8.11.1 Managed Element Names Retrieval  Interface details 
 
Interface Name 
Description 
getAllManagedElementNamesTS 
This API is used for delta inventory management 
 
getAllManagedElementNamesTS API is used for Delta Inventory Management.  
 
The WSDL document describing the details of the Interface can be accessed from the 
 section. 
8.11.1.1 
Get Delta Inventory changes  
To get the list of Managed Elemets whose inventory has changed, the 
getAllManagedElementNamesTS request needs to be issued with <timestamp> value in 
UTC Format.  
The response will contain a list of all managed elements which have been added, deleted 
or modified since the time specified in the request. Explaining one such entry from the 
response here. 
 
       Input to getAllManagedElementNamesTS for get delta inventory changes : 
 
Request parameter 
Type 
Description 
Timestamp 
Date 
Valid time in UTC Format  i.e  
dd-MMM-yyyy HH:mm:ss” 
For example:   
2013-02-28T14:15:30 
 
Output: 
 
Sl.No 
Response parameter 
Type 
Description 
name 
String 
Name of the ME 
timestamp 
Date 
 Last inventory updated time   
operation 
OperationType 
Type of change in the ME i.e ADD, 
DELETE or UPDATE 
Hints 
String 
Current time in millis followed by 
comURI