Settings API - Beacon endpoint settings schema table
Beacon endpoint settings (builtin:rum.mobile.beacon-endpoint)
Define where OneAgent is to send your iOS and Android monitoring data.
Note: To use an Environment ActiveGate as beacon endpoint, beacon forwarding must be enabled in the ActiveGate config first. Learn more about how to configure an Environment ActiveGate or how to use OneAgent as a beacon endpoint.
Schema ID
Schema groups
Scope
builtin:rum.mobile.beacon-endpoint
group:rum-general
MOBILE_APPLICATION
- Mobile AppCUSTOM_APPLICATION
- Custom ApplicationGET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.mobile.beacon-endpoint |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:rum.mobile.beacon-endpoint | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:rum.mobile.beacon-endpoint |
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
Type
type
enum
CLUSTER_ACTIVEGATE
ENVIRONMENT_ACTIVEGATE
INSTRUMENTED_WEBSERVER
required
URL
url
text
This must be a valid beacon endpoint URL.
The URL must start with 'http://' or 'https://'. Environment ActiveGate URL must end with '/mbeacon/{{environment-id}}', Instrumented Web Server URL must end with '/dtmb'.
required