Cisco Cisco Evolved Programmable Network Manager 1.2 Developer's Guide

Page of 602
MTOSI Interface Details 
 
 
 
 
Cisco EPN Manager 1.2 Maintenance Pack 5 (V.1.2.500) MTOSI API Guide for OSS Integration 
 
 
74 
4.10.1.1.1 
Input 
Request Parameter  
Data Type 
Description 
getAllCustomerNamesRequest 
 
getAllCustomerNamesRequest 
 
Element representing the request. 
MTOSI request headers batch size 
controls how much data will be 
returned. 
4.10.1.1.2 
Output 
Response Data 
Data Type 
Description 
getAllCustomerNamesResp
onse 
 
getAllCustomerNamesRespons

 
The response containing the list of 
customer names. Each contains elements 
mentioned below. 
customerNameList 
CustomerNameListType 
List to hold the customer name. 
customerName 
CustomerNameType 
This element contains the details given 
below. 
name (Object Id) 
NamingAttributeType 
List of RDNs containing the MD and 
CUSTOMER. 
discoveredName 
String 
Name of customer. 
 
4.10.1.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.  
 
4.10.1.2 
getCustomerNamesIterator 
This operation retrieves the handle to the Iterator, which can be used to retrieve the list of customer names.  
4.10.1.2.1 
Input 
Request Parameter  
Data Type 
Description 
iteratorReferenceURI 
 String 
Iterator reference URI which must be present 
to retrieve next batch of managed elements. 
Note: This information is set on the request 
message on the MTOSI header part. 
getCustomerNamesIte
ratorRequest 
getCustomerNamesIteratorRequ
estType 
Empty element representing the iterator 
request. 
4.10.1.2.2 
Output 
Response Data  
Data Type 
Description 
batchSequenceEndOfReply 
boolean 
indicator of end of batched replies. 
iteratorReferenceURI 
String  
Iterator reference URI which can be 
used to retrieve the next batch. 
getCustomerNamesIteratorRes
ponse 
 
 
getCustomerNamesIteratorResp
onseType 
 
Holder for containing the list of 
Customer Names. Each customer 
name details is same as in the 
getAllCustomerNames operation 
response. 
4.10.1.2.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.