Cisco Cisco Prime Network 4.0 Entwickleranleitung

Seite von 148
       3GPP OSS Integration
 
 
Cisco Prime Network OSS  Integration  Guide for  MTOSI and 3GPP 
OL-30201-01
 
 
21 
 
7.7.1  File Transfer IRP::listAvailableFiles 
The API details with the input, output and their data types with the description is given 
below 
 
Description: 
The API will be used to list all available files that were generated by the “getAIlInventory” or 
“getManagedElement” call from the Inventory IRP agent.Input : 
 
Sl.No 
Parameter  
Data Type 
Description 
managementDataType  String 
This is a mandatory paramenter, should be 
provided by the OSS user. It specifies the 
type of the management data stored in the 
file.  
Different management data types are PM, 
CM, IM, TE, CT, NL, CG, OT,BASE.  
Currently we are supporting only IM – 
Inventory Management. 
beginTime 
DateTime 
This is an optional parameter and is 
expressed in UTC time. 
Format : YYYY-MM-DDThh:mm:ss 
 
If user specifies in  
YYYY-MM-DDThh:mm:ss:mmm+/-TZ 
format, millisecond & timezone part will be 
ignored. 
This parameter specifies list of available 
files whose ready time are later or equal to 
this time. 
Note : OSS user has to provide the date 
time w.r.t management domain timezone. 
endTime 
DateTime 
This is an optional parameter and is 
expressed in UTC time. 
Format : YYYY-MM-DDThh:mm:ss 
 
If user specifies in  
YYYY-MM-DDThh:mm:ss:mmm+/-TZ 
format, millisecond & timezone part will be 
ignored. 
This parameter specifies list of available 
files whose ready time are earlier than this 
time.