Settings API - Apdex configuration for custom actions schema table

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

Set the Tolerating and Frustrated performance thresholds to refine the Apdex calculations for this application.

The key performance metric for custom actions is always User action duration.

Schema ID
Schema groups
Scope
builtin:rum.web.key-performance-metric-custom-actions
  • group:rum-kpm-settings
  • group:rum-settings
APPLICATION_METHOD - User Action
APPLICATION - Web application
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.web.key-performance-metric-custom-actions
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:rum.web.key-performance-metric-custom-actions
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.web.key-performance-metric-custom-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

Property
Type
Description
Required
User action duration thresholds
thresholds
-
required
The Thresholds object
Property
Type
Description
Required
Tolerating threshold [sec]
toleratedThresholdSeconds
float

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

required
Frustrated threshold [sec]
frustratingThresholdSeconds
float

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

required