Settings API - Request errors schema table
Request errors (builtin:rum.mobile.request-errors)
Create exclusion rules to define which HTTP response codes should not be treated as errors. By default, Dynatrace considers all 4xx and 5xx response status codes to be web request errors.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:rum.mobile.request-errors | - | MOBILE_APPLICATION - Mobile AppCUSTOM_APPLICATION - Custom Application |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.mobile.request-errors |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:rum.mobile.request-errors | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.mobile.request-errors |
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 |
---|---|---|---|
errorRules | Set<RequestErrorRule> | - | required |
The RequestErrorRule
object
Property | Type | Description | Required |
---|---|---|---|
Exclude response codeserrorCodes | text | - | required |