Cisco Cisco Evolved Programmable Network Manager 2.0 Guía Del Desarrollador

Descargar
Página de 631
 
MTOSI Interface Details 
 
 
 
 
 
 
Cisco EPN Manager 2.0.1 MTOSI API Guide for OSS Integration  
 
 
33 
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  
the elements mentioned below. 
meNameList 
MENameListType 
List to hold the meName. 
meName 
MENameType 
This element contains the details given 
below. 
name (Object Id) 
NamingAttributeType 
List of RDNs containing the MD and ME. 
discoveredName 
String 
Name of managed element. 
4.2.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.2.1.2  getManagedElementNamesIterator 
This operation retrieves the handle to the Iterator which can be used to retrieve the list of managed element 
names.  
4.2.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. 
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 that wil 
be returned.