Table of Contents
API Documentation: | StartOptions |
---|
DSL object for configuring the auto start injection feature.
You can either connect the agent to a Dynatrace cluster or to an AppMon environment.
Dynatrace example:
dynatrace { configurations { sampleConfig { autoStart { applicationId '<YourApplicationID>' beaconUrl '<ProvidedBeaconURL>' } } } }
AppMon example:
dynatrace { configurations { sampleConfig { autoStart { applicationId 'MyExampleAppID' agentPath 'https://dev.example.com:443' } } } }
Property | Description |
agentPath | Specifies the agentPath value from your AppMon web server agent. |
applicationId | Specifies the application id value from your Dynatrace mobile application configuration page. |
beaconUrl | Specifies the beaconUrl value from your Dynatrace mobile application configuration page. |
enabled | Specifies if the auto start injection feature is enabled. |