• Home
  • Dynatrace API
  • Environment
  • Settings
  • Schemas
  • Apdex configuration

Settings API - Apdex configuration schema table

Apdex configuration (builtin:rum.mobile.key-performance-metrics)

Set the user-satisfaction performance thresholds (Satisfactory, Tolerable, and Frustrating) for the User action duration metric to refine the Apdex calculations for this app.

Schema IDSchema groupsScope
builtin:rum.mobile.key-performance-metrics
  • group:rum-general
DEVICE_APPLICATION_METHOD - Mobile app key user action
MOBILE_APPLICATION - Mobile App
CUSTOM_APPLICATION - Custom Application
Retrieve schema via Settings API
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.mobile.key-performance-metrics
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:rum.mobile.key-performance-metrics
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.mobile.key-performance-metrics

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
thresholds-Thresholds-required
frustratingIfReportedOrWebRequestErrorConsider reported errors / web request errors in Apdex calculationsboolean

Treat user actions with reported errors or web request errors as erroneous and rate their performance as Frustrating. Turn off this setting if errors should not affect the Apdex rate.

required

Request body objects

The Thresholds object
PropertyLabelTypeDescriptionRequired
tolerableThresholdSecondsTolerable performance [sec]float

If the action duration is below this value, the Apdex is considered to be Satisfactory.

required
frustratingThresholdSecondsFrustrating performance [sec]float

If the action duration is above this value, the Apdex is considered to be Frustrating.

required