Interface StatusResponse

Represents a status response from dynatrace which will update the state of the current OpenKit application.

Hierarchy

  • StatusResponse

Properties

applicationId?: string

The application which this configuration applies to.

captureCrashes?: CaptureMode

Flag if crashes should be captured.

captureErrors?: CaptureMode

Flag if errors should be captured.

captureMode?: CaptureMode

If captureMode = Off, all communication should be stopped and no further communication is allowed.

maxBeaconSizeInKb?: number

The maximum beacon size in kilobyte.

multiplicity?: number

The multiplicity which should be send back to the server.

serverId?: number

The server id where the next request should be send to.

timestamp?: number

Timestamp of the configuration

trafficControlPercentage?: number

traffic control percentage.

valid: boolean

Flag if the response is valid. If it is not, all communication stops immediately for the current session.

Generated using TypeDoc