• Home
  • Dynatrace API
  • Environment
  • Settings
  • Schemas
  • Apdex configuration for load actions

Settings API - Apdex configuration for load actions schema table

Apdex configuration for load actions (builtin:rum.web.key-performance-metric-load-actions)

Select a key performance metric and set the Tolerating and Frustrated performance thresholds to refine the Apdex calculations for this application.

Schema IDSchema groupsScope
builtin:rum.web.key-performance-metric-load-actions
  • group:rum-kpm-settings
  • group:rum-settings
APPLICATION_METHOD - User Action
APPLICATION - Web application
Retrieve schema via Settings API
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.web.key-performance-metric-load-actions
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:rum.web.key-performance-metric-load-actions
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.web.key-performance-metric-load-actions

Authentication

To execute this request, you need an access token with Read settings (settings.read) scope. To learn how to obtain and use it, see Tokens and authentication.

Parameters

PropertyLabelTypeDescriptionRequired
kpmKey performance metricenum-required
thresholdsKey performance metric thresholdsThresholds

Set the Tolerating and Frustrated performance thresholds for this action type.

required
fallbackThresholdsFallback metric thresholdsFallbackThresholds

If the selected key performance metric is not detected, the User action duration metric is used instead.

required

Request body objects

The FallbackThresholds object
PropertyLabelTypeDescriptionRequired
toleratedFallbackThresholdSecondsTolerating threshold [sec]float

If User action duration is below this value, the action is assigned to the Satisfied performance zone.

required
frustratingFallbackThresholdSecondsFrustrated threshold [sec]float

If User action duration is above this value, the action is assigned to the Frustrated performance zone.

required
The Thresholds object
PropertyLabelTypeDescriptionRequired
toleratedThresholdSecondsTolerating thresholdfloat

If the key performance metric is below this value, the action is assigned to the Satisfied performance zone.

required
frustratingThresholdSecondsFrustrated thresholdfloat

If the key performance metric is above this value, the action is assigned to the Frustrated performance zone.

required