Cisco Cisco Prime Optical 10.6 Developer's Guide

Page of 665
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide 
 
 
318
 
Whole number PM values are converted to floating point values in CORBA. In  the floating point 
format,  we can have numbers with rounded off values greater than 23 bit (> 8388608). Hence a PM value 
greater than 23 bits may look different from the floating point format. 
 
For example, a PM value of 857224230528, when converted to a floating point value, becomes 
8.5722425E11. 
3.13.1  disablePMData 
Synopsis 
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 
Compliance