Cisco Cisco Prime Optical 9.6 Developer's Guide

Page of 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
432
 
The name of the object to which this selection applies. Prime Optical supports only 
ManagedElement, PTP, or CTP name in this field. Note that ManagedElement must be in 
Prime Optical’s management domain. For example, if you change the name of the ME but 
you pass the old name to this call, no data is written to the file. 
•  transmissionParameters::LayerRateList_T layerRateList 
For a list of supported layer rates, see 
 
•  PMLocationList_T pMLocationList 
Prime Optical supports only PML_NEAR_END_RX and PML_FAR_END_RX. 
•  GranularityList_T granularityList 
Prime Optical supports 15-minute (15min) and 24-hour (24h) PM data. If this list is empty, 
data for all granularities is reported. 
Prime Optical supports the PM parameter values listed in 
, 
, 
, 
, 
, and 
. 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised when startTime or endTime are not valid, client 
is null, or pmTPSelectList is empty. 
EXCPT_UNABLE_TO_COMPY – Raised when more than one request is sent from the 
same NMS client. 
Compliance 
Prime Optical-defined. 
3.13.6  getCTMValidHistoryPMData 
Synopsis 
Public void getCTMValidHistoryPMData ( 
 
         in nmsSession::NmsSession_I client, 
 
         in PMTPSelectList_T pmTPSelectList, 
 
         in PMParameterNameList_T pmParameters, 
 
         in globaldefs::Time_T startTime, 
 
         in globaldefs::Time_T endTime) 
 
         raises(globaldefs::ProcessingFailureException); 
Description 
This interface performs exactly like the performance::PerformanceManagementMgr_I:: 
getCTMHistoryPMData interface, but filters out invalid entries. 
Compliance 
Prime Optical-defined.