Cisco Cisco Prime Central 1.1 Developer's Guide

Page of 70
 
                                            
Appendix 
 
Cisco Prime OSS  Integration  Guide  for  MTOSI and 3GPP 
OL-28496-01
 
 
57 
10.86.66.35 – Indicates the managed element for which the inventory is collected. 
CISCO_ASR_5500 – Indicates the device family 
SUCCESS – Indicates the status of the request. 
IM_20120808_1005+0300_32767_10.86.66.35_10002.xml – Name of the inventory file. 
localhost://tmp/IM_20120808_1005+0300_32767_10.86.66.35_10002.xml  –  Indicates 
the location where the inventory file is generated. 
 
11.7 FTP Configuration 
File Transfer is required to transfer inventory files to a remote file server as specified by 
end user. User can configure the file server details using  the script (ftpConfig.sh) available 
in the SIL installation directory ($SIL_HOME/bin). 
 
Each FTP server has a primary and a secondary ftp server setup with fail-over option or 
replication option. In fail-over option, files are transferred to the secondary ftp server if the 
primary is not reachable or copied on to the configured directory on local machine if the 
secondary is not reachable as well. However, in replication option, files are transferred to 
both the primary and the secondary ftp servers. In cases, where both primary and 
secondary servers are not available, the files will be stored in the local storage directory.  
 
For  information on managing  FTP for Standalone integration layer, see the Next Steps 
chapter in 
. 
11.8 3GPP Web Service Sample Request Response 
This section contains the sample Request and Response for the Web Service operations 
supported: 
11.8.1 InventoryIRP::getAllManagedElementNames   
OperationName: getAllManagedElementNames 
 
SOAP Request: 
 
<soapenv:Envelope 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:inv="http://www.3gpp.org/ftp/Specs/archive/32_series/ciscoTgppInvent
ory/schema/InventoryIRPData"> 
   <soapenv:Header/> 
   <soapenv:Body> 
      <inv:getAllManagedElementNames> 
         <invokeIdentifierIn>1234</invokeIdentifierIn> 
         <queryXpathExp>/MD=CISCO_PRIME</queryXpathExp> 
      </inv:getAllManagedElementNames> 
   </soapenv:Body> 
</soapenv:Envelope> 
 
SOAP Response: