1. Packages
  2. Dynatrace
  3. API Docs
  4. WebAppAnomalies
Dynatrace v0.16.0 published on Tuesday, Sep 10, 2024 by Pulumiverse

dynatrace.WebAppAnomalies

Explore with Pulumi AI

dynatrace logo
Dynatrace v0.16.0 published on Tuesday, Sep 10, 2024 by Pulumiverse

    Create WebAppAnomalies Resource

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

    Constructor syntax

    new WebAppAnomalies(name: string, args: WebAppAnomaliesArgs, opts?: CustomResourceOptions);
    @overload
    def WebAppAnomalies(resource_name: str,
                        args: WebAppAnomaliesArgs,
                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def WebAppAnomalies(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        error_rate: Optional[WebAppAnomaliesErrorRateArgs] = None,
                        response_time: Optional[WebAppAnomaliesResponseTimeArgs] = None,
                        traffic_drops: Optional[WebAppAnomaliesTrafficDropsArgs] = None,
                        traffic_spikes: Optional[WebAppAnomaliesTrafficSpikesArgs] = None,
                        scope: Optional[str] = None)
    func NewWebAppAnomalies(ctx *Context, name string, args WebAppAnomaliesArgs, opts ...ResourceOption) (*WebAppAnomalies, error)
    public WebAppAnomalies(string name, WebAppAnomaliesArgs args, CustomResourceOptions? opts = null)
    public WebAppAnomalies(String name, WebAppAnomaliesArgs args)
    public WebAppAnomalies(String name, WebAppAnomaliesArgs args, CustomResourceOptions options)
    
    type: dynatrace:WebAppAnomalies
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args WebAppAnomaliesArgs
    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 WebAppAnomaliesArgs
    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 WebAppAnomaliesArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args WebAppAnomaliesArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args WebAppAnomaliesArgs
    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 webAppAnomaliesResource = new Dynatrace.WebAppAnomalies("webAppAnomaliesResource", new()
    {
        ErrorRate = new Dynatrace.Inputs.WebAppAnomaliesErrorRateArgs
        {
            Enabled = false,
            ErrorRateAuto = new Dynatrace.Inputs.WebAppAnomaliesErrorRateErrorRateAutoArgs
            {
                AbsoluteIncrease = 0,
                OverAlertingProtection = new Dynatrace.Inputs.WebAppAnomaliesErrorRateErrorRateAutoOverAlertingProtectionArgs
                {
                    ActionsPerMinute = 0,
                    MinutesAbnormalState = 0,
                },
                RelativeIncrease = 0,
            },
            ErrorRateDetectionMode = "string",
            ErrorRateFixed = new Dynatrace.Inputs.WebAppAnomaliesErrorRateErrorRateFixedArgs
            {
                ErrorRateReqPerMin = 0,
                ErrorRateSensitivity = "string",
                MaxFailureRateIncrease = 0,
                MinutesAbnormalState = 0,
            },
        },
        ResponseTime = new Dynatrace.Inputs.WebAppAnomaliesResponseTimeArgs
        {
            Enabled = false,
            DetectionMode = "string",
            ResponseTimeAuto = new Dynatrace.Inputs.WebAppAnomaliesResponseTimeResponseTimeAutoArgs
            {
                OverAlertingProtection = new Dynatrace.Inputs.WebAppAnomaliesResponseTimeResponseTimeAutoOverAlertingProtectionArgs
                {
                    ActionsPerMinute = 0,
                    MinutesAbnormalState = 0,
                },
                ResponseTimeAll = new Dynatrace.Inputs.WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeAllArgs
                {
                    DegradationMilliseconds = 0,
                    DegradationPercent = 0,
                },
                ResponseTimeSlowest = new Dynatrace.Inputs.WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeSlowestArgs
                {
                    SlowestDegradationMilliseconds = 0,
                    SlowestDegradationPercent = 0,
                },
            },
            ResponseTimeFixed = new Dynatrace.Inputs.WebAppAnomaliesResponseTimeResponseTimeFixedArgs
            {
                OverAlertingProtection = new Dynatrace.Inputs.WebAppAnomaliesResponseTimeResponseTimeFixedOverAlertingProtectionArgs
                {
                    ActionsPerMinute = 0,
                    MinutesAbnormalState = 0,
                },
                ResponseTimeAll = new Dynatrace.Inputs.WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeAllArgs
                {
                    DegradationMilliseconds = 0,
                },
                ResponseTimeSlowest = new Dynatrace.Inputs.WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeSlowestArgs
                {
                    SlowestDegradationMilliseconds = 0,
                },
                Sensitivity = "string",
            },
        },
        TrafficDrops = new Dynatrace.Inputs.WebAppAnomaliesTrafficDropsArgs
        {
            Enabled = false,
            TrafficDrops = new Dynatrace.Inputs.WebAppAnomaliesTrafficDropsTrafficDropsArgs
            {
                AbnormalStateAbnormalState = 0,
                TrafficDropPercentage = 0,
            },
        },
        TrafficSpikes = new Dynatrace.Inputs.WebAppAnomaliesTrafficSpikesArgs
        {
            Enabled = false,
            TrafficSpikes = new Dynatrace.Inputs.WebAppAnomaliesTrafficSpikesTrafficSpikesArgs
            {
                MinutesAbnormalState = 0,
                TrafficSpikePercentage = 0,
            },
        },
        Scope = "string",
    });
    
    example, err := dynatrace.NewWebAppAnomalies(ctx, "webAppAnomaliesResource", &dynatrace.WebAppAnomaliesArgs{
    	ErrorRate: &dynatrace.WebAppAnomaliesErrorRateArgs{
    		Enabled: pulumi.Bool(false),
    		ErrorRateAuto: &dynatrace.WebAppAnomaliesErrorRateErrorRateAutoArgs{
    			AbsoluteIncrease: pulumi.Float64(0),
    			OverAlertingProtection: &dynatrace.WebAppAnomaliesErrorRateErrorRateAutoOverAlertingProtectionArgs{
    				ActionsPerMinute:     pulumi.Float64(0),
    				MinutesAbnormalState: pulumi.Float64(0),
    			},
    			RelativeIncrease: pulumi.Float64(0),
    		},
    		ErrorRateDetectionMode: pulumi.String("string"),
    		ErrorRateFixed: &dynatrace.WebAppAnomaliesErrorRateErrorRateFixedArgs{
    			ErrorRateReqPerMin:     pulumi.Float64(0),
    			ErrorRateSensitivity:   pulumi.String("string"),
    			MaxFailureRateIncrease: pulumi.Float64(0),
    			MinutesAbnormalState:   pulumi.Float64(0),
    		},
    	},
    	ResponseTime: &dynatrace.WebAppAnomaliesResponseTimeArgs{
    		Enabled:       pulumi.Bool(false),
    		DetectionMode: pulumi.String("string"),
    		ResponseTimeAuto: &dynatrace.WebAppAnomaliesResponseTimeResponseTimeAutoArgs{
    			OverAlertingProtection: &dynatrace.WebAppAnomaliesResponseTimeResponseTimeAutoOverAlertingProtectionArgs{
    				ActionsPerMinute:     pulumi.Float64(0),
    				MinutesAbnormalState: pulumi.Float64(0),
    			},
    			ResponseTimeAll: &dynatrace.WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeAllArgs{
    				DegradationMilliseconds: pulumi.Float64(0),
    				DegradationPercent:      pulumi.Float64(0),
    			},
    			ResponseTimeSlowest: &dynatrace.WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeSlowestArgs{
    				SlowestDegradationMilliseconds: pulumi.Float64(0),
    				SlowestDegradationPercent:      pulumi.Float64(0),
    			},
    		},
    		ResponseTimeFixed: &dynatrace.WebAppAnomaliesResponseTimeResponseTimeFixedArgs{
    			OverAlertingProtection: &dynatrace.WebAppAnomaliesResponseTimeResponseTimeFixedOverAlertingProtectionArgs{
    				ActionsPerMinute:     pulumi.Float64(0),
    				MinutesAbnormalState: pulumi.Float64(0),
    			},
    			ResponseTimeAll: &dynatrace.WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeAllArgs{
    				DegradationMilliseconds: pulumi.Float64(0),
    			},
    			ResponseTimeSlowest: &dynatrace.WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeSlowestArgs{
    				SlowestDegradationMilliseconds: pulumi.Float64(0),
    			},
    			Sensitivity: pulumi.String("string"),
    		},
    	},
    	TrafficDrops: &dynatrace.WebAppAnomaliesTrafficDropsArgs{
    		Enabled: pulumi.Bool(false),
    		TrafficDrops: &dynatrace.WebAppAnomaliesTrafficDropsTrafficDropsArgs{
    			AbnormalStateAbnormalState: pulumi.Float64(0),
    			TrafficDropPercentage:      pulumi.Float64(0),
    		},
    	},
    	TrafficSpikes: &dynatrace.WebAppAnomaliesTrafficSpikesArgs{
    		Enabled: pulumi.Bool(false),
    		TrafficSpikes: &dynatrace.WebAppAnomaliesTrafficSpikesTrafficSpikesArgs{
    			MinutesAbnormalState:   pulumi.Float64(0),
    			TrafficSpikePercentage: pulumi.Float64(0),
    		},
    	},
    	Scope: pulumi.String("string"),
    })
    
    var webAppAnomaliesResource = new WebAppAnomalies("webAppAnomaliesResource", WebAppAnomaliesArgs.builder()
        .errorRate(WebAppAnomaliesErrorRateArgs.builder()
            .enabled(false)
            .errorRateAuto(WebAppAnomaliesErrorRateErrorRateAutoArgs.builder()
                .absoluteIncrease(0)
                .overAlertingProtection(WebAppAnomaliesErrorRateErrorRateAutoOverAlertingProtectionArgs.builder()
                    .actionsPerMinute(0)
                    .minutesAbnormalState(0)
                    .build())
                .relativeIncrease(0)
                .build())
            .errorRateDetectionMode("string")
            .errorRateFixed(WebAppAnomaliesErrorRateErrorRateFixedArgs.builder()
                .errorRateReqPerMin(0)
                .errorRateSensitivity("string")
                .maxFailureRateIncrease(0)
                .minutesAbnormalState(0)
                .build())
            .build())
        .responseTime(WebAppAnomaliesResponseTimeArgs.builder()
            .enabled(false)
            .detectionMode("string")
            .responseTimeAuto(WebAppAnomaliesResponseTimeResponseTimeAutoArgs.builder()
                .overAlertingProtection(WebAppAnomaliesResponseTimeResponseTimeAutoOverAlertingProtectionArgs.builder()
                    .actionsPerMinute(0)
                    .minutesAbnormalState(0)
                    .build())
                .responseTimeAll(WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeAllArgs.builder()
                    .degradationMilliseconds(0)
                    .degradationPercent(0)
                    .build())
                .responseTimeSlowest(WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeSlowestArgs.builder()
                    .slowestDegradationMilliseconds(0)
                    .slowestDegradationPercent(0)
                    .build())
                .build())
            .responseTimeFixed(WebAppAnomaliesResponseTimeResponseTimeFixedArgs.builder()
                .overAlertingProtection(WebAppAnomaliesResponseTimeResponseTimeFixedOverAlertingProtectionArgs.builder()
                    .actionsPerMinute(0)
                    .minutesAbnormalState(0)
                    .build())
                .responseTimeAll(WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeAllArgs.builder()
                    .degradationMilliseconds(0)
                    .build())
                .responseTimeSlowest(WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeSlowestArgs.builder()
                    .slowestDegradationMilliseconds(0)
                    .build())
                .sensitivity("string")
                .build())
            .build())
        .trafficDrops(WebAppAnomaliesTrafficDropsArgs.builder()
            .enabled(false)
            .trafficDrops(WebAppAnomaliesTrafficDropsTrafficDropsArgs.builder()
                .abnormalStateAbnormalState(0)
                .trafficDropPercentage(0)
                .build())
            .build())
        .trafficSpikes(WebAppAnomaliesTrafficSpikesArgs.builder()
            .enabled(false)
            .trafficSpikes(WebAppAnomaliesTrafficSpikesTrafficSpikesArgs.builder()
                .minutesAbnormalState(0)
                .trafficSpikePercentage(0)
                .build())
            .build())
        .scope("string")
        .build());
    
    web_app_anomalies_resource = dynatrace.WebAppAnomalies("webAppAnomaliesResource",
        error_rate=dynatrace.WebAppAnomaliesErrorRateArgs(
            enabled=False,
            error_rate_auto=dynatrace.WebAppAnomaliesErrorRateErrorRateAutoArgs(
                absolute_increase=0,
                over_alerting_protection=dynatrace.WebAppAnomaliesErrorRateErrorRateAutoOverAlertingProtectionArgs(
                    actions_per_minute=0,
                    minutes_abnormal_state=0,
                ),
                relative_increase=0,
            ),
            error_rate_detection_mode="string",
            error_rate_fixed=dynatrace.WebAppAnomaliesErrorRateErrorRateFixedArgs(
                error_rate_req_per_min=0,
                error_rate_sensitivity="string",
                max_failure_rate_increase=0,
                minutes_abnormal_state=0,
            ),
        ),
        response_time=dynatrace.WebAppAnomaliesResponseTimeArgs(
            enabled=False,
            detection_mode="string",
            response_time_auto=dynatrace.WebAppAnomaliesResponseTimeResponseTimeAutoArgs(
                over_alerting_protection=dynatrace.WebAppAnomaliesResponseTimeResponseTimeAutoOverAlertingProtectionArgs(
                    actions_per_minute=0,
                    minutes_abnormal_state=0,
                ),
                response_time_all=dynatrace.WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeAllArgs(
                    degradation_milliseconds=0,
                    degradation_percent=0,
                ),
                response_time_slowest=dynatrace.WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeSlowestArgs(
                    slowest_degradation_milliseconds=0,
                    slowest_degradation_percent=0,
                ),
            ),
            response_time_fixed=dynatrace.WebAppAnomaliesResponseTimeResponseTimeFixedArgs(
                over_alerting_protection=dynatrace.WebAppAnomaliesResponseTimeResponseTimeFixedOverAlertingProtectionArgs(
                    actions_per_minute=0,
                    minutes_abnormal_state=0,
                ),
                response_time_all=dynatrace.WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeAllArgs(
                    degradation_milliseconds=0,
                ),
                response_time_slowest=dynatrace.WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeSlowestArgs(
                    slowest_degradation_milliseconds=0,
                ),
                sensitivity="string",
            ),
        ),
        traffic_drops=dynatrace.WebAppAnomaliesTrafficDropsArgs(
            enabled=False,
            traffic_drops=dynatrace.WebAppAnomaliesTrafficDropsTrafficDropsArgs(
                abnormal_state_abnormal_state=0,
                traffic_drop_percentage=0,
            ),
        ),
        traffic_spikes=dynatrace.WebAppAnomaliesTrafficSpikesArgs(
            enabled=False,
            traffic_spikes=dynatrace.WebAppAnomaliesTrafficSpikesTrafficSpikesArgs(
                minutes_abnormal_state=0,
                traffic_spike_percentage=0,
            ),
        ),
        scope="string")
    
    const webAppAnomaliesResource = new dynatrace.WebAppAnomalies("webAppAnomaliesResource", {
        errorRate: {
            enabled: false,
            errorRateAuto: {
                absoluteIncrease: 0,
                overAlertingProtection: {
                    actionsPerMinute: 0,
                    minutesAbnormalState: 0,
                },
                relativeIncrease: 0,
            },
            errorRateDetectionMode: "string",
            errorRateFixed: {
                errorRateReqPerMin: 0,
                errorRateSensitivity: "string",
                maxFailureRateIncrease: 0,
                minutesAbnormalState: 0,
            },
        },
        responseTime: {
            enabled: false,
            detectionMode: "string",
            responseTimeAuto: {
                overAlertingProtection: {
                    actionsPerMinute: 0,
                    minutesAbnormalState: 0,
                },
                responseTimeAll: {
                    degradationMilliseconds: 0,
                    degradationPercent: 0,
                },
                responseTimeSlowest: {
                    slowestDegradationMilliseconds: 0,
                    slowestDegradationPercent: 0,
                },
            },
            responseTimeFixed: {
                overAlertingProtection: {
                    actionsPerMinute: 0,
                    minutesAbnormalState: 0,
                },
                responseTimeAll: {
                    degradationMilliseconds: 0,
                },
                responseTimeSlowest: {
                    slowestDegradationMilliseconds: 0,
                },
                sensitivity: "string",
            },
        },
        trafficDrops: {
            enabled: false,
            trafficDrops: {
                abnormalStateAbnormalState: 0,
                trafficDropPercentage: 0,
            },
        },
        trafficSpikes: {
            enabled: false,
            trafficSpikes: {
                minutesAbnormalState: 0,
                trafficSpikePercentage: 0,
            },
        },
        scope: "string",
    });
    
    type: dynatrace:WebAppAnomalies
    properties:
        errorRate:
            enabled: false
            errorRateAuto:
                absoluteIncrease: 0
                overAlertingProtection:
                    actionsPerMinute: 0
                    minutesAbnormalState: 0
                relativeIncrease: 0
            errorRateDetectionMode: string
            errorRateFixed:
                errorRateReqPerMin: 0
                errorRateSensitivity: string
                maxFailureRateIncrease: 0
                minutesAbnormalState: 0
        responseTime:
            detectionMode: string
            enabled: false
            responseTimeAuto:
                overAlertingProtection:
                    actionsPerMinute: 0
                    minutesAbnormalState: 0
                responseTimeAll:
                    degradationMilliseconds: 0
                    degradationPercent: 0
                responseTimeSlowest:
                    slowestDegradationMilliseconds: 0
                    slowestDegradationPercent: 0
            responseTimeFixed:
                overAlertingProtection:
                    actionsPerMinute: 0
                    minutesAbnormalState: 0
                responseTimeAll:
                    degradationMilliseconds: 0
                responseTimeSlowest:
                    slowestDegradationMilliseconds: 0
                sensitivity: string
        scope: string
        trafficDrops:
            enabled: false
            trafficDrops:
                abnormalStateAbnormalState: 0
                trafficDropPercentage: 0
        trafficSpikes:
            enabled: false
            trafficSpikes:
                minutesAbnormalState: 0
                trafficSpikePercentage: 0
    

    WebAppAnomalies 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 WebAppAnomalies resource accepts the following input properties:

    ErrorRate Pulumiverse.Dynatrace.Inputs.WebAppAnomaliesErrorRate
    Error rate
    ResponseTime Pulumiverse.Dynatrace.Inputs.WebAppAnomaliesResponseTime
    Response time
    TrafficDrops Pulumiverse.Dynatrace.Inputs.WebAppAnomaliesTrafficDrops
    Detect traffic drops
    TrafficSpikes Pulumiverse.Dynatrace.Inputs.WebAppAnomaliesTrafficSpikes
    Detect traffic spikes
    Scope string
    The scope of this setting (APPLICATION_METHOD, APPLICATION). Omit this property if you want to cover the whole environment.
    ErrorRate WebAppAnomaliesErrorRateArgs
    Error rate
    ResponseTime WebAppAnomaliesResponseTimeArgs
    Response time
    TrafficDrops WebAppAnomaliesTrafficDropsArgs
    Detect traffic drops
    TrafficSpikes WebAppAnomaliesTrafficSpikesArgs
    Detect traffic spikes
    Scope string
    The scope of this setting (APPLICATION_METHOD, APPLICATION). Omit this property if you want to cover the whole environment.
    errorRate WebAppAnomaliesErrorRate
    Error rate
    responseTime WebAppAnomaliesResponseTime
    Response time
    trafficDrops WebAppAnomaliesTrafficDrops
    Detect traffic drops
    trafficSpikes WebAppAnomaliesTrafficSpikes
    Detect traffic spikes
    scope String
    The scope of this setting (APPLICATION_METHOD, APPLICATION). Omit this property if you want to cover the whole environment.
    errorRate WebAppAnomaliesErrorRate
    Error rate
    responseTime WebAppAnomaliesResponseTime
    Response time
    trafficDrops WebAppAnomaliesTrafficDrops
    Detect traffic drops
    trafficSpikes WebAppAnomaliesTrafficSpikes
    Detect traffic spikes
    scope string
    The scope of this setting (APPLICATION_METHOD, APPLICATION). Omit this property if you want to cover the whole environment.
    error_rate WebAppAnomaliesErrorRateArgs
    Error rate
    response_time WebAppAnomaliesResponseTimeArgs
    Response time
    traffic_drops WebAppAnomaliesTrafficDropsArgs
    Detect traffic drops
    traffic_spikes WebAppAnomaliesTrafficSpikesArgs
    Detect traffic spikes
    scope str
    The scope of this setting (APPLICATION_METHOD, APPLICATION). Omit this property if you want to cover the whole environment.
    errorRate Property Map
    Error rate
    responseTime Property Map
    Response time
    trafficDrops Property Map
    Detect traffic drops
    trafficSpikes Property Map
    Detect traffic spikes
    scope String
    The scope of this setting (APPLICATION_METHOD, APPLICATION). Omit this property if you want to cover the whole environment.

    Outputs

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

    Get an existing WebAppAnomalies 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?: WebAppAnomaliesState, opts?: CustomResourceOptions): WebAppAnomalies
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            error_rate: Optional[WebAppAnomaliesErrorRateArgs] = None,
            response_time: Optional[WebAppAnomaliesResponseTimeArgs] = None,
            scope: Optional[str] = None,
            traffic_drops: Optional[WebAppAnomaliesTrafficDropsArgs] = None,
            traffic_spikes: Optional[WebAppAnomaliesTrafficSpikesArgs] = None) -> WebAppAnomalies
    func GetWebAppAnomalies(ctx *Context, name string, id IDInput, state *WebAppAnomaliesState, opts ...ResourceOption) (*WebAppAnomalies, error)
    public static WebAppAnomalies Get(string name, Input<string> id, WebAppAnomaliesState? state, CustomResourceOptions? opts = null)
    public static WebAppAnomalies get(String name, Output<String> id, WebAppAnomaliesState 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:
    ErrorRate Pulumiverse.Dynatrace.Inputs.WebAppAnomaliesErrorRate
    Error rate
    ResponseTime Pulumiverse.Dynatrace.Inputs.WebAppAnomaliesResponseTime
    Response time
    Scope string
    The scope of this setting (APPLICATION_METHOD, APPLICATION). Omit this property if you want to cover the whole environment.
    TrafficDrops Pulumiverse.Dynatrace.Inputs.WebAppAnomaliesTrafficDrops
    Detect traffic drops
    TrafficSpikes Pulumiverse.Dynatrace.Inputs.WebAppAnomaliesTrafficSpikes
    Detect traffic spikes
    ErrorRate WebAppAnomaliesErrorRateArgs
    Error rate
    ResponseTime WebAppAnomaliesResponseTimeArgs
    Response time
    Scope string
    The scope of this setting (APPLICATION_METHOD, APPLICATION). Omit this property if you want to cover the whole environment.
    TrafficDrops WebAppAnomaliesTrafficDropsArgs
    Detect traffic drops
    TrafficSpikes WebAppAnomaliesTrafficSpikesArgs
    Detect traffic spikes
    errorRate WebAppAnomaliesErrorRate
    Error rate
    responseTime WebAppAnomaliesResponseTime
    Response time
    scope String
    The scope of this setting (APPLICATION_METHOD, APPLICATION). Omit this property if you want to cover the whole environment.
    trafficDrops WebAppAnomaliesTrafficDrops
    Detect traffic drops
    trafficSpikes WebAppAnomaliesTrafficSpikes
    Detect traffic spikes
    errorRate WebAppAnomaliesErrorRate
    Error rate
    responseTime WebAppAnomaliesResponseTime
    Response time
    scope string
    The scope of this setting (APPLICATION_METHOD, APPLICATION). Omit this property if you want to cover the whole environment.
    trafficDrops WebAppAnomaliesTrafficDrops
    Detect traffic drops
    trafficSpikes WebAppAnomaliesTrafficSpikes
    Detect traffic spikes
    error_rate WebAppAnomaliesErrorRateArgs
    Error rate
    response_time WebAppAnomaliesResponseTimeArgs
    Response time
    scope str
    The scope of this setting (APPLICATION_METHOD, APPLICATION). Omit this property if you want to cover the whole environment.
    traffic_drops WebAppAnomaliesTrafficDropsArgs
    Detect traffic drops
    traffic_spikes WebAppAnomaliesTrafficSpikesArgs
    Detect traffic spikes
    errorRate Property Map
    Error rate
    responseTime Property Map
    Response time
    scope String
    The scope of this setting (APPLICATION_METHOD, APPLICATION). Omit this property if you want to cover the whole environment.
    trafficDrops Property Map
    Detect traffic drops
    trafficSpikes Property Map
    Detect traffic spikes

    Supporting Types

    WebAppAnomaliesErrorRate, WebAppAnomaliesErrorRateArgs

    Enabled bool
    This setting is enabled (true) or disabled (false)
    ErrorRateAuto Pulumiverse.Dynatrace.Inputs.WebAppAnomaliesErrorRateErrorRateAuto
    Alert if the percentage of failing user actions increases by both the absolute and relative thresholds:
    ErrorRateDetectionMode string
    Possible Values: Auto, Fixed
    ErrorRateFixed Pulumiverse.Dynatrace.Inputs.WebAppAnomaliesErrorRateErrorRateFixed
    no documentation available
    Enabled bool
    This setting is enabled (true) or disabled (false)
    ErrorRateAuto WebAppAnomaliesErrorRateErrorRateAuto
    Alert if the percentage of failing user actions increases by both the absolute and relative thresholds:
    ErrorRateDetectionMode string
    Possible Values: Auto, Fixed
    ErrorRateFixed WebAppAnomaliesErrorRateErrorRateFixed
    no documentation available
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    errorRateAuto WebAppAnomaliesErrorRateErrorRateAuto
    Alert if the percentage of failing user actions increases by both the absolute and relative thresholds:
    errorRateDetectionMode String
    Possible Values: Auto, Fixed
    errorRateFixed WebAppAnomaliesErrorRateErrorRateFixed
    no documentation available
    enabled boolean
    This setting is enabled (true) or disabled (false)
    errorRateAuto WebAppAnomaliesErrorRateErrorRateAuto
    Alert if the percentage of failing user actions increases by both the absolute and relative thresholds:
    errorRateDetectionMode string
    Possible Values: Auto, Fixed
    errorRateFixed WebAppAnomaliesErrorRateErrorRateFixed
    no documentation available
    enabled bool
    This setting is enabled (true) or disabled (false)
    error_rate_auto WebAppAnomaliesErrorRateErrorRateAuto
    Alert if the percentage of failing user actions increases by both the absolute and relative thresholds:
    error_rate_detection_mode str
    Possible Values: Auto, Fixed
    error_rate_fixed WebAppAnomaliesErrorRateErrorRateFixed
    no documentation available
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    errorRateAuto Property Map
    Alert if the percentage of failing user actions increases by both the absolute and relative thresholds:
    errorRateDetectionMode String
    Possible Values: Auto, Fixed
    errorRateFixed Property Map
    no documentation available

    WebAppAnomaliesErrorRateErrorRateAuto, WebAppAnomaliesErrorRateErrorRateAutoArgs

    absoluteIncrease Number
    Absolute threshold
    overAlertingProtection Property Map
    Avoid over-alerting
    relativeIncrease Number
    Relative threshold

    WebAppAnomaliesErrorRateErrorRateAutoOverAlertingProtection, WebAppAnomaliesErrorRateErrorRateAutoOverAlertingProtectionArgs

    ActionsPerMinute double
    Only alert if there are at least
    MinutesAbnormalState double
    Only alert if the abnormal state remains for at least
    ActionsPerMinute float64
    Only alert if there are at least
    MinutesAbnormalState float64
    Only alert if the abnormal state remains for at least
    actionsPerMinute Double
    Only alert if there are at least
    minutesAbnormalState Double
    Only alert if the abnormal state remains for at least
    actionsPerMinute number
    Only alert if there are at least
    minutesAbnormalState number
    Only alert if the abnormal state remains for at least
    actions_per_minute float
    Only alert if there are at least
    minutes_abnormal_state float
    Only alert if the abnormal state remains for at least
    actionsPerMinute Number
    Only alert if there are at least
    minutesAbnormalState Number
    Only alert if the abnormal state remains for at least

    WebAppAnomaliesErrorRateErrorRateFixed, WebAppAnomaliesErrorRateErrorRateFixedArgs

    ErrorRateReqPerMin double
    To avoid over-alerting for low traffic applications
    ErrorRateSensitivity string
    Possible Values: Low, Medium, High
    MaxFailureRateIncrease double
    Alert if this custom error rate threshold is exceeded during any 5-minute-period
    MinutesAbnormalState double
    Amount of minutes the observed traffic has to stay in abnormal state before alert
    ErrorRateReqPerMin float64
    To avoid over-alerting for low traffic applications
    ErrorRateSensitivity string
    Possible Values: Low, Medium, High
    MaxFailureRateIncrease float64
    Alert if this custom error rate threshold is exceeded during any 5-minute-period
    MinutesAbnormalState float64
    Amount of minutes the observed traffic has to stay in abnormal state before alert
    errorRateReqPerMin Double
    To avoid over-alerting for low traffic applications
    errorRateSensitivity String
    Possible Values: Low, Medium, High
    maxFailureRateIncrease Double
    Alert if this custom error rate threshold is exceeded during any 5-minute-period
    minutesAbnormalState Double
    Amount of minutes the observed traffic has to stay in abnormal state before alert
    errorRateReqPerMin number
    To avoid over-alerting for low traffic applications
    errorRateSensitivity string
    Possible Values: Low, Medium, High
    maxFailureRateIncrease number
    Alert if this custom error rate threshold is exceeded during any 5-minute-period
    minutesAbnormalState number
    Amount of minutes the observed traffic has to stay in abnormal state before alert
    error_rate_req_per_min float
    To avoid over-alerting for low traffic applications
    error_rate_sensitivity str
    Possible Values: Low, Medium, High
    max_failure_rate_increase float
    Alert if this custom error rate threshold is exceeded during any 5-minute-period
    minutes_abnormal_state float
    Amount of minutes the observed traffic has to stay in abnormal state before alert
    errorRateReqPerMin Number
    To avoid over-alerting for low traffic applications
    errorRateSensitivity String
    Possible Values: Low, Medium, High
    maxFailureRateIncrease Number
    Alert if this custom error rate threshold is exceeded during any 5-minute-period
    minutesAbnormalState Number
    Amount of minutes the observed traffic has to stay in abnormal state before alert

    WebAppAnomaliesResponseTime, WebAppAnomaliesResponseTimeArgs

    Enabled bool
    This setting is enabled (true) or disabled (false)
    DetectionMode string
    Possible Values: Auto, Fixed
    ResponseTimeAuto Pulumiverse.Dynatrace.Inputs.WebAppAnomaliesResponseTimeResponseTimeAuto
    no documentation available
    ResponseTimeFixed Pulumiverse.Dynatrace.Inputs.WebAppAnomaliesResponseTimeResponseTimeFixed
    no documentation available
    Enabled bool
    This setting is enabled (true) or disabled (false)
    DetectionMode string
    Possible Values: Auto, Fixed
    ResponseTimeAuto WebAppAnomaliesResponseTimeResponseTimeAuto
    no documentation available
    ResponseTimeFixed WebAppAnomaliesResponseTimeResponseTimeFixed
    no documentation available
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    detectionMode String
    Possible Values: Auto, Fixed
    responseTimeAuto WebAppAnomaliesResponseTimeResponseTimeAuto
    no documentation available
    responseTimeFixed WebAppAnomaliesResponseTimeResponseTimeFixed
    no documentation available
    enabled boolean
    This setting is enabled (true) or disabled (false)
    detectionMode string
    Possible Values: Auto, Fixed
    responseTimeAuto WebAppAnomaliesResponseTimeResponseTimeAuto
    no documentation available
    responseTimeFixed WebAppAnomaliesResponseTimeResponseTimeFixed
    no documentation available
    enabled bool
    This setting is enabled (true) or disabled (false)
    detection_mode str
    Possible Values: Auto, Fixed
    response_time_auto WebAppAnomaliesResponseTimeResponseTimeAuto
    no documentation available
    response_time_fixed WebAppAnomaliesResponseTimeResponseTimeFixed
    no documentation available
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    detectionMode String
    Possible Values: Auto, Fixed
    responseTimeAuto Property Map
    no documentation available
    responseTimeFixed Property Map
    no documentation available

    WebAppAnomaliesResponseTimeResponseTimeAuto, WebAppAnomaliesResponseTimeResponseTimeAutoArgs

    OverAlertingProtection Pulumiverse.Dynatrace.Inputs.WebAppAnomaliesResponseTimeResponseTimeAutoOverAlertingProtection
    Avoid over-alerting
    ResponseTimeAll Pulumiverse.Dynatrace.Inputs.WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeAll
    Alert if the median response time of all user actions degrades beyond both the absolute and relative thresholds:
    ResponseTimeSlowest Pulumiverse.Dynatrace.Inputs.WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeSlowest
    Alert if the response time of the slowest 10% of requests degrades beyond both the absolute and relative thresholds:
    OverAlertingProtection WebAppAnomaliesResponseTimeResponseTimeAutoOverAlertingProtection
    Avoid over-alerting
    ResponseTimeAll WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeAll
    Alert if the median response time of all user actions degrades beyond both the absolute and relative thresholds:
    ResponseTimeSlowest WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeSlowest
    Alert if the response time of the slowest 10% of requests degrades beyond both the absolute and relative thresholds:
    overAlertingProtection WebAppAnomaliesResponseTimeResponseTimeAutoOverAlertingProtection
    Avoid over-alerting
    responseTimeAll WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeAll
    Alert if the median response time of all user actions degrades beyond both the absolute and relative thresholds:
    responseTimeSlowest WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeSlowest
    Alert if the response time of the slowest 10% of requests degrades beyond both the absolute and relative thresholds:
    overAlertingProtection WebAppAnomaliesResponseTimeResponseTimeAutoOverAlertingProtection
    Avoid over-alerting
    responseTimeAll WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeAll
    Alert if the median response time of all user actions degrades beyond both the absolute and relative thresholds:
    responseTimeSlowest WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeSlowest
    Alert if the response time of the slowest 10% of requests degrades beyond both the absolute and relative thresholds:
    over_alerting_protection WebAppAnomaliesResponseTimeResponseTimeAutoOverAlertingProtection
    Avoid over-alerting
    response_time_all WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeAll
    Alert if the median response time of all user actions degrades beyond both the absolute and relative thresholds:
    response_time_slowest WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeSlowest
    Alert if the response time of the slowest 10% of requests degrades beyond both the absolute and relative thresholds:
    overAlertingProtection Property Map
    Avoid over-alerting
    responseTimeAll Property Map
    Alert if the median response time of all user actions degrades beyond both the absolute and relative thresholds:
    responseTimeSlowest Property Map
    Alert if the response time of the slowest 10% of requests degrades beyond both the absolute and relative thresholds:

    WebAppAnomaliesResponseTimeResponseTimeAutoOverAlertingProtection, WebAppAnomaliesResponseTimeResponseTimeAutoOverAlertingProtectionArgs

    ActionsPerMinute double
    Only alert if there are at least
    MinutesAbnormalState double
    Only alert if the abnormal state remains for at least
    ActionsPerMinute float64
    Only alert if there are at least
    MinutesAbnormalState float64
    Only alert if the abnormal state remains for at least
    actionsPerMinute Double
    Only alert if there are at least
    minutesAbnormalState Double
    Only alert if the abnormal state remains for at least
    actionsPerMinute number
    Only alert if there are at least
    minutesAbnormalState number
    Only alert if the abnormal state remains for at least
    actions_per_minute float
    Only alert if there are at least
    minutes_abnormal_state float
    Only alert if the abnormal state remains for at least
    actionsPerMinute Number
    Only alert if there are at least
    minutesAbnormalState Number
    Only alert if the abnormal state remains for at least

    WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeAll, WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeAllArgs

    DegradationMilliseconds double
    Absolute threshold
    DegradationPercent double
    Relative threshold
    DegradationMilliseconds float64
    Absolute threshold
    DegradationPercent float64
    Relative threshold
    degradationMilliseconds Double
    Absolute threshold
    degradationPercent Double
    Relative threshold
    degradationMilliseconds number
    Absolute threshold
    degradationPercent number
    Relative threshold
    degradation_milliseconds float
    Absolute threshold
    degradation_percent float
    Relative threshold
    degradationMilliseconds Number
    Absolute threshold
    degradationPercent Number
    Relative threshold

    WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeSlowest, WebAppAnomaliesResponseTimeResponseTimeAutoResponseTimeSlowestArgs

    SlowestDegradationMilliseconds double
    Absolute threshold
    SlowestDegradationPercent double
    Relative threshold
    SlowestDegradationMilliseconds float64
    Absolute threshold
    SlowestDegradationPercent float64
    Relative threshold
    slowestDegradationMilliseconds Double
    Absolute threshold
    slowestDegradationPercent Double
    Relative threshold
    slowestDegradationMilliseconds number
    Absolute threshold
    slowestDegradationPercent number
    Relative threshold
    slowest_degradation_milliseconds float
    Absolute threshold
    slowest_degradation_percent float
    Relative threshold
    slowestDegradationMilliseconds Number
    Absolute threshold
    slowestDegradationPercent Number
    Relative threshold

    WebAppAnomaliesResponseTimeResponseTimeFixed, WebAppAnomaliesResponseTimeResponseTimeFixedArgs

    OverAlertingProtection Pulumiverse.Dynatrace.Inputs.WebAppAnomaliesResponseTimeResponseTimeFixedOverAlertingProtection
    Avoid over-alerting
    ResponseTimeAll Pulumiverse.Dynatrace.Inputs.WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeAll
    Alert if the key performance metric of all requests degrades beyond this threshold:
    ResponseTimeSlowest Pulumiverse.Dynatrace.Inputs.WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeSlowest
    Alert if the key performance metric of the slowest 10% of requests degrades beyond this threshold:
    Sensitivity string
    Possible Values: Medium, High, Low
    OverAlertingProtection WebAppAnomaliesResponseTimeResponseTimeFixedOverAlertingProtection
    Avoid over-alerting
    ResponseTimeAll WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeAll
    Alert if the key performance metric of all requests degrades beyond this threshold:
    ResponseTimeSlowest WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeSlowest
    Alert if the key performance metric of the slowest 10% of requests degrades beyond this threshold:
    Sensitivity string
    Possible Values: Medium, High, Low
    overAlertingProtection WebAppAnomaliesResponseTimeResponseTimeFixedOverAlertingProtection
    Avoid over-alerting
    responseTimeAll WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeAll
    Alert if the key performance metric of all requests degrades beyond this threshold:
    responseTimeSlowest WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeSlowest
    Alert if the key performance metric of the slowest 10% of requests degrades beyond this threshold:
    sensitivity String
    Possible Values: Medium, High, Low
    overAlertingProtection WebAppAnomaliesResponseTimeResponseTimeFixedOverAlertingProtection
    Avoid over-alerting
    responseTimeAll WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeAll
    Alert if the key performance metric of all requests degrades beyond this threshold:
    responseTimeSlowest WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeSlowest
    Alert if the key performance metric of the slowest 10% of requests degrades beyond this threshold:
    sensitivity string
    Possible Values: Medium, High, Low
    over_alerting_protection WebAppAnomaliesResponseTimeResponseTimeFixedOverAlertingProtection
    Avoid over-alerting
    response_time_all WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeAll
    Alert if the key performance metric of all requests degrades beyond this threshold:
    response_time_slowest WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeSlowest
    Alert if the key performance metric of the slowest 10% of requests degrades beyond this threshold:
    sensitivity str
    Possible Values: Medium, High, Low
    overAlertingProtection Property Map
    Avoid over-alerting
    responseTimeAll Property Map
    Alert if the key performance metric of all requests degrades beyond this threshold:
    responseTimeSlowest Property Map
    Alert if the key performance metric of the slowest 10% of requests degrades beyond this threshold:
    sensitivity String
    Possible Values: Medium, High, Low

    WebAppAnomaliesResponseTimeResponseTimeFixedOverAlertingProtection, WebAppAnomaliesResponseTimeResponseTimeFixedOverAlertingProtectionArgs

    ActionsPerMinute double
    Only alert if there are at least
    MinutesAbnormalState double
    Only alert if the abnormal state remains for at least
    ActionsPerMinute float64
    Only alert if there are at least
    MinutesAbnormalState float64
    Only alert if the abnormal state remains for at least
    actionsPerMinute Double
    Only alert if there are at least
    minutesAbnormalState Double
    Only alert if the abnormal state remains for at least
    actionsPerMinute number
    Only alert if there are at least
    minutesAbnormalState number
    Only alert if the abnormal state remains for at least
    actions_per_minute float
    Only alert if there are at least
    minutes_abnormal_state float
    Only alert if the abnormal state remains for at least
    actionsPerMinute Number
    Only alert if there are at least
    minutesAbnormalState Number
    Only alert if the abnormal state remains for at least

    WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeAll, WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeAllArgs

    DegradationMilliseconds double
    Alert if the key performance metric degrades beyond this many ms within an observation period of 5 minutes
    DegradationMilliseconds float64
    Alert if the key performance metric degrades beyond this many ms within an observation period of 5 minutes
    degradationMilliseconds Double
    Alert if the key performance metric degrades beyond this many ms within an observation period of 5 minutes
    degradationMilliseconds number
    Alert if the key performance metric degrades beyond this many ms within an observation period of 5 minutes
    degradation_milliseconds float
    Alert if the key performance metric degrades beyond this many ms within an observation period of 5 minutes
    degradationMilliseconds Number
    Alert if the key performance metric degrades beyond this many ms within an observation period of 5 minutes

    WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeSlowest, WebAppAnomaliesResponseTimeResponseTimeFixedResponseTimeSlowestArgs

    SlowestDegradationMilliseconds double
    Alert if the key performance metric of the slowest 10% degrades beyond this many ms within an observation period of 5 minutes
    SlowestDegradationMilliseconds float64
    Alert if the key performance metric of the slowest 10% degrades beyond this many ms within an observation period of 5 minutes
    slowestDegradationMilliseconds Double
    Alert if the key performance metric of the slowest 10% degrades beyond this many ms within an observation period of 5 minutes
    slowestDegradationMilliseconds number
    Alert if the key performance metric of the slowest 10% degrades beyond this many ms within an observation period of 5 minutes
    slowest_degradation_milliseconds float
    Alert if the key performance metric of the slowest 10% degrades beyond this many ms within an observation period of 5 minutes
    slowestDegradationMilliseconds Number
    Alert if the key performance metric of the slowest 10% degrades beyond this many ms within an observation period of 5 minutes

    WebAppAnomaliesTrafficDrops, WebAppAnomaliesTrafficDropsArgs

    Enabled bool
    This setting is enabled (true) or disabled (false)
    TrafficDrops Pulumiverse.Dynatrace.Inputs.WebAppAnomaliesTrafficDropsTrafficDrops
    Dynatrace learns your typical application traffic over an observation period of one week.
    Enabled bool
    This setting is enabled (true) or disabled (false)
    TrafficDrops WebAppAnomaliesTrafficDropsTrafficDrops
    Dynatrace learns your typical application traffic over an observation period of one week.
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    trafficDrops WebAppAnomaliesTrafficDropsTrafficDrops
    Dynatrace learns your typical application traffic over an observation period of one week.
    enabled boolean
    This setting is enabled (true) or disabled (false)
    trafficDrops WebAppAnomaliesTrafficDropsTrafficDrops
    Dynatrace learns your typical application traffic over an observation period of one week.
    enabled bool
    This setting is enabled (true) or disabled (false)
    traffic_drops WebAppAnomaliesTrafficDropsTrafficDrops
    Dynatrace learns your typical application traffic over an observation period of one week.
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    trafficDrops Property Map
    Dynatrace learns your typical application traffic over an observation period of one week.

    WebAppAnomaliesTrafficDropsTrafficDrops, WebAppAnomaliesTrafficDropsTrafficDropsArgs

    AbnormalStateAbnormalState double
    Minutes the observed traffic has to stay in abnormal state before alert
    TrafficDropPercentage double
    Alert if the observed traffic is less than this percentage of the expected value
    AbnormalStateAbnormalState float64
    Minutes the observed traffic has to stay in abnormal state before alert
    TrafficDropPercentage float64
    Alert if the observed traffic is less than this percentage of the expected value
    abnormalStateAbnormalState Double
    Minutes the observed traffic has to stay in abnormal state before alert
    trafficDropPercentage Double
    Alert if the observed traffic is less than this percentage of the expected value
    abnormalStateAbnormalState number
    Minutes the observed traffic has to stay in abnormal state before alert
    trafficDropPercentage number
    Alert if the observed traffic is less than this percentage of the expected value
    abnormal_state_abnormal_state float
    Minutes the observed traffic has to stay in abnormal state before alert
    traffic_drop_percentage float
    Alert if the observed traffic is less than this percentage of the expected value
    abnormalStateAbnormalState Number
    Minutes the observed traffic has to stay in abnormal state before alert
    trafficDropPercentage Number
    Alert if the observed traffic is less than this percentage of the expected value

    WebAppAnomaliesTrafficSpikes, WebAppAnomaliesTrafficSpikesArgs

    Enabled bool
    This setting is enabled (true) or disabled (false)
    TrafficSpikes Pulumiverse.Dynatrace.Inputs.WebAppAnomaliesTrafficSpikesTrafficSpikes
    Dynatrace learns your typical application traffic over an observation period of one week.
    Enabled bool
    This setting is enabled (true) or disabled (false)
    TrafficSpikes WebAppAnomaliesTrafficSpikesTrafficSpikes
    Dynatrace learns your typical application traffic over an observation period of one week.
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    trafficSpikes WebAppAnomaliesTrafficSpikesTrafficSpikes
    Dynatrace learns your typical application traffic over an observation period of one week.
    enabled boolean
    This setting is enabled (true) or disabled (false)
    trafficSpikes WebAppAnomaliesTrafficSpikesTrafficSpikes
    Dynatrace learns your typical application traffic over an observation period of one week.
    enabled bool
    This setting is enabled (true) or disabled (false)
    traffic_spikes WebAppAnomaliesTrafficSpikesTrafficSpikes
    Dynatrace learns your typical application traffic over an observation period of one week.
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    trafficSpikes Property Map
    Dynatrace learns your typical application traffic over an observation period of one week.

    WebAppAnomaliesTrafficSpikesTrafficSpikes, WebAppAnomaliesTrafficSpikesTrafficSpikesArgs

    MinutesAbnormalState double
    Minutes an application has to stay in abnormal state before alert
    TrafficSpikePercentage double
    Alert if the observed traffic is more than this percentage of the expected value
    MinutesAbnormalState float64
    Minutes an application has to stay in abnormal state before alert
    TrafficSpikePercentage float64
    Alert if the observed traffic is more than this percentage of the expected value
    minutesAbnormalState Double
    Minutes an application has to stay in abnormal state before alert
    trafficSpikePercentage Double
    Alert if the observed traffic is more than this percentage of the expected value
    minutesAbnormalState number
    Minutes an application has to stay in abnormal state before alert
    trafficSpikePercentage number
    Alert if the observed traffic is more than this percentage of the expected value
    minutes_abnormal_state float
    Minutes an application has to stay in abnormal state before alert
    traffic_spike_percentage float
    Alert if the observed traffic is more than this percentage of the expected value
    minutesAbnormalState Number
    Minutes an application has to stay in abnormal state before alert
    trafficSpikePercentage Number
    Alert if the observed traffic is more than this percentage of the expected value

    Package Details

    Repository
    dynatrace pulumiverse/pulumi-dynatrace
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the dynatrace Terraform Provider.
    dynatrace logo
    Dynatrace v0.16.0 published on Tuesday, Sep 10, 2024 by Pulumiverse