Gets the descriptor of the specified calculated web application metric.
The request produces an application/json
payload.
GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/config/v1/calculatedMetrics/rum/{metricKey} |
Environment ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/config/v1/calculatedMetrics/rum/{metricKey} |
To execute this request, you need an access token with ReadConfig
scope.
To learn how to obtain and use it, see Tokens and authentication.
The key of the required metric.
WebApplicationMetric
objectDescriptor of the calculated web application metric.
The Dynatrace entity ID of the application to which the metric belongs.
The metric is enabled (true
) or disabled (false
).
The unique key of the metric.
The key must have the calc:apps
prefix.
The displayed name of the metric.
WebApplicationDimensionDefinition
objectDimension of the calculated web application metrics.
The dimension of the metric.
ApdexType
Browser
ErrorContext
ErrorOrigin
ErrorType
GeoLocation
StringProperty
UserActionType
The key of the user action property.
Only applicable for the StringProperty
dimension.
The number of top values to be calculated.
WebApplicationMetricDefinition
objectDefinition of the web application metric.
The type of the web application metric.
Apdex
ApplicationCache
Callback
CumulativeLayoutShift
DNSLookup
DOMComplete
DOMContentLoaded
DOMInteractive
DoubleProperty
ErrorCount
FirstContentfulPaint
FirstInputDelay
FirstInputStart
FirstPaint
HTMLDownloaded
LargestContentfulPaint
LoadEventEnd
LoadEventStart
LongProperty
LongTasksTime
NavigationStart
OnDOMContentLoaded
OnLoad
Processing
RedirectTime
Request
RequestStart
Response
SecureConnect
SpeedIndex
TCPConnect
TimeToFirstByte
UserActionDuration
VisuallyComplete
The key of the user action property.
Only applicable for DoubleProperty
and LongProperty
metrics.
UserActionFilter
objectUser actions filter of the calculated web application metric.
Only user actions matching the provided criteria are used for metric calculation.
A user action must match all the criteria.
Only actions with a duration more than or equal to this value (in milliseconds) are included in the metric calculation.
Only actions with a duration less than or equal to this value (in milliseconds) are included in the metric calculation.
Only actions with the specified Apdex score are included in the metric calculation.
Frustrated
Satisfied
Tolerating
Unknown
Only user actions coming from the specified browser family are included in the metric calculation.
The EQUALS operator applies.
Only user actions coming from the specified browser type are included in the metric calculation.
The EQUALS operator applies.
Only user actions coming from the specified browser version are included in the metric calculation.
The EQUALS operator applies.
UserActionPropertyFilter
objectUser action property filter.
Only actions that have a value greater than or equal to this are included in the metric calculation.
Only applicable to numerical values.
The key of the action property we're checking.
Specifies the match type of a string filter, e.g. using Contains
or Equals
.
Only applicable to string values.
Contains
Equals
Only actions that have a value less than or equal to this are included in the metric calculation.
Only applicable to numerical values.
Only actions that have this value in the specified property are included in the metric calculation.
Only applicable to string values.
{"applicationIdentifier": "APPLICATION-1234","dimensions": [{"dimension": "GeoLocation","topX": 20}],"enabled": true,"metricDefinition": {"metric": "UserActionDuration"},"metricKey": "calc:apps.web.mymetric","name": "MyMetric","userActionFilter": {"browserType": "BROWSER-1234","country": "GEOLOCATION-1234","loadAction": true}}