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  
 
 
77 
getQosProfileNamesIteratorRe
sponse 
 
 
getQosProfileNam
esIteratorResponse
Type 
 
Holder for containing the list of QoS profile names. 
Each QoS profile name details is same as in the 
getAllQosProfileNames operation response. 
4.12.1.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.13 OpticalLinkInterfaceRetrieval 
This interface provides operations that retrieve the Link Information. Can be used to retrieve return a list of 
Links that can be used to specify as part of the Constraints in a DWDM service. 
4.13.1  getAllOpticalLinkInterfaces 
This operation retrieves the list of Optical Links returned by a call to the OpticalLinkInterfaces. This API will 
return information about the Nodes and the Links where the Nodes are part of. The data returned by the API 
will contain name of the nodes the links as part of the discoveredName attribute. This API is used to provide 
the Constraints information when provisioning Optical DWDM services (OCHNC, OCHCC or OCHTRAIL). The 
OSS user will have to take only those entries where the discoveredName indicates a Link. The entries 
returning the nodes has to be discarded when Links has to be specified. 
4.13.1.1.1 
Input 
Request Parameter  
Data Type 
Description 
getAllOpticalLinkInterfacesReq
uest 
 
getAllOpticalLinkInterfacesReq
uest 
Element representing the request. 
MTOSI request headers batch size 
controls how much data will be 
returned. 
4.13.1.1.2 
Output 
Response Data 
Data Type 
Description 
getAllOpticalLinkInterfacesR
esponse 
MultipleOpticalLinkInterfaceOb
jectsResponseType 
The Response containing the list of Links 
that can be used to specify as part of the 
Constraints in a DWDM service. Each 
contains elements mentioned below. 
opticalLinkInterfaceList 
opticalLinkInterfaceListType 
List to hold the Optical Link Interface 
Names. 
opticalLinkInterface 
opticalLinkInterfaceType 
This element contains the details given 
below. 
name (Object Id) 
NamingAttributeType 
List of RDNs containing the MD and 
OPTICAL_LINK_INTERFACE. 
discoveredName 
String 
Name of the Optical Link. This data will 
contain either a Node or a Link. 
Eg: nmtg-tme-test-2k-250 – For a Node 
ONS15454-42 - WDMSIDE-C – For a Link 
4.13.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.