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 ActiveGate.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:rum.mobile.beacon-endpoint |
| MOBILE_APPLICATION - Mobile AppCUSTOM_APPLICATION - Custom Application |
GET | 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 | Label | Type | Description | Required |
---|---|---|---|---|
type | Type | enum | - | 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 |