User guide
3-211
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.13.2 enablePMData
• 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.
Compliance
TMF-defined.
3.13.2 enablePMData
Synopsis
void enablePMData(in PMTPSelectList_T pmTPSelectList,
out PMTPSelectList_T failedTPSelectList)
raises(globaldefs::ProcessingFailureException);
Description
This interface instructs the EMS to enable (turn on) PM data collection for a list of measurement points.
Enabling is done on a best-effort basis. If PM could not be enabled for a subset of cases in the
pmTPSelectList, a list identifying this subset is returned. PM collection does not start immediately as
required by the TMF. There are no incomplete collection periods. If PM collection was already on for a
TP, the operation is considered successful.
Parameters
For details about the PMTPSelect_T structure, see 3.13.1 disablePMData, page 3-210.
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.
Compliance
TMF-defined.
Name Type Input/Output Description
pmTPSelectList PMTPSelectList_T In This structure contains the relevant data for the enablePMData
request. This value cannot be empty.
failedTPSelectList PMTPSelectList_T Out List of points that were not enabled completely. An empty list
indicates that the total request succeeded.