Cisco Cisco Evolved Programmable Network Manager 1.2 Guia Do Programador

Página de 533
  
 
MTOSI Interface Details 
 
 
Cisco EPN Manager OSS Integration Guide for MTOSI 
74
 
 
 
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.  
 
4.13.2  getOpticalLinkInterfacesIterator 
This operation retrieves the handle to the Iterator, which can be used to retrieve the list of Optical Link 
Endpoints Names. 
4.13.2.1.1 
Input 
Request Parameter  
Data Type 
Description