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 |
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 |