Cisco Cisco Evolved Programmable Network Manager 1.2 Developer's Guide

Page of 594
[Type text] 
 
 
Cisco EPN Manager OSS  Integration  Guide for  MTOSI 
 
 
33 
Response data 
Data Type 
Description 
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>} 
4.1.2.3.2 Output 
4.1.2.3.3 Exceptions 
internalError: Any internal error or exception occurring as part of this call 
invalidInput: If an invalid input is given to the operation 
 
4.2  ManagedElementNameRetrieval 
This interface provides operations that retrieve Managed Element Names. 
4.2.1.1  getAllManagedElementNames 
This operation retrieves the list of Managed Element Names. 
4.2.1.1.1 Input 
Request Parameter 
Data Type 
Description 
getAllManagedElementName
sRequest 
 
getAllManagedElementNames
Request 
 
Element representing the request. 
MTOSI request headers batch size that 
controls how much data will be returned. 
4.2.1.1.2 Output 
Response Data 
Data Type 
Description 
getAllManagedElementNam
esResponse 
 
getAllManagedElementNames
Response 
 
The response containing the list of 
Managed Element Names. Each contains 
elements mentioned below. 
meNameList 
MENameListType 
List to hold the meName. 
Response Data 
Data Type 
Description 
getManagedElementRe
sponse 
SingleMeObjectResponseType 
Holder for response that contains the single 
Managed Element details. 
me 
ManagedElementType 
Managed Element details. See Managed 
Element Data for details of the data 
returned.