Cisco Cisco Evolved Programmable Network Manager 2.0 Developer's Guide

Page of 632
 
MTOSI Interface Details 
 
 
 
 
 
 
Cisco EPN Manager 2.0.2 MTOSI API Guide for OSS Integration  
 
 
74 
4.10.2 Operations  
4.10.2.1 
getNetworkInterface 
4.10.2.1.1  Input 
 
Request 
Parameter 
Data Type 
Description 
networkInterfac
eRef 
 
NamingAttributeType 
 
List of RDNs that represent the NetworkInterface Object 
Id (FDN). Example RDNs that constitute NI Object Id: 
{type=MD, value=CISCO_MLM, 
type=UNI, value=<uni name>} 
4.10.2.1.2  Output 
 
 
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.2.2 
getAllNetworkInterfaces 
4.10.2.2.1  Input 
 
Request Parameter 
Data Type 
Description 
requestedBatchSize 
integer 
Maximum number of objects to return.  
getAllNetworkInterfacesR
equest 
 
GetAllNetworkInterfacesR
equest 
 
Empty Request Element representing the 
request. 
4.10.2.2.2  Output 
 
Response data 
Data Type 
Description 
batchSequenceEndOfRepl
boolean 
Indicator of end of batched replies. 
iteratorReferenceURI 
String  
Iterator reference URI which can be used to 
retrieve the next batch. 
getNetworkInterfacesRes
ponse 
MultipleNetworkInterfaceObject
sResponseType
 
Holder for containing the list of Network 
Interfaces returned. 
networkInterfaceList 
  
NetworkInterfaceListType 
  
List of Network Interfaces. See Network 
Interfaces Data above for details.  
 
Exceptions 
internalError: Indicates that an internal error or exception has occurred as part of this call. 
Response Data 
Data Type 
Description 
getNetworkInterfaceRe
sponse 
SingleNetworkInterfaceObjectRe
sponseType 
Holder for response that contains the single 
Network Interface details. 
networkInterface 
 
NetworkInterfaceType 
Network Interface details. See Network 
Interface Data for details of the data 
returned.