dynatrace logo
Dynatrace v0.1.0, May 24 23

dynatrace.DatabaseAnomaliesV2

Explore with Pulumi AI

Create DatabaseAnomaliesV2 Resource

new DatabaseAnomaliesV2(name: string, args: DatabaseAnomaliesV2Args, opts?: CustomResourceOptions);
@overload
def DatabaseAnomaliesV2(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        database_connections: Optional[DatabaseAnomaliesV2DatabaseConnectionsArgs] = None,
                        failure_rate: Optional[DatabaseAnomaliesV2FailureRateArgs] = None,
                        load_drops: Optional[DatabaseAnomaliesV2LoadDropsArgs] = None,
                        load_spikes: Optional[DatabaseAnomaliesV2LoadSpikesArgs] = None,
                        response_time: Optional[DatabaseAnomaliesV2ResponseTimeArgs] = None,
                        scope: Optional[str] = None)
@overload
def DatabaseAnomaliesV2(resource_name: str,
                        args: DatabaseAnomaliesV2Args,
                        opts: Optional[ResourceOptions] = None)
func NewDatabaseAnomaliesV2(ctx *Context, name string, args DatabaseAnomaliesV2Args, opts ...ResourceOption) (*DatabaseAnomaliesV2, error)
public DatabaseAnomaliesV2(string name, DatabaseAnomaliesV2Args args, CustomResourceOptions? opts = null)
public DatabaseAnomaliesV2(String name, DatabaseAnomaliesV2Args args)
public DatabaseAnomaliesV2(String name, DatabaseAnomaliesV2Args args, CustomResourceOptions options)
type: dynatrace:DatabaseAnomaliesV2
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args DatabaseAnomaliesV2Args
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
args DatabaseAnomaliesV2Args
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args DatabaseAnomaliesV2Args
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args DatabaseAnomaliesV2Args
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args DatabaseAnomaliesV2Args
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

DatabaseAnomaliesV2 Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The DatabaseAnomaliesV2 resource accepts the following input properties:

DatabaseConnections Lbrlabs.PulumiPackage.Dynatrace.Inputs.DatabaseAnomaliesV2DatabaseConnectionsArgs

Alert if the number of failed database connects within the specified time exceeds the specified absolute threshold:

FailureRate Lbrlabs.PulumiPackage.Dynatrace.Inputs.DatabaseAnomaliesV2FailureRateArgs

Failure rate

LoadDrops Lbrlabs.PulumiPackage.Dynatrace.Inputs.DatabaseAnomaliesV2LoadDropsArgs

Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time.

LoadSpikes Lbrlabs.PulumiPackage.Dynatrace.Inputs.DatabaseAnomaliesV2LoadSpikesArgs

Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time.

ResponseTime Lbrlabs.PulumiPackage.Dynatrace.Inputs.DatabaseAnomaliesV2ResponseTimeArgs

Response time

Scope string

The scope for the database anomaly detection

DatabaseConnections DatabaseAnomaliesV2DatabaseConnectionsArgs

Alert if the number of failed database connects within the specified time exceeds the specified absolute threshold:

FailureRate DatabaseAnomaliesV2FailureRateArgs

Failure rate

LoadDrops DatabaseAnomaliesV2LoadDropsArgs

Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time.

LoadSpikes DatabaseAnomaliesV2LoadSpikesArgs

Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time.

ResponseTime DatabaseAnomaliesV2ResponseTimeArgs

Response time

Scope string

The scope for the database anomaly detection

databaseConnections DatabaseAnomaliesV2DatabaseConnectionsArgs

Alert if the number of failed database connects within the specified time exceeds the specified absolute threshold:

failureRate DatabaseAnomaliesV2FailureRateArgs

Failure rate

loadDrops DatabaseAnomaliesV2LoadDropsArgs

Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time.

loadSpikes DatabaseAnomaliesV2LoadSpikesArgs

Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time.

responseTime DatabaseAnomaliesV2ResponseTimeArgs

Response time

scope String

The scope for the database anomaly detection

databaseConnections DatabaseAnomaliesV2DatabaseConnectionsArgs

Alert if the number of failed database connects within the specified time exceeds the specified absolute threshold:

failureRate DatabaseAnomaliesV2FailureRateArgs

Failure rate

loadDrops DatabaseAnomaliesV2LoadDropsArgs

Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time.

loadSpikes DatabaseAnomaliesV2LoadSpikesArgs

Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time.

responseTime DatabaseAnomaliesV2ResponseTimeArgs

Response time

scope string

The scope for the database anomaly detection

database_connections DatabaseAnomaliesV2DatabaseConnectionsArgs

Alert if the number of failed database connects within the specified time exceeds the specified absolute threshold:

failure_rate DatabaseAnomaliesV2FailureRateArgs

Failure rate

load_drops DatabaseAnomaliesV2LoadDropsArgs

Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time.

load_spikes DatabaseAnomaliesV2LoadSpikesArgs

Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time.

response_time DatabaseAnomaliesV2ResponseTimeArgs

Response time

scope str

The scope for the database anomaly detection

databaseConnections Property Map

Alert if the number of failed database connects within the specified time exceeds the specified absolute threshold:

failureRate Property Map

Failure rate

loadDrops Property Map

Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time.

loadSpikes Property Map

Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time.

responseTime Property Map

Response time

scope String

The scope for the database anomaly detection

Outputs

All input properties are implicitly available as output properties. Additionally, the DatabaseAnomaliesV2 resource produces the following output properties:

Id string

The provider-assigned unique ID for this managed resource.

Id string

The provider-assigned unique ID for this managed resource.

id String

The provider-assigned unique ID for this managed resource.

id string

The provider-assigned unique ID for this managed resource.

id str

The provider-assigned unique ID for this managed resource.

id String

The provider-assigned unique ID for this managed resource.

Look up Existing DatabaseAnomaliesV2 Resource

Get an existing DatabaseAnomaliesV2 resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: DatabaseAnomaliesV2State, opts?: CustomResourceOptions): DatabaseAnomaliesV2
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        database_connections: Optional[DatabaseAnomaliesV2DatabaseConnectionsArgs] = None,
        failure_rate: Optional[DatabaseAnomaliesV2FailureRateArgs] = None,
        load_drops: Optional[DatabaseAnomaliesV2LoadDropsArgs] = None,
        load_spikes: Optional[DatabaseAnomaliesV2LoadSpikesArgs] = None,
        response_time: Optional[DatabaseAnomaliesV2ResponseTimeArgs] = None,
        scope: Optional[str] = None) -> DatabaseAnomaliesV2
func GetDatabaseAnomaliesV2(ctx *Context, name string, id IDInput, state *DatabaseAnomaliesV2State, opts ...ResourceOption) (*DatabaseAnomaliesV2, error)
public static DatabaseAnomaliesV2 Get(string name, Input<string> id, DatabaseAnomaliesV2State? state, CustomResourceOptions? opts = null)
public static DatabaseAnomaliesV2 get(String name, Output<String> id, DatabaseAnomaliesV2State state, CustomResourceOptions options)
Resource lookup is not supported in YAML
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
DatabaseConnections Lbrlabs.PulumiPackage.Dynatrace.Inputs.DatabaseAnomaliesV2DatabaseConnectionsArgs

Alert if the number of failed database connects within the specified time exceeds the specified absolute threshold:

FailureRate Lbrlabs.PulumiPackage.Dynatrace.Inputs.DatabaseAnomaliesV2FailureRateArgs

Failure rate

LoadDrops Lbrlabs.PulumiPackage.Dynatrace.Inputs.DatabaseAnomaliesV2LoadDropsArgs

Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time.

LoadSpikes Lbrlabs.PulumiPackage.Dynatrace.Inputs.DatabaseAnomaliesV2LoadSpikesArgs

Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time.

ResponseTime Lbrlabs.PulumiPackage.Dynatrace.Inputs.DatabaseAnomaliesV2ResponseTimeArgs

Response time

Scope string

The scope for the database anomaly detection

DatabaseConnections DatabaseAnomaliesV2DatabaseConnectionsArgs

Alert if the number of failed database connects within the specified time exceeds the specified absolute threshold:

FailureRate DatabaseAnomaliesV2FailureRateArgs

Failure rate

LoadDrops DatabaseAnomaliesV2LoadDropsArgs

Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time.

LoadSpikes DatabaseAnomaliesV2LoadSpikesArgs

Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time.

ResponseTime DatabaseAnomaliesV2ResponseTimeArgs

Response time

Scope string

The scope for the database anomaly detection

databaseConnections DatabaseAnomaliesV2DatabaseConnectionsArgs

Alert if the number of failed database connects within the specified time exceeds the specified absolute threshold:

failureRate DatabaseAnomaliesV2FailureRateArgs

Failure rate

loadDrops DatabaseAnomaliesV2LoadDropsArgs

Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time.

loadSpikes DatabaseAnomaliesV2LoadSpikesArgs

Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time.

responseTime DatabaseAnomaliesV2ResponseTimeArgs

Response time

scope String

The scope for the database anomaly detection

databaseConnections DatabaseAnomaliesV2DatabaseConnectionsArgs

Alert if the number of failed database connects within the specified time exceeds the specified absolute threshold:

failureRate DatabaseAnomaliesV2FailureRateArgs

Failure rate

loadDrops DatabaseAnomaliesV2LoadDropsArgs

Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time.

loadSpikes DatabaseAnomaliesV2LoadSpikesArgs

Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time.

responseTime DatabaseAnomaliesV2ResponseTimeArgs

Response time

scope string

The scope for the database anomaly detection

database_connections DatabaseAnomaliesV2DatabaseConnectionsArgs

Alert if the number of failed database connects within the specified time exceeds the specified absolute threshold:

failure_rate DatabaseAnomaliesV2FailureRateArgs

Failure rate

load_drops DatabaseAnomaliesV2LoadDropsArgs

Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time.

load_spikes DatabaseAnomaliesV2LoadSpikesArgs

Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time.

response_time DatabaseAnomaliesV2ResponseTimeArgs

Response time

scope str

The scope for the database anomaly detection

databaseConnections Property Map

Alert if the number of failed database connects within the specified time exceeds the specified absolute threshold:

failureRate Property Map

Failure rate

loadDrops Property Map

Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time.

loadSpikes Property Map

Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time.

responseTime Property Map

Response time

scope String

The scope for the database anomaly detection

Supporting Types

DatabaseAnomaliesV2DatabaseConnections

Enabled bool

Detect failed database connects

MaxFailedConnects int

Threshold

TimePeriod int

Time span

Enabled bool

Detect failed database connects

MaxFailedConnects int

Threshold

TimePeriod int

Time span

enabled Boolean

Detect failed database connects

maxFailedConnects Integer

Threshold

timePeriod Integer

Time span

enabled boolean

Detect failed database connects

maxFailedConnects number

Threshold

timePeriod number

Time span

enabled bool

Detect failed database connects

max_failed_connects int

Threshold

time_period int

Time span

enabled Boolean

Detect failed database connects

maxFailedConnects Number

Threshold

timePeriod Number

Time span

DatabaseAnomaliesV2FailureRate

Enabled bool

Detect increases in failure rate

AutoDetection Lbrlabs.PulumiPackage.Dynatrace.Inputs.DatabaseAnomaliesV2FailureRateAutoDetection

Alert if the percentage of failing service calls increases by both the absolute and relative thresholds:

DetectionMode string

Detection mode for increases in failure rate

FixedDetection Lbrlabs.PulumiPackage.Dynatrace.Inputs.DatabaseAnomaliesV2FailureRateFixedDetection

Alert if a given failure rate is exceeded during any 5-minute-period

Enabled bool

Detect increases in failure rate

AutoDetection DatabaseAnomaliesV2FailureRateAutoDetection

Alert if the percentage of failing service calls increases by both the absolute and relative thresholds:

DetectionMode string

Detection mode for increases in failure rate

FixedDetection DatabaseAnomaliesV2FailureRateFixedDetection

Alert if a given failure rate is exceeded during any 5-minute-period

enabled Boolean

Detect increases in failure rate

autoDetection DatabaseAnomaliesV2FailureRateAutoDetection

Alert if the percentage of failing service calls increases by both the absolute and relative thresholds:

detectionMode String

Detection mode for increases in failure rate

fixedDetection DatabaseAnomaliesV2FailureRateFixedDetection

Alert if a given failure rate is exceeded during any 5-minute-period

enabled boolean

Detect increases in failure rate

autoDetection DatabaseAnomaliesV2FailureRateAutoDetection

Alert if the percentage of failing service calls increases by both the absolute and relative thresholds:

detectionMode string

Detection mode for increases in failure rate

fixedDetection DatabaseAnomaliesV2FailureRateFixedDetection

Alert if a given failure rate is exceeded during any 5-minute-period

enabled bool

Detect increases in failure rate

auto_detection DatabaseAnomaliesV2FailureRateAutoDetection

Alert if the percentage of failing service calls increases by both the absolute and relative thresholds:

detection_mode str

Detection mode for increases in failure rate

fixed_detection DatabaseAnomaliesV2FailureRateFixedDetection

Alert if a given failure rate is exceeded during any 5-minute-period

enabled Boolean

Detect increases in failure rate

autoDetection Property Map

Alert if the percentage of failing service calls increases by both the absolute and relative thresholds:

detectionMode String

Detection mode for increases in failure rate

fixedDetection Property Map

Alert if a given failure rate is exceeded during any 5-minute-period

DatabaseAnomaliesV2FailureRateAutoDetection

DatabaseAnomaliesV2FailureRateAutoDetectionOverAlertingProtection

DatabaseAnomaliesV2FailureRateFixedDetection

DatabaseAnomaliesV2FailureRateFixedDetectionOverAlertingProtection

DatabaseAnomaliesV2LoadDrops

Enabled bool

Detect service load drops

LoadDropPercent double

Threshold

MinutesAbnormalState int

Time span

Enabled bool

Detect service load drops

LoadDropPercent float64

Threshold

MinutesAbnormalState int

Time span

enabled Boolean

Detect service load drops

loadDropPercent Double

Threshold

minutesAbnormalState Integer

Time span

enabled boolean

Detect service load drops

loadDropPercent number

Threshold

minutesAbnormalState number

Time span

enabled bool

Detect service load drops

load_drop_percent float

Threshold

minutes_abnormal_state int

Time span

enabled Boolean

Detect service load drops

loadDropPercent Number

Threshold

minutesAbnormalState Number

Time span

DatabaseAnomaliesV2LoadSpikes

Enabled bool

Detect service load spikes

LoadSpikePercent double

Threshold

MinutesAbnormalState int

Time span

Enabled bool

Detect service load spikes

LoadSpikePercent float64

Threshold

MinutesAbnormalState int

Time span

enabled Boolean

Detect service load spikes

loadSpikePercent Double

Threshold

minutesAbnormalState Integer

Time span

enabled boolean

Detect service load spikes

loadSpikePercent number

Threshold

minutesAbnormalState number

Time span

enabled bool

Detect service load spikes

load_spike_percent float

Threshold

minutes_abnormal_state int

Time span

enabled Boolean

Detect service load spikes

loadSpikePercent Number

Threshold

minutesAbnormalState Number

Time span

DatabaseAnomaliesV2ResponseTime

Enabled bool

Detect response time degradations

AutoDetection Lbrlabs.PulumiPackage.Dynatrace.Inputs.DatabaseAnomaliesV2ResponseTimeAutoDetection

no documentation available

DetectionMode string

Detection mode for response time degradations

FixedDetection Lbrlabs.PulumiPackage.Dynatrace.Inputs.DatabaseAnomaliesV2ResponseTimeFixedDetection

no documentation available

Enabled bool

Detect response time degradations

AutoDetection DatabaseAnomaliesV2ResponseTimeAutoDetection

no documentation available

DetectionMode string

Detection mode for response time degradations

FixedDetection DatabaseAnomaliesV2ResponseTimeFixedDetection

no documentation available

enabled Boolean

Detect response time degradations

autoDetection DatabaseAnomaliesV2ResponseTimeAutoDetection

no documentation available

detectionMode String

Detection mode for response time degradations

fixedDetection DatabaseAnomaliesV2ResponseTimeFixedDetection

no documentation available

enabled boolean

Detect response time degradations

autoDetection DatabaseAnomaliesV2ResponseTimeAutoDetection

no documentation available

detectionMode string

Detection mode for response time degradations

fixedDetection DatabaseAnomaliesV2ResponseTimeFixedDetection

no documentation available

enabled bool

Detect response time degradations

auto_detection DatabaseAnomaliesV2ResponseTimeAutoDetection

no documentation available

detection_mode str

Detection mode for response time degradations

fixed_detection DatabaseAnomaliesV2ResponseTimeFixedDetection

no documentation available

enabled Boolean

Detect response time degradations

autoDetection Property Map

no documentation available

detectionMode String

Detection mode for response time degradations

fixedDetection Property Map

no documentation available

DatabaseAnomaliesV2ResponseTimeAutoDetection

DatabaseAnomaliesV2ResponseTimeAutoDetectionOverAlertingProtection

DatabaseAnomaliesV2ResponseTimeAutoDetectionResponseTimeAll

DatabaseAnomaliesV2ResponseTimeAutoDetectionResponseTimeSlowest

DatabaseAnomaliesV2ResponseTimeFixedDetection

DatabaseAnomaliesV2ResponseTimeFixedDetectionOverAlertingProtection

DatabaseAnomaliesV2ResponseTimeFixedDetectionResponseTimeAll

DatabaseAnomaliesV2ResponseTimeFixedDetectionResponseTimeSlowest

Package Details

Repository
dynatrace lbrlabs/pulumi-dynatrace
License
Apache-2.0
Notes

This Pulumi package is based on the dynatrace Terraform Provider.