GetInstrumentationConfigurationStatusRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The end of the time range to retrieve status events for. StartTime and EndTime must both be provided together or both be omitted. When both are omitted, the time range defaults to the last hour.

Link copied to clipboard

Environment name for the instrumentation configuration.

Link copied to clipboard

Type of instrumentation configuration (BREAKPOINT or PROBE). Required to identify the configuration to retrieve.

Link copied to clipboard

Location identifier - either full code location or a pre-computed hash.

Link copied to clipboard

The maximum number of status events to return in one call. The default is 60.

Link copied to clipboard

Use the token returned by a previous call to retrieve the next page of status events.

Link copied to clipboard

Service name for the instrumentation configuration.

Link copied to clipboard

Signal type for the instrumentation configuration.

Link copied to clipboard

The start of the time range to retrieve status events for. StartTime and EndTime must both be provided together or both be omitted. When both are omitted, the time range defaults to the last hour.

Link copied to clipboard

The single status to query for. If omitted, only ACTIVE status events are returned.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String