Cisco Cisco Prime Optical 9.6 Guia Do Programador

Página de 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
369
 
raises(globaldefs::ProcessingFailureException); 
Description 
This interface instructs the EMS to turn off PM data collection for a list of measurement points. 
Disabling is done on a best-effort basis. If PM could not be disabled for a subset of cases in the 
PMTPSelectList, a list identifying this subset is returned. PM collection involves collection of 
historical PM data. If this method is called between PM collection intervals, PM data for that 
interval is not collected. There are no incomplete collection periods.  
Example 
For PM collection intervals T-15min, T, T + 15min and so on, and a disablePMData call at T + 
3min, the PM data is only collected up to and including interval T. T + 15min interval PM data is 
not collected. 
If PM collection was never started for this TP, the operation is considered successful. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
pmTPSelectList
 
PMTPSelectList_T
 
In
 
This structure contains the relevant data for the 
disablePMData request. This value cannot be empty.
 
failedTPSelectList
 
PMTPSelectList_T
 
Out
 
List of points that were not completely disabled. An 
empty list indicates that the total request was 
successful.
 
Prime Optical provides the following support for the PMTPSelect_T structure for this method: 
•  globaldefs::NamingAttributes_T name 
The name of the object to which this selection applies. Prime Optical only supports 
ManagedElement name in this field. 
•  transmissionParameters::LayerRateList_T layerRateList 
Not supported. 
•  PMLocationList_T pMLocationList 
Not supported. 
•  GranularityList_T granularityList 
Supported only for enablePMData. 15min and 24h are the only valid values. If the list is 
empty, both 15min and 24h are considered. 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_INVALID_INPUT - Raised if pmTPSelectList is empty. 
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost.