Cisco Cisco Prime Central 1.1 Developer's Guide

Page of 8
 
 
© 2012 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. 
Page 2 of 8 
Equipment Retrieval APIs 
The WSDL document can be obtained at the following URL: 
https://<primecentralserver>:<mtosiport>/EquipmentInventoryRetrieval_RPC?wsdl
 
Where <primecentralserver> is the hostname or IP address of the Prime Central server and <mtosiport> is the port 
number where the CXF service for MTOSI is running. By default, the port number is 9110. 
Below are the supported APIs: 
• 
getAllEquipment 
• 
getEquipment 
• 
getContainedEquipment 
Physical Termination Point Retrieval APIs 
The WSDL document can be obtained at the following URL: 
https://<primecentralserver>:<mtosiport>/TerminationPointRetrieval_RPC?wsdl
 
Where <primecentralserver> is the hostname or IP address of the Prime Central server and <mtosiport> is the port 
number where the CXF service for MTOSI is running. By default, the port number is 9110. The following API is 
supported: getAllSupportedPhysicalTermiminationPoints 
Physical Inventory Notifications 
The Integration Layer (IL) will expose interfaces for enabling clients of the IL to register and receive notifications of 
interest.   
The currently supported IL interfaces consist of the following: 
• 
WS-SOAP interface that supports MTOSI-conformant operations 
• 
JMS interface that supports the same MTOSI operations using serialized Java objects 
The IL notification framework should be based on the above interfaces. This entails the following: 
• 
Support the MTOSI-style notification topic registration pattern for the WS-SOAP interface:  
• 
SubscribeResponse subscribe( 
        Holder<Header> mtopHeader, 
        SubscribeRequest mtopBody 
    ) throws SubscribeException; 
• 
UnsubscribeResponse unsubscribe( 
        Holder<Header> mtopHeader, 
        UnsubscribeRequest mtopBody 
    ) throws UnsubscribeException;