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
 
 
433
 
3.13.7  deleteHistoryPMDataFile 
Synopsis 
public void deleteHistoryPMDataFile( 
in string fileName) 
raises(globaldefs::ProcessingFailureException); 
Description 
The NMS can delete the PM data file by invoking this method explicitly. In this case, Prime 
Optical does not wait for six hours to delete the file. This frees up valuable disk space on the 
Prime Optical server. It is highly recommended that the NMS invoke this method as soon as it 
retrieves the PM data file from Prime Optical. 
Parameters 
Name
 
Type
 
Input/Output
 
Description
 
filename
 
string
 
In
 
Name of the file that was created by Prime Optical in response to 
the getCTMHistoryPMData call made by the NMS. This name must 
be the absolute path on the Prime Optical server.
 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
Compliance 
Prime Optical-defined. 
3.13.8  getTPHistoryPMData 
Synopsis 
void getTPHistoryPMData(in PMTPSelectList_T pmTPSelectList, 
      in PMParameterNameList_T pmParameters, 
      in globaldefs::Time_T startTime, 
      in globaldefs::Time_T endTime, 
      in unsigned long how_many, 
      out PMDataList_T pmDataList, 
      out PMDataIterator_I pmIt) 
raises(globaldefs::ProcessingFailureException); 
Description 
This interface enables the NMS to request a filtered set (scoped by the input parameter 
pmParameters) of the historical PM data for a list of TP measurement points. Within the 
request for each measurement point, granularity (15 min, 24 hr, NA) and location (nearEnd, 
farEnd, bidirectional) can be specified. The operation mode is best effort. Prime Optical only 
supports 24 buckets (6 hours) for 15 min PM. If the NMS requests older historical data, Prime