User guide

3-267
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.4 getTCATPParameter
Compliance
TMF-defined.
3.13.4 getTCATPParameter
Synopsis
void getTCATPParameter(
in globaldefs::NamingAttributes_T tpName,
in transmissionParameters::LayerRate_T layerRate,
in Granularity_T granularity,
out TCAParameters_T tcaParameter)
raises(globaldefs::ProcessingFailureException);
Description
The purpose of this operation is to retrieve the values of 15-minute or 24-hour PM thresholds on a
TP/layer rate measurement point. The operation is best-effort. Results are returned in the out parameter
of this operation. The operation can be applied to either a PTP or CTP. The NMS requests the TCA
parameters for the particular TP and granularity specified.
Parameters
For a list of supported layer rates and parameter values, see 3.11.3 getAllVLANs, page 3-207.
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when tpName does not reference a terminationPoint object or
layerRateList contains undefined rates or granularity contains an undefined value.
EXCPT_ENTITY_NOT_FOUND - Raised when tpName references an object that does not exist.
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost.
Compliance
TMF-defined.
Name Type Input/Output Description
tpName globaldefs::NamingAttributes_T In Identification of the TP for which to retrieve the
values of the TCA parameters.
layerRate transmissionParameters::LayerRate_T In Layer rate for which to retrieve the values of the
TCA parameters.
granularity Granularity_T In Granularity for which to retrieve the TCA
parameters.
tcaParameter TCAParameters_T Out Result of the operation.