Cisco Cisco Evolved Programmable Network Manager 1.2 Developer's Guide

Page of 574
         
  
 
  
MTOSI Interface Details 
                                    
 
 
 
 
 
Cisco EPN Manager OSS  Integration  Guide for  MTOSI 
 
 
71 
Request parameter 
Data Type 
Description 
baseInstance 
NamingAttributeType 
Set of RNDs that consists of MD, SERVICE_TYPE, CFS/SAP 
instance IDs. CFS/SAP Instance IDs are optional.  
For example : 
              <v11:baseInstance> 
                  <v12:rdn> 
                     <v12:type>MD</v12:type> 
                     <v12:value>CISCO_EPNM</v12:value> 
                  </v12:rdn> 
                  <v12:rdn> 
                     <v12:type>SERVICE_TYPE</v12:type> 
                     <v12:value>EP-Tree</v12:value> 
                  </v12:rdn>               
               </v11:baseInstance>
 
serviceObjectType 
String 
ServiceObjectType is an Enumerated type. Supported 
values are: 
 
CFS 
 
SAP 
Selection 
GranularityType 
Filter attribute used to select the granularity of the 
Inventory report. Supported Enumerated values are: 
NAME – Retrieve Name only. 
FULL – Retrieve the name and the other object 
attributes. Including the reference attributes. 
4.9.3.1.2 Output 
The response lists inventory objects of same type. CFS and SAP are the two supported Inventory objects. An 
iterator interface retrieves the objects in blocks. 
 
Response Data 
Data Type 
Description 
getServiceInventoryR
esponse 
getServiceInventoryResponse 
Response message structure of 
getServiceInventory operation. 
inventoryData  
ServiceInventoryDataType 
Inventory data which may vary based on the 
MEP. 
cfsList 
Anonymous type holding “cfs” 
elements of type 
CustomerFacingServiceType 
CFS (Customer Facing Service), the 
instantiation of a given service that is bound to 
a particular product. It is an abstraction that 
defines the characteristics and behavior of a 
particular service as seen by the customer.  
See Customer Facing Service Data for details of 
the data returned in this object. 
sapList 
Anonymous type holding “sap” 
elements of type 
ServiceAccessPointType 
SAP (Service Access Point), a set of parameters 
associated (directly or indirectly) with a unique 
(logical and/or physical) resource where the 
single Service can be accessed. A Service is 
often associated with a list of SAPs.   
See Service Access Point Data for details of the 
data returned in this object. 
4.9.3.1.3 Exceptions 
internalError: Indicates that an internal error or exception has occurred as part of this call. 
invalidInput: Indicates that the input given to the operation is invalid.