Cisco Cisco Evolved Programmable Network Manager 2.0 Developer's Guide

Page of 637
 
MTOSI Interface Details 
 
 
 
 
 
 
Cisco EPN Manager 2.0 MTOSI API Guide for OSS Integration  
 
 
73 
owner 
String 
Syscontact of Network Interface. 
description 
 
String 
Description of the Network Interface 
subscriberRef 
 
NamingAttributeType 
List of RDNs for subscriber reference. Contains MD, 
CUSTOMER RDNs 
portRef 
 
NamingAttributeType 
Termination point reference - FDN 
serviceCount 
int 
Service count on this Network Interface 
 
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. 
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.