Cisco Cisco Evolved Programmable Network Manager 2.0 Developer's Guide

Page of 631
 
MTOSI Interface Details 
 
 
 
 
 
 
Cisco EPN Manager 2.0.1 MTOSI API Guide for OSS Integration  
 
 
32 
Response data 
Data Type 
Description 
meList 
 
ManagedElementListType  List of managed elements. See Managed 
Element Data above for details.  
4.1.2.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.  
notImplemented: Indicates that the operation is not implemented by the management system. 
 
4.1.2.2  getAllManagedElementsIterator 
This operation retrieves information about a managed element.  
4.1.2.2.1 Input 
Request Parameter 
Data Type 
Description 
batchSequenceEndOfReply 
Boolean 
Indicator of end of batched replies. 
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. 
getManagedElementsIterat
orRequest 
GetAllDataIteratorReque
stType 
Empty element representing the iterator request. 
4.1.2.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. 
getManagedElementsIterat
orResponse 
MultipleMeObjectsResponseTy
pe 
Holder for containing the list of managed 
elements returned. 
meList 
 
ManagedElementListType 
List of managed elements. See Managed 
Element Data above for details.  
4.1.2.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.  
 
4.1.2.3  getManagedElement 
This operation retrieves details about a specified managed element instance.  
4.1.2.3.1 Input 
Request 
Parameter 
Data Type 
Description 
meRef 
NamingAttributeType 
 
List of RDNs that represent the Managed Element Object 
Id (FDN). Example RDNs that constitute ME Object Id: 
{type=MD, value=CISCO_MLM, 
type=ME, value=<me name>}