1. Packages
  2. Dynatrace
  3. API Docs
  4. ServiceAnomaliesV2
Dynatrace v0.27.0 published on Friday, Mar 21, 2025 by Pulumiverse

dynatrace.ServiceAnomaliesV2

Explore with Pulumi AI

Create ServiceAnomaliesV2 Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new ServiceAnomaliesV2(name: string, args: ServiceAnomaliesV2Args, opts?: CustomResourceOptions);
@overload
def ServiceAnomaliesV2(resource_name: str,
                       args: ServiceAnomaliesV2Args,
                       opts: Optional[ResourceOptions] = None)

@overload
def ServiceAnomaliesV2(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       failure_rate: Optional[ServiceAnomaliesV2FailureRateArgs] = None,
                       load_drops: Optional[ServiceAnomaliesV2LoadDropsArgs] = None,
                       load_spikes: Optional[ServiceAnomaliesV2LoadSpikesArgs] = None,
                       response_time: Optional[ServiceAnomaliesV2ResponseTimeArgs] = None,
                       scope: Optional[str] = None)
func NewServiceAnomaliesV2(ctx *Context, name string, args ServiceAnomaliesV2Args, opts ...ResourceOption) (*ServiceAnomaliesV2, error)
public ServiceAnomaliesV2(string name, ServiceAnomaliesV2Args args, CustomResourceOptions? opts = null)
public ServiceAnomaliesV2(String name, ServiceAnomaliesV2Args args)
public ServiceAnomaliesV2(String name, ServiceAnomaliesV2Args args, CustomResourceOptions options)
type: dynatrace:ServiceAnomaliesV2
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

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

Constructor example

The following reference example uses placeholder values for all input properties.

var serviceAnomaliesV2Resource = new Dynatrace.ServiceAnomaliesV2("serviceAnomaliesV2Resource", new()
{
    FailureRate = new Dynatrace.Inputs.ServiceAnomaliesV2FailureRateArgs
    {
        Enabled = false,
        AutoDetection = new Dynatrace.Inputs.ServiceAnomaliesV2FailureRateAutoDetectionArgs
        {
            AbsoluteIncrease = 0,
            OverAlertingProtection = new Dynatrace.Inputs.ServiceAnomaliesV2FailureRateAutoDetectionOverAlertingProtectionArgs
            {
                MinutesAbnormalState = 0,
                RequestsPerMinute = 0,
            },
            RelativeIncrease = 0,
        },
        DetectionMode = "string",
        FixedDetection = new Dynatrace.Inputs.ServiceAnomaliesV2FailureRateFixedDetectionArgs
        {
            OverAlertingProtection = new Dynatrace.Inputs.ServiceAnomaliesV2FailureRateFixedDetectionOverAlertingProtectionArgs
            {
                MinutesAbnormalState = 0,
                RequestsPerMinute = 0,
            },
            Sensitivity = "string",
            Threshold = 0,
        },
    },
    LoadDrops = new Dynatrace.Inputs.ServiceAnomaliesV2LoadDropsArgs
    {
        Enabled = false,
        LoadDropPercent = 0,
        MinutesAbnormalState = 0,
    },
    LoadSpikes = new Dynatrace.Inputs.ServiceAnomaliesV2LoadSpikesArgs
    {
        Enabled = false,
        LoadSpikePercent = 0,
        MinutesAbnormalState = 0,
    },
    ResponseTime = new Dynatrace.Inputs.ServiceAnomaliesV2ResponseTimeArgs
    {
        Enabled = false,
        AutoDetection = new Dynatrace.Inputs.ServiceAnomaliesV2ResponseTimeAutoDetectionArgs
        {
            OverAlertingProtection = new Dynatrace.Inputs.ServiceAnomaliesV2ResponseTimeAutoDetectionOverAlertingProtectionArgs
            {
                MinutesAbnormalState = 0,
                RequestsPerMinute = 0,
            },
            ResponseTimeAll = new Dynatrace.Inputs.ServiceAnomaliesV2ResponseTimeAutoDetectionResponseTimeAllArgs
            {
                DegradationMilliseconds = 0,
                DegradationPercent = 0,
            },
            ResponseTimeSlowest = new Dynatrace.Inputs.ServiceAnomaliesV2ResponseTimeAutoDetectionResponseTimeSlowestArgs
            {
                SlowestDegradationMilliseconds = 0,
                SlowestDegradationPercent = 0,
            },
        },
        DetectionMode = "string",
        FixedDetection = new Dynatrace.Inputs.ServiceAnomaliesV2ResponseTimeFixedDetectionArgs
        {
            OverAlertingProtection = new Dynatrace.Inputs.ServiceAnomaliesV2ResponseTimeFixedDetectionOverAlertingProtectionArgs
            {
                MinutesAbnormalState = 0,
                RequestsPerMinute = 0,
            },
            ResponseTimeAll = new Dynatrace.Inputs.ServiceAnomaliesV2ResponseTimeFixedDetectionResponseTimeAllArgs
            {
                DegradationMilliseconds = 0,
            },
            ResponseTimeSlowest = new Dynatrace.Inputs.ServiceAnomaliesV2ResponseTimeFixedDetectionResponseTimeSlowestArgs
            {
                SlowestDegradationMilliseconds = 0,
            },
            Sensitivity = "string",
        },
    },
    Scope = "string",
});
Copy
example, err := dynatrace.NewServiceAnomaliesV2(ctx, "serviceAnomaliesV2Resource", &dynatrace.ServiceAnomaliesV2Args{
	FailureRate: &dynatrace.ServiceAnomaliesV2FailureRateArgs{
		Enabled: pulumi.Bool(false),
		AutoDetection: &dynatrace.ServiceAnomaliesV2FailureRateAutoDetectionArgs{
			AbsoluteIncrease: pulumi.Float64(0),
			OverAlertingProtection: &dynatrace.ServiceAnomaliesV2FailureRateAutoDetectionOverAlertingProtectionArgs{
				MinutesAbnormalState: pulumi.Int(0),
				RequestsPerMinute:    pulumi.Float64(0),
			},
			RelativeIncrease: pulumi.Float64(0),
		},
		DetectionMode: pulumi.String("string"),
		FixedDetection: &dynatrace.ServiceAnomaliesV2FailureRateFixedDetectionArgs{
			OverAlertingProtection: &dynatrace.ServiceAnomaliesV2FailureRateFixedDetectionOverAlertingProtectionArgs{
				MinutesAbnormalState: pulumi.Int(0),
				RequestsPerMinute:    pulumi.Float64(0),
			},
			Sensitivity: pulumi.String("string"),
			Threshold:   pulumi.Float64(0),
		},
	},
	LoadDrops: &dynatrace.ServiceAnomaliesV2LoadDropsArgs{
		Enabled:              pulumi.Bool(false),
		LoadDropPercent:      pulumi.Float64(0),
		MinutesAbnormalState: pulumi.Int(0),
	},
	LoadSpikes: &dynatrace.ServiceAnomaliesV2LoadSpikesArgs{
		Enabled:              pulumi.Bool(false),
		LoadSpikePercent:     pulumi.Float64(0),
		MinutesAbnormalState: pulumi.Int(0),
	},
	ResponseTime: &dynatrace.ServiceAnomaliesV2ResponseTimeArgs{
		Enabled: pulumi.Bool(false),
		AutoDetection: &dynatrace.ServiceAnomaliesV2ResponseTimeAutoDetectionArgs{
			OverAlertingProtection: &dynatrace.ServiceAnomaliesV2ResponseTimeAutoDetectionOverAlertingProtectionArgs{
				MinutesAbnormalState: pulumi.Int(0),
				RequestsPerMinute:    pulumi.Float64(0),
			},
			ResponseTimeAll: &dynatrace.ServiceAnomaliesV2ResponseTimeAutoDetectionResponseTimeAllArgs{
				DegradationMilliseconds: pulumi.Float64(0),
				DegradationPercent:      pulumi.Float64(0),
			},
			ResponseTimeSlowest: &dynatrace.ServiceAnomaliesV2ResponseTimeAutoDetectionResponseTimeSlowestArgs{
				SlowestDegradationMilliseconds: pulumi.Float64(0),
				SlowestDegradationPercent:      pulumi.Float64(0),
			},
		},
		DetectionMode: pulumi.String("string"),
		FixedDetection: &dynatrace.ServiceAnomaliesV2ResponseTimeFixedDetectionArgs{
			OverAlertingProtection: &dynatrace.ServiceAnomaliesV2ResponseTimeFixedDetectionOverAlertingProtectionArgs{
				MinutesAbnormalState: pulumi.Int(0),
				RequestsPerMinute:    pulumi.Float64(0),
			},
			ResponseTimeAll: &dynatrace.ServiceAnomaliesV2ResponseTimeFixedDetectionResponseTimeAllArgs{
				DegradationMilliseconds: pulumi.Float64(0),
			},
			ResponseTimeSlowest: &dynatrace.ServiceAnomaliesV2ResponseTimeFixedDetectionResponseTimeSlowestArgs{
				SlowestDegradationMilliseconds: pulumi.Float64(0),
			},
			Sensitivity: pulumi.String("string"),
		},
	},
	Scope: pulumi.String("string"),
})
Copy
var serviceAnomaliesV2Resource = new ServiceAnomaliesV2("serviceAnomaliesV2Resource", ServiceAnomaliesV2Args.builder()
    .failureRate(ServiceAnomaliesV2FailureRateArgs.builder()
        .enabled(false)
        .autoDetection(ServiceAnomaliesV2FailureRateAutoDetectionArgs.builder()
            .absoluteIncrease(0)
            .overAlertingProtection(ServiceAnomaliesV2FailureRateAutoDetectionOverAlertingProtectionArgs.builder()
                .minutesAbnormalState(0)
                .requestsPerMinute(0)
                .build())
            .relativeIncrease(0)
            .build())
        .detectionMode("string")
        .fixedDetection(ServiceAnomaliesV2FailureRateFixedDetectionArgs.builder()
            .overAlertingProtection(ServiceAnomaliesV2FailureRateFixedDetectionOverAlertingProtectionArgs.builder()
                .minutesAbnormalState(0)
                .requestsPerMinute(0)
                .build())
            .sensitivity("string")
            .threshold(0)
            .build())
        .build())
    .loadDrops(ServiceAnomaliesV2LoadDropsArgs.builder()
        .enabled(false)
        .loadDropPercent(0)
        .minutesAbnormalState(0)
        .build())
    .loadSpikes(ServiceAnomaliesV2LoadSpikesArgs.builder()
        .enabled(false)
        .loadSpikePercent(0)
        .minutesAbnormalState(0)
        .build())
    .responseTime(ServiceAnomaliesV2ResponseTimeArgs.builder()
        .enabled(false)
        .autoDetection(ServiceAnomaliesV2ResponseTimeAutoDetectionArgs.builder()
            .overAlertingProtection(ServiceAnomaliesV2ResponseTimeAutoDetectionOverAlertingProtectionArgs.builder()
                .minutesAbnormalState(0)
                .requestsPerMinute(0)
                .build())
            .responseTimeAll(ServiceAnomaliesV2ResponseTimeAutoDetectionResponseTimeAllArgs.builder()
                .degradationMilliseconds(0)
                .degradationPercent(0)
                .build())
            .responseTimeSlowest(ServiceAnomaliesV2ResponseTimeAutoDetectionResponseTimeSlowestArgs.builder()
                .slowestDegradationMilliseconds(0)
                .slowestDegradationPercent(0)
                .build())
            .build())
        .detectionMode("string")
        .fixedDetection(ServiceAnomaliesV2ResponseTimeFixedDetectionArgs.builder()
            .overAlertingProtection(ServiceAnomaliesV2ResponseTimeFixedDetectionOverAlertingProtectionArgs.builder()
                .minutesAbnormalState(0)
                .requestsPerMinute(0)
                .build())
            .responseTimeAll(ServiceAnomaliesV2ResponseTimeFixedDetectionResponseTimeAllArgs.builder()
                .degradationMilliseconds(0)
                .build())
            .responseTimeSlowest(ServiceAnomaliesV2ResponseTimeFixedDetectionResponseTimeSlowestArgs.builder()
                .slowestDegradationMilliseconds(0)
                .build())
            .sensitivity("string")
            .build())
        .build())
    .scope("string")
    .build());
Copy
service_anomalies_v2_resource = dynatrace.ServiceAnomaliesV2("serviceAnomaliesV2Resource",
    failure_rate={
        "enabled": False,
        "auto_detection": {
            "absolute_increase": 0,
            "over_alerting_protection": {
                "minutes_abnormal_state": 0,
                "requests_per_minute": 0,
            },
            "relative_increase": 0,
        },
        "detection_mode": "string",
        "fixed_detection": {
            "over_alerting_protection": {
                "minutes_abnormal_state": 0,
                "requests_per_minute": 0,
            },
            "sensitivity": "string",
            "threshold": 0,
        },
    },
    load_drops={
        "enabled": False,
        "load_drop_percent": 0,
        "minutes_abnormal_state": 0,
    },
    load_spikes={
        "enabled": False,
        "load_spike_percent": 0,
        "minutes_abnormal_state": 0,
    },
    response_time={
        "enabled": False,
        "auto_detection": {
            "over_alerting_protection": {
                "minutes_abnormal_state": 0,
                "requests_per_minute": 0,
            },
            "response_time_all": {
                "degradation_milliseconds": 0,
                "degradation_percent": 0,
            },
            "response_time_slowest": {
                "slowest_degradation_milliseconds": 0,
                "slowest_degradation_percent": 0,
            },
        },
        "detection_mode": "string",
        "fixed_detection": {
            "over_alerting_protection": {
                "minutes_abnormal_state": 0,
                "requests_per_minute": 0,
            },
            "response_time_all": {
                "degradation_milliseconds": 0,
            },
            "response_time_slowest": {
                "slowest_degradation_milliseconds": 0,
            },
            "sensitivity": "string",
        },
    },
    scope="string")
Copy
const serviceAnomaliesV2Resource = new dynatrace.ServiceAnomaliesV2("serviceAnomaliesV2Resource", {
    failureRate: {
        enabled: false,
        autoDetection: {
            absoluteIncrease: 0,
            overAlertingProtection: {
                minutesAbnormalState: 0,
                requestsPerMinute: 0,
            },
            relativeIncrease: 0,
        },
        detectionMode: "string",
        fixedDetection: {
            overAlertingProtection: {
                minutesAbnormalState: 0,
                requestsPerMinute: 0,
            },
            sensitivity: "string",
            threshold: 0,
        },
    },
    loadDrops: {
        enabled: false,
        loadDropPercent: 0,
        minutesAbnormalState: 0,
    },
    loadSpikes: {
        enabled: false,
        loadSpikePercent: 0,
        minutesAbnormalState: 0,
    },
    responseTime: {
        enabled: false,
        autoDetection: {
            overAlertingProtection: {
                minutesAbnormalState: 0,
                requestsPerMinute: 0,
            },
            responseTimeAll: {
                degradationMilliseconds: 0,
                degradationPercent: 0,
            },
            responseTimeSlowest: {
                slowestDegradationMilliseconds: 0,
                slowestDegradationPercent: 0,
            },
        },
        detectionMode: "string",
        fixedDetection: {
            overAlertingProtection: {
                minutesAbnormalState: 0,
                requestsPerMinute: 0,
            },
            responseTimeAll: {
                degradationMilliseconds: 0,
            },
            responseTimeSlowest: {
                slowestDegradationMilliseconds: 0,
            },
            sensitivity: "string",
        },
    },
    scope: "string",
});
Copy
type: dynatrace:ServiceAnomaliesV2
properties:
    failureRate:
        autoDetection:
            absoluteIncrease: 0
            overAlertingProtection:
                minutesAbnormalState: 0
                requestsPerMinute: 0
            relativeIncrease: 0
        detectionMode: string
        enabled: false
        fixedDetection:
            overAlertingProtection:
                minutesAbnormalState: 0
                requestsPerMinute: 0
            sensitivity: string
            threshold: 0
    loadDrops:
        enabled: false
        loadDropPercent: 0
        minutesAbnormalState: 0
    loadSpikes:
        enabled: false
        loadSpikePercent: 0
        minutesAbnormalState: 0
    responseTime:
        autoDetection:
            overAlertingProtection:
                minutesAbnormalState: 0
                requestsPerMinute: 0
            responseTimeAll:
                degradationMilliseconds: 0
                degradationPercent: 0
            responseTimeSlowest:
                slowestDegradationMilliseconds: 0
                slowestDegradationPercent: 0
        detectionMode: string
        enabled: false
        fixedDetection:
            overAlertingProtection:
                minutesAbnormalState: 0
                requestsPerMinute: 0
            responseTimeAll:
                degradationMilliseconds: 0
            responseTimeSlowest:
                slowestDegradationMilliseconds: 0
            sensitivity: string
    scope: string
Copy

ServiceAnomaliesV2 Resource Properties

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

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The ServiceAnomaliesV2 resource accepts the following input properties:

FailureRate This property is required. Pulumiverse.Dynatrace.Inputs.ServiceAnomaliesV2FailureRate
Failure rate
LoadDrops This property is required. Pulumiverse.Dynatrace.Inputs.ServiceAnomaliesV2LoadDrops
Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time:
LoadSpikes This property is required. Pulumiverse.Dynatrace.Inputs.ServiceAnomaliesV2LoadSpikes
Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time:
ResponseTime This property is required. Pulumiverse.Dynatrace.Inputs.ServiceAnomaliesV2ResponseTime
Response time
Scope Changes to this property will trigger replacement. string
The scope of this setting (SERVICEMETHOD, SERVICE, HOSTGROUP). Omit this property if you want to cover the whole environment.
FailureRate This property is required. ServiceAnomaliesV2FailureRateArgs
Failure rate
LoadDrops This property is required. ServiceAnomaliesV2LoadDropsArgs
Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time:
LoadSpikes This property is required. ServiceAnomaliesV2LoadSpikesArgs
Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time:
ResponseTime This property is required. ServiceAnomaliesV2ResponseTimeArgs
Response time
Scope Changes to this property will trigger replacement. string
The scope of this setting (SERVICEMETHOD, SERVICE, HOSTGROUP). Omit this property if you want to cover the whole environment.
failureRate This property is required. ServiceAnomaliesV2FailureRate
Failure rate
loadDrops This property is required. ServiceAnomaliesV2LoadDrops
Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time:
loadSpikes This property is required. ServiceAnomaliesV2LoadSpikes
Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time:
responseTime This property is required. ServiceAnomaliesV2ResponseTime
Response time
scope Changes to this property will trigger replacement. String
The scope of this setting (SERVICEMETHOD, SERVICE, HOSTGROUP). Omit this property if you want to cover the whole environment.
failureRate This property is required. ServiceAnomaliesV2FailureRate
Failure rate
loadDrops This property is required. ServiceAnomaliesV2LoadDrops
Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time:
loadSpikes This property is required. ServiceAnomaliesV2LoadSpikes
Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time:
responseTime This property is required. ServiceAnomaliesV2ResponseTime
Response time
scope Changes to this property will trigger replacement. string
The scope of this setting (SERVICEMETHOD, SERVICE, HOSTGROUP). Omit this property if you want to cover the whole environment.
failure_rate This property is required. ServiceAnomaliesV2FailureRateArgs
Failure rate
load_drops This property is required. ServiceAnomaliesV2LoadDropsArgs
Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time:
load_spikes This property is required. ServiceAnomaliesV2LoadSpikesArgs
Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time:
response_time This property is required. ServiceAnomaliesV2ResponseTimeArgs
Response time
scope Changes to this property will trigger replacement. str
The scope of this setting (SERVICEMETHOD, SERVICE, HOSTGROUP). Omit this property if you want to cover the whole environment.
failureRate This property is required. Property Map
Failure rate
loadDrops This property is required. Property Map
Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time:
loadSpikes This property is required. Property Map
Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time:
responseTime This property is required. Property Map
Response time
scope Changes to this property will trigger replacement. String
The scope of this setting (SERVICEMETHOD, SERVICE, HOSTGROUP). Omit this property if you want to cover the whole environment.

Outputs

All input properties are implicitly available as output properties. Additionally, the ServiceAnomaliesV2 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 ServiceAnomaliesV2 Resource

Get an existing ServiceAnomaliesV2 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?: ServiceAnomaliesV2State, opts?: CustomResourceOptions): ServiceAnomaliesV2
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        failure_rate: Optional[ServiceAnomaliesV2FailureRateArgs] = None,
        load_drops: Optional[ServiceAnomaliesV2LoadDropsArgs] = None,
        load_spikes: Optional[ServiceAnomaliesV2LoadSpikesArgs] = None,
        response_time: Optional[ServiceAnomaliesV2ResponseTimeArgs] = None,
        scope: Optional[str] = None) -> ServiceAnomaliesV2
func GetServiceAnomaliesV2(ctx *Context, name string, id IDInput, state *ServiceAnomaliesV2State, opts ...ResourceOption) (*ServiceAnomaliesV2, error)
public static ServiceAnomaliesV2 Get(string name, Input<string> id, ServiceAnomaliesV2State? state, CustomResourceOptions? opts = null)
public static ServiceAnomaliesV2 get(String name, Output<String> id, ServiceAnomaliesV2State state, CustomResourceOptions options)
resources:  _:    type: dynatrace:ServiceAnomaliesV2    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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:
FailureRate Pulumiverse.Dynatrace.Inputs.ServiceAnomaliesV2FailureRate
Failure rate
LoadDrops Pulumiverse.Dynatrace.Inputs.ServiceAnomaliesV2LoadDrops
Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time:
LoadSpikes Pulumiverse.Dynatrace.Inputs.ServiceAnomaliesV2LoadSpikes
Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time:
ResponseTime Pulumiverse.Dynatrace.Inputs.ServiceAnomaliesV2ResponseTime
Response time
Scope Changes to this property will trigger replacement. string
The scope of this setting (SERVICEMETHOD, SERVICE, HOSTGROUP). Omit this property if you want to cover the whole environment.
FailureRate ServiceAnomaliesV2FailureRateArgs
Failure rate
LoadDrops ServiceAnomaliesV2LoadDropsArgs
Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time:
LoadSpikes ServiceAnomaliesV2LoadSpikesArgs
Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time:
ResponseTime ServiceAnomaliesV2ResponseTimeArgs
Response time
Scope Changes to this property will trigger replacement. string
The scope of this setting (SERVICEMETHOD, SERVICE, HOSTGROUP). Omit this property if you want to cover the whole environment.
failureRate ServiceAnomaliesV2FailureRate
Failure rate
loadDrops ServiceAnomaliesV2LoadDrops
Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time:
loadSpikes ServiceAnomaliesV2LoadSpikes
Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time:
responseTime ServiceAnomaliesV2ResponseTime
Response time
scope Changes to this property will trigger replacement. String
The scope of this setting (SERVICEMETHOD, SERVICE, HOSTGROUP). Omit this property if you want to cover the whole environment.
failureRate ServiceAnomaliesV2FailureRate
Failure rate
loadDrops ServiceAnomaliesV2LoadDrops
Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time:
loadSpikes ServiceAnomaliesV2LoadSpikes
Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time:
responseTime ServiceAnomaliesV2ResponseTime
Response time
scope Changes to this property will trigger replacement. string
The scope of this setting (SERVICEMETHOD, SERVICE, HOSTGROUP). Omit this property if you want to cover the whole environment.
failure_rate ServiceAnomaliesV2FailureRateArgs
Failure rate
load_drops ServiceAnomaliesV2LoadDropsArgs
Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time:
load_spikes ServiceAnomaliesV2LoadSpikesArgs
Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time:
response_time ServiceAnomaliesV2ResponseTimeArgs
Response time
scope Changes to this property will trigger replacement. str
The scope of this setting (SERVICEMETHOD, SERVICE, HOSTGROUP). Omit this property if you want to cover the whole environment.
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 Changes to this property will trigger replacement. String
The scope of this setting (SERVICEMETHOD, SERVICE, HOSTGROUP). Omit this property if you want to cover the whole environment.

Supporting Types

ServiceAnomaliesV2FailureRate
, ServiceAnomaliesV2FailureRateArgs

Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
AutoDetection Pulumiverse.Dynatrace.Inputs.ServiceAnomaliesV2FailureRateAutoDetection
Alert if the percentage of failing service calls increases by both the absolute and relative thresholds:
DetectionMode string
Possible Values: Auto, Fixed
FixedDetection Pulumiverse.Dynatrace.Inputs.ServiceAnomaliesV2FailureRateFixedDetection
Alert if a given failure rate is exceeded during any 5-minute-period
Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
AutoDetection ServiceAnomaliesV2FailureRateAutoDetection
Alert if the percentage of failing service calls increases by both the absolute and relative thresholds:
DetectionMode string
Possible Values: Auto, Fixed
FixedDetection ServiceAnomaliesV2FailureRateFixedDetection
Alert if a given failure rate is exceeded during any 5-minute-period
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
autoDetection ServiceAnomaliesV2FailureRateAutoDetection
Alert if the percentage of failing service calls increases by both the absolute and relative thresholds:
detectionMode String
Possible Values: Auto, Fixed
fixedDetection ServiceAnomaliesV2FailureRateFixedDetection
Alert if a given failure rate is exceeded during any 5-minute-period
enabled This property is required. boolean
This setting is enabled (true) or disabled (false)
autoDetection ServiceAnomaliesV2FailureRateAutoDetection
Alert if the percentage of failing service calls increases by both the absolute and relative thresholds:
detectionMode string
Possible Values: Auto, Fixed
fixedDetection ServiceAnomaliesV2FailureRateFixedDetection
Alert if a given failure rate is exceeded during any 5-minute-period
enabled This property is required. bool
This setting is enabled (true) or disabled (false)
auto_detection ServiceAnomaliesV2FailureRateAutoDetection
Alert if the percentage of failing service calls increases by both the absolute and relative thresholds:
detection_mode str
Possible Values: Auto, Fixed
fixed_detection ServiceAnomaliesV2FailureRateFixedDetection
Alert if a given failure rate is exceeded during any 5-minute-period
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
autoDetection Property Map
Alert if the percentage of failing service calls increases by both the absolute and relative thresholds:
detectionMode String
Possible Values: Auto, Fixed
fixedDetection Property Map
Alert if a given failure rate is exceeded during any 5-minute-period

ServiceAnomaliesV2FailureRateAutoDetection
, ServiceAnomaliesV2FailureRateAutoDetectionArgs

AbsoluteIncrease This property is required. double
Absolute threshold
OverAlertingProtection This property is required. Pulumiverse.Dynatrace.Inputs.ServiceAnomaliesV2FailureRateAutoDetectionOverAlertingProtection
Avoid over-alerting
RelativeIncrease This property is required. double
Relative threshold
AbsoluteIncrease This property is required. float64
Absolute threshold
OverAlertingProtection This property is required. ServiceAnomaliesV2FailureRateAutoDetectionOverAlertingProtection
Avoid over-alerting
RelativeIncrease This property is required. float64
Relative threshold
absoluteIncrease This property is required. Double
Absolute threshold
overAlertingProtection This property is required. ServiceAnomaliesV2FailureRateAutoDetectionOverAlertingProtection
Avoid over-alerting
relativeIncrease This property is required. Double
Relative threshold
absoluteIncrease This property is required. number
Absolute threshold
overAlertingProtection This property is required. ServiceAnomaliesV2FailureRateAutoDetectionOverAlertingProtection
Avoid over-alerting
relativeIncrease This property is required. number
Relative threshold
absolute_increase This property is required. float
Absolute threshold
over_alerting_protection This property is required. ServiceAnomaliesV2FailureRateAutoDetectionOverAlertingProtection
Avoid over-alerting
relative_increase This property is required. float
Relative threshold
absoluteIncrease This property is required. Number
Absolute threshold
overAlertingProtection This property is required. Property Map
Avoid over-alerting
relativeIncrease This property is required. Number
Relative threshold

ServiceAnomaliesV2FailureRateAutoDetectionOverAlertingProtection
, ServiceAnomaliesV2FailureRateAutoDetectionOverAlertingProtectionArgs

MinutesAbnormalState This property is required. int
Only alert if the abnormal state remains for at least
RequestsPerMinute This property is required. double
Only alert if there are at least
MinutesAbnormalState This property is required. int
Only alert if the abnormal state remains for at least
RequestsPerMinute This property is required. float64
Only alert if there are at least
minutesAbnormalState This property is required. Integer
Only alert if the abnormal state remains for at least
requestsPerMinute This property is required. Double
Only alert if there are at least
minutesAbnormalState This property is required. number
Only alert if the abnormal state remains for at least
requestsPerMinute This property is required. number
Only alert if there are at least
minutes_abnormal_state This property is required. int
Only alert if the abnormal state remains for at least
requests_per_minute This property is required. float
Only alert if there are at least
minutesAbnormalState This property is required. Number
Only alert if the abnormal state remains for at least
requestsPerMinute This property is required. Number
Only alert if there are at least

ServiceAnomaliesV2FailureRateFixedDetection
, ServiceAnomaliesV2FailureRateFixedDetectionArgs

OverAlertingProtection This property is required. Pulumiverse.Dynatrace.Inputs.ServiceAnomaliesV2FailureRateFixedDetectionOverAlertingProtection
Avoid over-alerting
Sensitivity This property is required. string
Possible Values: High, Low, Medium
Threshold This property is required. double
no documentation available
OverAlertingProtection This property is required. ServiceAnomaliesV2FailureRateFixedDetectionOverAlertingProtection
Avoid over-alerting
Sensitivity This property is required. string
Possible Values: High, Low, Medium
Threshold This property is required. float64
no documentation available
overAlertingProtection This property is required. ServiceAnomaliesV2FailureRateFixedDetectionOverAlertingProtection
Avoid over-alerting
sensitivity This property is required. String
Possible Values: High, Low, Medium
threshold This property is required. Double
no documentation available
overAlertingProtection This property is required. ServiceAnomaliesV2FailureRateFixedDetectionOverAlertingProtection
Avoid over-alerting
sensitivity This property is required. string
Possible Values: High, Low, Medium
threshold This property is required. number
no documentation available
over_alerting_protection This property is required. ServiceAnomaliesV2FailureRateFixedDetectionOverAlertingProtection
Avoid over-alerting
sensitivity This property is required. str
Possible Values: High, Low, Medium
threshold This property is required. float
no documentation available
overAlertingProtection This property is required. Property Map
Avoid over-alerting
sensitivity This property is required. String
Possible Values: High, Low, Medium
threshold This property is required. Number
no documentation available

ServiceAnomaliesV2FailureRateFixedDetectionOverAlertingProtection
, ServiceAnomaliesV2FailureRateFixedDetectionOverAlertingProtectionArgs

MinutesAbnormalState This property is required. int
Only alert if the abnormal state remains for at least
RequestsPerMinute This property is required. double
Only alert if there are at least
MinutesAbnormalState This property is required. int
Only alert if the abnormal state remains for at least
RequestsPerMinute This property is required. float64
Only alert if there are at least
minutesAbnormalState This property is required. Integer
Only alert if the abnormal state remains for at least
requestsPerMinute This property is required. Double
Only alert if there are at least
minutesAbnormalState This property is required. number
Only alert if the abnormal state remains for at least
requestsPerMinute This property is required. number
Only alert if there are at least
minutes_abnormal_state This property is required. int
Only alert if the abnormal state remains for at least
requests_per_minute This property is required. float
Only alert if there are at least
minutesAbnormalState This property is required. Number
Only alert if the abnormal state remains for at least
requestsPerMinute This property is required. Number
Only alert if there are at least

ServiceAnomaliesV2LoadDrops
, ServiceAnomaliesV2LoadDropsArgs

Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
LoadDropPercent double
Threshold
MinutesAbnormalState int
Time span
Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
LoadDropPercent float64
Threshold
MinutesAbnormalState int
Time span
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
loadDropPercent Double
Threshold
minutesAbnormalState Integer
Time span
enabled This property is required. boolean
This setting is enabled (true) or disabled (false)
loadDropPercent number
Threshold
minutesAbnormalState number
Time span
enabled This property is required. bool
This setting is enabled (true) or disabled (false)
load_drop_percent float
Threshold
minutes_abnormal_state int
Time span
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
loadDropPercent Number
Threshold
minutesAbnormalState Number
Time span

ServiceAnomaliesV2LoadSpikes
, ServiceAnomaliesV2LoadSpikesArgs

Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
LoadSpikePercent double
Threshold
MinutesAbnormalState int
Time span
Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
LoadSpikePercent float64
Threshold
MinutesAbnormalState int
Time span
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
loadSpikePercent Double
Threshold
minutesAbnormalState Integer
Time span
enabled This property is required. boolean
This setting is enabled (true) or disabled (false)
loadSpikePercent number
Threshold
minutesAbnormalState number
Time span
enabled This property is required. bool
This setting is enabled (true) or disabled (false)
load_spike_percent float
Threshold
minutes_abnormal_state int
Time span
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
loadSpikePercent Number
Threshold
minutesAbnormalState Number
Time span

ServiceAnomaliesV2ResponseTime
, ServiceAnomaliesV2ResponseTimeArgs

Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
AutoDetection Pulumiverse.Dynatrace.Inputs.ServiceAnomaliesV2ResponseTimeAutoDetection
no documentation available
DetectionMode string
Possible Values: Auto, Fixed
FixedDetection Pulumiverse.Dynatrace.Inputs.ServiceAnomaliesV2ResponseTimeFixedDetection
no documentation available
Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
AutoDetection ServiceAnomaliesV2ResponseTimeAutoDetection
no documentation available
DetectionMode string
Possible Values: Auto, Fixed
FixedDetection ServiceAnomaliesV2ResponseTimeFixedDetection
no documentation available
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
autoDetection ServiceAnomaliesV2ResponseTimeAutoDetection
no documentation available
detectionMode String
Possible Values: Auto, Fixed
fixedDetection ServiceAnomaliesV2ResponseTimeFixedDetection
no documentation available
enabled This property is required. boolean
This setting is enabled (true) or disabled (false)
autoDetection ServiceAnomaliesV2ResponseTimeAutoDetection
no documentation available
detectionMode string
Possible Values: Auto, Fixed
fixedDetection ServiceAnomaliesV2ResponseTimeFixedDetection
no documentation available
enabled This property is required. bool
This setting is enabled (true) or disabled (false)
auto_detection ServiceAnomaliesV2ResponseTimeAutoDetection
no documentation available
detection_mode str
Possible Values: Auto, Fixed
fixed_detection ServiceAnomaliesV2ResponseTimeFixedDetection
no documentation available
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
autoDetection Property Map
no documentation available
detectionMode String
Possible Values: Auto, Fixed
fixedDetection Property Map
no documentation available

ServiceAnomaliesV2ResponseTimeAutoDetection
, ServiceAnomaliesV2ResponseTimeAutoDetectionArgs

OverAlertingProtection This property is required. Pulumiverse.Dynatrace.Inputs.ServiceAnomaliesV2ResponseTimeAutoDetectionOverAlertingProtection
Avoid over-alerting
ResponseTimeAll This property is required. Pulumiverse.Dynatrace.Inputs.ServiceAnomaliesV2ResponseTimeAutoDetectionResponseTimeAll
Alert if the median response time of all requests degrades beyond both the absolute and relative thresholds:
ResponseTimeSlowest This property is required. Pulumiverse.Dynatrace.Inputs.ServiceAnomaliesV2ResponseTimeAutoDetectionResponseTimeSlowest
Alert if the response time of the slowest 10% of requests degrades beyond both the absolute and relative thresholds:
OverAlertingProtection This property is required. ServiceAnomaliesV2ResponseTimeAutoDetectionOverAlertingProtection
Avoid over-alerting
ResponseTimeAll This property is required. ServiceAnomaliesV2ResponseTimeAutoDetectionResponseTimeAll
Alert if the median response time of all requests degrades beyond both the absolute and relative thresholds:
ResponseTimeSlowest This property is required. ServiceAnomaliesV2ResponseTimeAutoDetectionResponseTimeSlowest
Alert if the response time of the slowest 10% of requests degrades beyond both the absolute and relative thresholds:
overAlertingProtection This property is required. ServiceAnomaliesV2ResponseTimeAutoDetectionOverAlertingProtection
Avoid over-alerting
responseTimeAll This property is required. ServiceAnomaliesV2ResponseTimeAutoDetectionResponseTimeAll
Alert if the median response time of all requests degrades beyond both the absolute and relative thresholds:
responseTimeSlowest This property is required. ServiceAnomaliesV2ResponseTimeAutoDetectionResponseTimeSlowest
Alert if the response time of the slowest 10% of requests degrades beyond both the absolute and relative thresholds:
overAlertingProtection This property is required. ServiceAnomaliesV2ResponseTimeAutoDetectionOverAlertingProtection
Avoid over-alerting
responseTimeAll This property is required. ServiceAnomaliesV2ResponseTimeAutoDetectionResponseTimeAll
Alert if the median response time of all requests degrades beyond both the absolute and relative thresholds:
responseTimeSlowest This property is required. ServiceAnomaliesV2ResponseTimeAutoDetectionResponseTimeSlowest
Alert if the response time of the slowest 10% of requests degrades beyond both the absolute and relative thresholds:
over_alerting_protection This property is required. ServiceAnomaliesV2ResponseTimeAutoDetectionOverAlertingProtection
Avoid over-alerting
response_time_all This property is required. ServiceAnomaliesV2ResponseTimeAutoDetectionResponseTimeAll
Alert if the median response time of all requests degrades beyond both the absolute and relative thresholds:
response_time_slowest This property is required. ServiceAnomaliesV2ResponseTimeAutoDetectionResponseTimeSlowest
Alert if the response time of the slowest 10% of requests degrades beyond both the absolute and relative thresholds:
overAlertingProtection This property is required. Property Map
Avoid over-alerting
responseTimeAll This property is required. Property Map
Alert if the median response time of all requests degrades beyond both the absolute and relative thresholds:
responseTimeSlowest This property is required. Property Map
Alert if the response time of the slowest 10% of requests degrades beyond both the absolute and relative thresholds:

ServiceAnomaliesV2ResponseTimeAutoDetectionOverAlertingProtection
, ServiceAnomaliesV2ResponseTimeAutoDetectionOverAlertingProtectionArgs

MinutesAbnormalState This property is required. int
Only alert if the abnormal state remains for at least
RequestsPerMinute This property is required. double
Only alert if there are at least
MinutesAbnormalState This property is required. int
Only alert if the abnormal state remains for at least
RequestsPerMinute This property is required. float64
Only alert if there are at least
minutesAbnormalState This property is required. Integer
Only alert if the abnormal state remains for at least
requestsPerMinute This property is required. Double
Only alert if there are at least
minutesAbnormalState This property is required. number
Only alert if the abnormal state remains for at least
requestsPerMinute This property is required. number
Only alert if there are at least
minutes_abnormal_state This property is required. int
Only alert if the abnormal state remains for at least
requests_per_minute This property is required. float
Only alert if there are at least
minutesAbnormalState This property is required. Number
Only alert if the abnormal state remains for at least
requestsPerMinute This property is required. Number
Only alert if there are at least

ServiceAnomaliesV2ResponseTimeAutoDetectionResponseTimeAll
, ServiceAnomaliesV2ResponseTimeAutoDetectionResponseTimeAllArgs

DegradationMilliseconds This property is required. double
Absolute threshold
DegradationPercent This property is required. double
Relative threshold
DegradationMilliseconds This property is required. float64
Absolute threshold
DegradationPercent This property is required. float64
Relative threshold
degradationMilliseconds This property is required. Double
Absolute threshold
degradationPercent This property is required. Double
Relative threshold
degradationMilliseconds This property is required. number
Absolute threshold
degradationPercent This property is required. number
Relative threshold
degradation_milliseconds This property is required. float
Absolute threshold
degradation_percent This property is required. float
Relative threshold
degradationMilliseconds This property is required. Number
Absolute threshold
degradationPercent This property is required. Number
Relative threshold

ServiceAnomaliesV2ResponseTimeAutoDetectionResponseTimeSlowest
, ServiceAnomaliesV2ResponseTimeAutoDetectionResponseTimeSlowestArgs

SlowestDegradationMilliseconds This property is required. double
Absolute threshold
SlowestDegradationPercent This property is required. double
Relative threshold
SlowestDegradationMilliseconds This property is required. float64
Absolute threshold
SlowestDegradationPercent This property is required. float64
Relative threshold
slowestDegradationMilliseconds This property is required. Double
Absolute threshold
slowestDegradationPercent This property is required. Double
Relative threshold
slowestDegradationMilliseconds This property is required. number
Absolute threshold
slowestDegradationPercent This property is required. number
Relative threshold
slowest_degradation_milliseconds This property is required. float
Absolute threshold
slowest_degradation_percent This property is required. float
Relative threshold
slowestDegradationMilliseconds This property is required. Number
Absolute threshold
slowestDegradationPercent This property is required. Number
Relative threshold

ServiceAnomaliesV2ResponseTimeFixedDetection
, ServiceAnomaliesV2ResponseTimeFixedDetectionArgs

OverAlertingProtection This property is required. Pulumiverse.Dynatrace.Inputs.ServiceAnomaliesV2ResponseTimeFixedDetectionOverAlertingProtection
Avoid over-alerting
ResponseTimeAll This property is required. Pulumiverse.Dynatrace.Inputs.ServiceAnomaliesV2ResponseTimeFixedDetectionResponseTimeAll
Alert if the median response time of all requests degrades beyond this threshold:
ResponseTimeSlowest This property is required. Pulumiverse.Dynatrace.Inputs.ServiceAnomaliesV2ResponseTimeFixedDetectionResponseTimeSlowest
Alert if the response time of the slowest 10% of requests degrades beyond this threshold:
Sensitivity This property is required. string
Possible Values: High, Low, Medium
OverAlertingProtection This property is required. ServiceAnomaliesV2ResponseTimeFixedDetectionOverAlertingProtection
Avoid over-alerting
ResponseTimeAll This property is required. ServiceAnomaliesV2ResponseTimeFixedDetectionResponseTimeAll
Alert if the median response time of all requests degrades beyond this threshold:
ResponseTimeSlowest This property is required. ServiceAnomaliesV2ResponseTimeFixedDetectionResponseTimeSlowest
Alert if the response time of the slowest 10% of requests degrades beyond this threshold:
Sensitivity This property is required. string
Possible Values: High, Low, Medium
overAlertingProtection This property is required. ServiceAnomaliesV2ResponseTimeFixedDetectionOverAlertingProtection
Avoid over-alerting
responseTimeAll This property is required. ServiceAnomaliesV2ResponseTimeFixedDetectionResponseTimeAll
Alert if the median response time of all requests degrades beyond this threshold:
responseTimeSlowest This property is required. ServiceAnomaliesV2ResponseTimeFixedDetectionResponseTimeSlowest
Alert if the response time of the slowest 10% of requests degrades beyond this threshold:
sensitivity This property is required. String
Possible Values: High, Low, Medium
overAlertingProtection This property is required. ServiceAnomaliesV2ResponseTimeFixedDetectionOverAlertingProtection
Avoid over-alerting
responseTimeAll This property is required. ServiceAnomaliesV2ResponseTimeFixedDetectionResponseTimeAll
Alert if the median response time of all requests degrades beyond this threshold:
responseTimeSlowest This property is required. ServiceAnomaliesV2ResponseTimeFixedDetectionResponseTimeSlowest
Alert if the response time of the slowest 10% of requests degrades beyond this threshold:
sensitivity This property is required. string
Possible Values: High, Low, Medium
over_alerting_protection This property is required. ServiceAnomaliesV2ResponseTimeFixedDetectionOverAlertingProtection
Avoid over-alerting
response_time_all This property is required. ServiceAnomaliesV2ResponseTimeFixedDetectionResponseTimeAll
Alert if the median response time of all requests degrades beyond this threshold:
response_time_slowest This property is required. ServiceAnomaliesV2ResponseTimeFixedDetectionResponseTimeSlowest
Alert if the response time of the slowest 10% of requests degrades beyond this threshold:
sensitivity This property is required. str
Possible Values: High, Low, Medium
overAlertingProtection This property is required. Property Map
Avoid over-alerting
responseTimeAll This property is required. Property Map
Alert if the median response time of all requests degrades beyond this threshold:
responseTimeSlowest This property is required. Property Map
Alert if the response time of the slowest 10% of requests degrades beyond this threshold:
sensitivity This property is required. String
Possible Values: High, Low, Medium

ServiceAnomaliesV2ResponseTimeFixedDetectionOverAlertingProtection
, ServiceAnomaliesV2ResponseTimeFixedDetectionOverAlertingProtectionArgs

MinutesAbnormalState This property is required. int
Only alert if the abnormal state remains for at least
RequestsPerMinute This property is required. double
Only alert if there are at least
MinutesAbnormalState This property is required. int
Only alert if the abnormal state remains for at least
RequestsPerMinute This property is required. float64
Only alert if there are at least
minutesAbnormalState This property is required. Integer
Only alert if the abnormal state remains for at least
requestsPerMinute This property is required. Double
Only alert if there are at least
minutesAbnormalState This property is required. number
Only alert if the abnormal state remains for at least
requestsPerMinute This property is required. number
Only alert if there are at least
minutes_abnormal_state This property is required. int
Only alert if the abnormal state remains for at least
requests_per_minute This property is required. float
Only alert if there are at least
minutesAbnormalState This property is required. Number
Only alert if the abnormal state remains for at least
requestsPerMinute This property is required. Number
Only alert if there are at least

ServiceAnomaliesV2ResponseTimeFixedDetectionResponseTimeAll
, ServiceAnomaliesV2ResponseTimeFixedDetectionResponseTimeAllArgs

DegradationMilliseconds This property is required. double
Alert if the response time degrades beyond this many ms within an observation period of 5 minutes
DegradationMilliseconds This property is required. float64
Alert if the response time degrades beyond this many ms within an observation period of 5 minutes
degradationMilliseconds This property is required. Double
Alert if the response time degrades beyond this many ms within an observation period of 5 minutes
degradationMilliseconds This property is required. number
Alert if the response time degrades beyond this many ms within an observation period of 5 minutes
degradation_milliseconds This property is required. float
Alert if the response time degrades beyond this many ms within an observation period of 5 minutes
degradationMilliseconds This property is required. Number
Alert if the response time degrades beyond this many ms within an observation period of 5 minutes

ServiceAnomaliesV2ResponseTimeFixedDetectionResponseTimeSlowest
, ServiceAnomaliesV2ResponseTimeFixedDetectionResponseTimeSlowestArgs

SlowestDegradationMilliseconds This property is required. double
Alert if the response time of the slowest 10% degrades beyond this many ms within an observation period of 5 minutes
SlowestDegradationMilliseconds This property is required. float64
Alert if the response time of the slowest 10% degrades beyond this many ms within an observation period of 5 minutes
slowestDegradationMilliseconds This property is required. Double
Alert if the response time of the slowest 10% degrades beyond this many ms within an observation period of 5 minutes
slowestDegradationMilliseconds This property is required. number
Alert if the response time of the slowest 10% degrades beyond this many ms within an observation period of 5 minutes
slowest_degradation_milliseconds This property is required. float
Alert if the response time of the slowest 10% degrades beyond this many ms within an observation period of 5 minutes
slowestDegradationMilliseconds This property is required. Number
Alert if the response time of the slowest 10% degrades beyond this many ms within an observation period of 5 minutes

Package Details

Repository
dynatrace pulumiverse/pulumi-dynatrace
License
Apache-2.0
Notes
This Pulumi package is based on the dynatrace Terraform Provider.