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

dynatrace.MobileAppAnomalies

Explore with Pulumi AI

Create MobileAppAnomalies Resource

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

Constructor syntax

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

@overload
def MobileAppAnomalies(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       error_rate_increase: Optional[MobileAppAnomaliesErrorRateIncreaseArgs] = None,
                       slow_user_actions: Optional[MobileAppAnomaliesSlowUserActionsArgs] = None,
                       unexpected_high_load: Optional[MobileAppAnomaliesUnexpectedHighLoadArgs] = None,
                       unexpected_low_load: Optional[MobileAppAnomaliesUnexpectedLowLoadArgs] = None,
                       scope: Optional[str] = None)
func NewMobileAppAnomalies(ctx *Context, name string, args MobileAppAnomaliesArgs, opts ...ResourceOption) (*MobileAppAnomalies, error)
public MobileAppAnomalies(string name, MobileAppAnomaliesArgs args, CustomResourceOptions? opts = null)
public MobileAppAnomalies(String name, MobileAppAnomaliesArgs args)
public MobileAppAnomalies(String name, MobileAppAnomaliesArgs args, CustomResourceOptions options)
type: dynatrace:MobileAppAnomalies
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. MobileAppAnomaliesArgs
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. MobileAppAnomaliesArgs
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. MobileAppAnomaliesArgs
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. MobileAppAnomaliesArgs
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. MobileAppAnomaliesArgs
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 mobileAppAnomaliesResource = new Dynatrace.MobileAppAnomalies("mobileAppAnomaliesResource", new()
{
    ErrorRateIncrease = new Dynatrace.Inputs.MobileAppAnomaliesErrorRateIncreaseArgs
    {
        Enabled = false,
        DetectionMode = "string",
        ErrorRateIncreaseAuto = new Dynatrace.Inputs.MobileAppAnomaliesErrorRateIncreaseErrorRateIncreaseAutoArgs
        {
            ThresholdAbsolute = 0,
            ThresholdRelative = 0,
        },
        ErrorRateIncreaseFixed = new Dynatrace.Inputs.MobileAppAnomaliesErrorRateIncreaseErrorRateIncreaseFixedArgs
        {
            Sensitivity = "string",
            ThresholdAbsolute = 0,
        },
    },
    SlowUserActions = new Dynatrace.Inputs.MobileAppAnomaliesSlowUserActionsArgs
    {
        Enabled = false,
        DetectionMode = "string",
        SlowUserActionsAuto = new Dynatrace.Inputs.MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoArgs
        {
            DurationAvoidOveralerting = new Dynatrace.Inputs.MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationAvoidOveralertingArgs
            {
                MinActionRate = 0,
            },
            DurationThresholdAll = new Dynatrace.Inputs.MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdAllArgs
            {
                DurationThreshold = 0,
                SlowdownPercentage = 0,
            },
            DurationThresholdSlowest = new Dynatrace.Inputs.MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdSlowestArgs
            {
                DurationThreshold = 0,
                SlowdownPercentage = 0,
            },
        },
        SlowUserActionsFixed = new Dynatrace.Inputs.MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedArgs
        {
            DurationAvoidOveralerting = new Dynatrace.Inputs.MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationAvoidOveralertingArgs
            {
                MinActionRate = 0,
            },
            DurationThresholdAllFixed = new Dynatrace.Inputs.MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdAllFixedArgs
            {
                DurationThreshold = 0,
            },
            DurationThresholdSlowest = new Dynatrace.Inputs.MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdSlowestArgs
            {
                DurationThreshold = 0,
            },
            Sensitivity = "string",
        },
    },
    UnexpectedHighLoad = new Dynatrace.Inputs.MobileAppAnomaliesUnexpectedHighLoadArgs
    {
        Enabled = false,
        ThresholdPercentage = 0,
    },
    UnexpectedLowLoad = new Dynatrace.Inputs.MobileAppAnomaliesUnexpectedLowLoadArgs
    {
        Enabled = false,
        ThresholdPercentage = 0,
    },
    Scope = "string",
});
Copy
example, err := dynatrace.NewMobileAppAnomalies(ctx, "mobileAppAnomaliesResource", &dynatrace.MobileAppAnomaliesArgs{
	ErrorRateIncrease: &dynatrace.MobileAppAnomaliesErrorRateIncreaseArgs{
		Enabled:       pulumi.Bool(false),
		DetectionMode: pulumi.String("string"),
		ErrorRateIncreaseAuto: &dynatrace.MobileAppAnomaliesErrorRateIncreaseErrorRateIncreaseAutoArgs{
			ThresholdAbsolute: pulumi.Float64(0),
			ThresholdRelative: pulumi.Float64(0),
		},
		ErrorRateIncreaseFixed: &dynatrace.MobileAppAnomaliesErrorRateIncreaseErrorRateIncreaseFixedArgs{
			Sensitivity:       pulumi.String("string"),
			ThresholdAbsolute: pulumi.Float64(0),
		},
	},
	SlowUserActions: &dynatrace.MobileAppAnomaliesSlowUserActionsArgs{
		Enabled:       pulumi.Bool(false),
		DetectionMode: pulumi.String("string"),
		SlowUserActionsAuto: &dynatrace.MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoArgs{
			DurationAvoidOveralerting: &dynatrace.MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationAvoidOveralertingArgs{
				MinActionRate: pulumi.Int(0),
			},
			DurationThresholdAll: &dynatrace.MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdAllArgs{
				DurationThreshold:  pulumi.Float64(0),
				SlowdownPercentage: pulumi.Float64(0),
			},
			DurationThresholdSlowest: &dynatrace.MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdSlowestArgs{
				DurationThreshold:  pulumi.Float64(0),
				SlowdownPercentage: pulumi.Float64(0),
			},
		},
		SlowUserActionsFixed: &dynatrace.MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedArgs{
			DurationAvoidOveralerting: &dynatrace.MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationAvoidOveralertingArgs{
				MinActionRate: pulumi.Int(0),
			},
			DurationThresholdAllFixed: &dynatrace.MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdAllFixedArgs{
				DurationThreshold: pulumi.Float64(0),
			},
			DurationThresholdSlowest: &dynatrace.MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdSlowestArgs{
				DurationThreshold: pulumi.Float64(0),
			},
			Sensitivity: pulumi.String("string"),
		},
	},
	UnexpectedHighLoad: &dynatrace.MobileAppAnomaliesUnexpectedHighLoadArgs{
		Enabled:             pulumi.Bool(false),
		ThresholdPercentage: pulumi.Float64(0),
	},
	UnexpectedLowLoad: &dynatrace.MobileAppAnomaliesUnexpectedLowLoadArgs{
		Enabled:             pulumi.Bool(false),
		ThresholdPercentage: pulumi.Float64(0),
	},
	Scope: pulumi.String("string"),
})
Copy
var mobileAppAnomaliesResource = new MobileAppAnomalies("mobileAppAnomaliesResource", MobileAppAnomaliesArgs.builder()
    .errorRateIncrease(MobileAppAnomaliesErrorRateIncreaseArgs.builder()
        .enabled(false)
        .detectionMode("string")
        .errorRateIncreaseAuto(MobileAppAnomaliesErrorRateIncreaseErrorRateIncreaseAutoArgs.builder()
            .thresholdAbsolute(0)
            .thresholdRelative(0)
            .build())
        .errorRateIncreaseFixed(MobileAppAnomaliesErrorRateIncreaseErrorRateIncreaseFixedArgs.builder()
            .sensitivity("string")
            .thresholdAbsolute(0)
            .build())
        .build())
    .slowUserActions(MobileAppAnomaliesSlowUserActionsArgs.builder()
        .enabled(false)
        .detectionMode("string")
        .slowUserActionsAuto(MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoArgs.builder()
            .durationAvoidOveralerting(MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationAvoidOveralertingArgs.builder()
                .minActionRate(0)
                .build())
            .durationThresholdAll(MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdAllArgs.builder()
                .durationThreshold(0)
                .slowdownPercentage(0)
                .build())
            .durationThresholdSlowest(MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdSlowestArgs.builder()
                .durationThreshold(0)
                .slowdownPercentage(0)
                .build())
            .build())
        .slowUserActionsFixed(MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedArgs.builder()
            .durationAvoidOveralerting(MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationAvoidOveralertingArgs.builder()
                .minActionRate(0)
                .build())
            .durationThresholdAllFixed(MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdAllFixedArgs.builder()
                .durationThreshold(0)
                .build())
            .durationThresholdSlowest(MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdSlowestArgs.builder()
                .durationThreshold(0)
                .build())
            .sensitivity("string")
            .build())
        .build())
    .unexpectedHighLoad(MobileAppAnomaliesUnexpectedHighLoadArgs.builder()
        .enabled(false)
        .thresholdPercentage(0)
        .build())
    .unexpectedLowLoad(MobileAppAnomaliesUnexpectedLowLoadArgs.builder()
        .enabled(false)
        .thresholdPercentage(0)
        .build())
    .scope("string")
    .build());
Copy
mobile_app_anomalies_resource = dynatrace.MobileAppAnomalies("mobileAppAnomaliesResource",
    error_rate_increase={
        "enabled": False,
        "detection_mode": "string",
        "error_rate_increase_auto": {
            "threshold_absolute": 0,
            "threshold_relative": 0,
        },
        "error_rate_increase_fixed": {
            "sensitivity": "string",
            "threshold_absolute": 0,
        },
    },
    slow_user_actions={
        "enabled": False,
        "detection_mode": "string",
        "slow_user_actions_auto": {
            "duration_avoid_overalerting": {
                "min_action_rate": 0,
            },
            "duration_threshold_all": {
                "duration_threshold": 0,
                "slowdown_percentage": 0,
            },
            "duration_threshold_slowest": {
                "duration_threshold": 0,
                "slowdown_percentage": 0,
            },
        },
        "slow_user_actions_fixed": {
            "duration_avoid_overalerting": {
                "min_action_rate": 0,
            },
            "duration_threshold_all_fixed": {
                "duration_threshold": 0,
            },
            "duration_threshold_slowest": {
                "duration_threshold": 0,
            },
            "sensitivity": "string",
        },
    },
    unexpected_high_load={
        "enabled": False,
        "threshold_percentage": 0,
    },
    unexpected_low_load={
        "enabled": False,
        "threshold_percentage": 0,
    },
    scope="string")
Copy
const mobileAppAnomaliesResource = new dynatrace.MobileAppAnomalies("mobileAppAnomaliesResource", {
    errorRateIncrease: {
        enabled: false,
        detectionMode: "string",
        errorRateIncreaseAuto: {
            thresholdAbsolute: 0,
            thresholdRelative: 0,
        },
        errorRateIncreaseFixed: {
            sensitivity: "string",
            thresholdAbsolute: 0,
        },
    },
    slowUserActions: {
        enabled: false,
        detectionMode: "string",
        slowUserActionsAuto: {
            durationAvoidOveralerting: {
                minActionRate: 0,
            },
            durationThresholdAll: {
                durationThreshold: 0,
                slowdownPercentage: 0,
            },
            durationThresholdSlowest: {
                durationThreshold: 0,
                slowdownPercentage: 0,
            },
        },
        slowUserActionsFixed: {
            durationAvoidOveralerting: {
                minActionRate: 0,
            },
            durationThresholdAllFixed: {
                durationThreshold: 0,
            },
            durationThresholdSlowest: {
                durationThreshold: 0,
            },
            sensitivity: "string",
        },
    },
    unexpectedHighLoad: {
        enabled: false,
        thresholdPercentage: 0,
    },
    unexpectedLowLoad: {
        enabled: false,
        thresholdPercentage: 0,
    },
    scope: "string",
});
Copy
type: dynatrace:MobileAppAnomalies
properties:
    errorRateIncrease:
        detectionMode: string
        enabled: false
        errorRateIncreaseAuto:
            thresholdAbsolute: 0
            thresholdRelative: 0
        errorRateIncreaseFixed:
            sensitivity: string
            thresholdAbsolute: 0
    scope: string
    slowUserActions:
        detectionMode: string
        enabled: false
        slowUserActionsAuto:
            durationAvoidOveralerting:
                minActionRate: 0
            durationThresholdAll:
                durationThreshold: 0
                slowdownPercentage: 0
            durationThresholdSlowest:
                durationThreshold: 0
                slowdownPercentage: 0
        slowUserActionsFixed:
            durationAvoidOveralerting:
                minActionRate: 0
            durationThresholdAllFixed:
                durationThreshold: 0
            durationThresholdSlowest:
                durationThreshold: 0
            sensitivity: string
    unexpectedHighLoad:
        enabled: false
        thresholdPercentage: 0
    unexpectedLowLoad:
        enabled: false
        thresholdPercentage: 0
Copy

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

ErrorRateIncrease This property is required. Pulumiverse.Dynatrace.Inputs.MobileAppAnomaliesErrorRateIncrease
Error rate increase
SlowUserActions This property is required. Pulumiverse.Dynatrace.Inputs.MobileAppAnomaliesSlowUserActions
Slow user actions
UnexpectedHighLoad This property is required. Pulumiverse.Dynatrace.Inputs.MobileAppAnomaliesUnexpectedHighLoad
Unexpected high load
UnexpectedLowLoad This property is required. Pulumiverse.Dynatrace.Inputs.MobileAppAnomaliesUnexpectedLowLoad
Unexpected low load
Scope Changes to this property will trigger replacement. string
The scope of this setting (DEVICEAPPLICATIONMETHOD, MOBILE_APPLICATION). Omit this property if you want to cover the whole environment.
ErrorRateIncrease This property is required. MobileAppAnomaliesErrorRateIncreaseArgs
Error rate increase
SlowUserActions This property is required. MobileAppAnomaliesSlowUserActionsArgs
Slow user actions
UnexpectedHighLoad This property is required. MobileAppAnomaliesUnexpectedHighLoadArgs
Unexpected high load
UnexpectedLowLoad This property is required. MobileAppAnomaliesUnexpectedLowLoadArgs
Unexpected low load
Scope Changes to this property will trigger replacement. string
The scope of this setting (DEVICEAPPLICATIONMETHOD, MOBILE_APPLICATION). Omit this property if you want to cover the whole environment.
errorRateIncrease This property is required. MobileAppAnomaliesErrorRateIncrease
Error rate increase
slowUserActions This property is required. MobileAppAnomaliesSlowUserActions
Slow user actions
unexpectedHighLoad This property is required. MobileAppAnomaliesUnexpectedHighLoad
Unexpected high load
unexpectedLowLoad This property is required. MobileAppAnomaliesUnexpectedLowLoad
Unexpected low load
scope Changes to this property will trigger replacement. String
The scope of this setting (DEVICEAPPLICATIONMETHOD, MOBILE_APPLICATION). Omit this property if you want to cover the whole environment.
errorRateIncrease This property is required. MobileAppAnomaliesErrorRateIncrease
Error rate increase
slowUserActions This property is required. MobileAppAnomaliesSlowUserActions
Slow user actions
unexpectedHighLoad This property is required. MobileAppAnomaliesUnexpectedHighLoad
Unexpected high load
unexpectedLowLoad This property is required. MobileAppAnomaliesUnexpectedLowLoad
Unexpected low load
scope Changes to this property will trigger replacement. string
The scope of this setting (DEVICEAPPLICATIONMETHOD, MOBILE_APPLICATION). Omit this property if you want to cover the whole environment.
error_rate_increase This property is required. MobileAppAnomaliesErrorRateIncreaseArgs
Error rate increase
slow_user_actions This property is required. MobileAppAnomaliesSlowUserActionsArgs
Slow user actions
unexpected_high_load This property is required. MobileAppAnomaliesUnexpectedHighLoadArgs
Unexpected high load
unexpected_low_load This property is required. MobileAppAnomaliesUnexpectedLowLoadArgs
Unexpected low load
scope Changes to this property will trigger replacement. str
The scope of this setting (DEVICEAPPLICATIONMETHOD, MOBILE_APPLICATION). Omit this property if you want to cover the whole environment.
errorRateIncrease This property is required. Property Map
Error rate increase
slowUserActions This property is required. Property Map
Slow user actions
unexpectedHighLoad This property is required. Property Map
Unexpected high load
unexpectedLowLoad This property is required. Property Map
Unexpected low load
scope Changes to this property will trigger replacement. String
The scope of this setting (DEVICEAPPLICATIONMETHOD, MOBILE_APPLICATION). Omit this property if you want to cover the whole environment.

Outputs

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

Get an existing MobileAppAnomalies 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?: MobileAppAnomaliesState, opts?: CustomResourceOptions): MobileAppAnomalies
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        error_rate_increase: Optional[MobileAppAnomaliesErrorRateIncreaseArgs] = None,
        scope: Optional[str] = None,
        slow_user_actions: Optional[MobileAppAnomaliesSlowUserActionsArgs] = None,
        unexpected_high_load: Optional[MobileAppAnomaliesUnexpectedHighLoadArgs] = None,
        unexpected_low_load: Optional[MobileAppAnomaliesUnexpectedLowLoadArgs] = None) -> MobileAppAnomalies
func GetMobileAppAnomalies(ctx *Context, name string, id IDInput, state *MobileAppAnomaliesState, opts ...ResourceOption) (*MobileAppAnomalies, error)
public static MobileAppAnomalies Get(string name, Input<string> id, MobileAppAnomaliesState? state, CustomResourceOptions? opts = null)
public static MobileAppAnomalies get(String name, Output<String> id, MobileAppAnomaliesState state, CustomResourceOptions options)
resources:  _:    type: dynatrace:MobileAppAnomalies    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:
ErrorRateIncrease Pulumiverse.Dynatrace.Inputs.MobileAppAnomaliesErrorRateIncrease
Error rate increase
Scope Changes to this property will trigger replacement. string
The scope of this setting (DEVICEAPPLICATIONMETHOD, MOBILE_APPLICATION). Omit this property if you want to cover the whole environment.
SlowUserActions Pulumiverse.Dynatrace.Inputs.MobileAppAnomaliesSlowUserActions
Slow user actions
UnexpectedHighLoad Pulumiverse.Dynatrace.Inputs.MobileAppAnomaliesUnexpectedHighLoad
Unexpected high load
UnexpectedLowLoad Pulumiverse.Dynatrace.Inputs.MobileAppAnomaliesUnexpectedLowLoad
Unexpected low load
ErrorRateIncrease MobileAppAnomaliesErrorRateIncreaseArgs
Error rate increase
Scope Changes to this property will trigger replacement. string
The scope of this setting (DEVICEAPPLICATIONMETHOD, MOBILE_APPLICATION). Omit this property if you want to cover the whole environment.
SlowUserActions MobileAppAnomaliesSlowUserActionsArgs
Slow user actions
UnexpectedHighLoad MobileAppAnomaliesUnexpectedHighLoadArgs
Unexpected high load
UnexpectedLowLoad MobileAppAnomaliesUnexpectedLowLoadArgs
Unexpected low load
errorRateIncrease MobileAppAnomaliesErrorRateIncrease
Error rate increase
scope Changes to this property will trigger replacement. String
The scope of this setting (DEVICEAPPLICATIONMETHOD, MOBILE_APPLICATION). Omit this property if you want to cover the whole environment.
slowUserActions MobileAppAnomaliesSlowUserActions
Slow user actions
unexpectedHighLoad MobileAppAnomaliesUnexpectedHighLoad
Unexpected high load
unexpectedLowLoad MobileAppAnomaliesUnexpectedLowLoad
Unexpected low load
errorRateIncrease MobileAppAnomaliesErrorRateIncrease
Error rate increase
scope Changes to this property will trigger replacement. string
The scope of this setting (DEVICEAPPLICATIONMETHOD, MOBILE_APPLICATION). Omit this property if you want to cover the whole environment.
slowUserActions MobileAppAnomaliesSlowUserActions
Slow user actions
unexpectedHighLoad MobileAppAnomaliesUnexpectedHighLoad
Unexpected high load
unexpectedLowLoad MobileAppAnomaliesUnexpectedLowLoad
Unexpected low load
error_rate_increase MobileAppAnomaliesErrorRateIncreaseArgs
Error rate increase
scope Changes to this property will trigger replacement. str
The scope of this setting (DEVICEAPPLICATIONMETHOD, MOBILE_APPLICATION). Omit this property if you want to cover the whole environment.
slow_user_actions MobileAppAnomaliesSlowUserActionsArgs
Slow user actions
unexpected_high_load MobileAppAnomaliesUnexpectedHighLoadArgs
Unexpected high load
unexpected_low_load MobileAppAnomaliesUnexpectedLowLoadArgs
Unexpected low load
errorRateIncrease Property Map
Error rate increase
scope Changes to this property will trigger replacement. String
The scope of this setting (DEVICEAPPLICATIONMETHOD, MOBILE_APPLICATION). Omit this property if you want to cover the whole environment.
slowUserActions Property Map
Slow user actions
unexpectedHighLoad Property Map
Unexpected high load
unexpectedLowLoad Property Map
Unexpected low load

Supporting Types

MobileAppAnomaliesErrorRateIncrease
, MobileAppAnomaliesErrorRateIncreaseArgs

Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
DetectionMode string
Possible Values: Auto, Fixed
ErrorRateIncreaseAuto Pulumiverse.Dynatrace.Inputs.MobileAppAnomaliesErrorRateIncreaseErrorRateIncreaseAuto
Alert if the percentage of user actions affected by reported errors exceeds both the absolute threshold and the relative threshold
ErrorRateIncreaseFixed Pulumiverse.Dynatrace.Inputs.MobileAppAnomaliesErrorRateIncreaseErrorRateIncreaseFixed
Alert if the custom reported error rate threshold is exceeded during any 5-minute period
Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
DetectionMode string
Possible Values: Auto, Fixed
ErrorRateIncreaseAuto MobileAppAnomaliesErrorRateIncreaseErrorRateIncreaseAuto
Alert if the percentage of user actions affected by reported errors exceeds both the absolute threshold and the relative threshold
ErrorRateIncreaseFixed MobileAppAnomaliesErrorRateIncreaseErrorRateIncreaseFixed
Alert if the custom reported error rate threshold is exceeded during any 5-minute period
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
detectionMode String
Possible Values: Auto, Fixed
errorRateIncreaseAuto MobileAppAnomaliesErrorRateIncreaseErrorRateIncreaseAuto
Alert if the percentage of user actions affected by reported errors exceeds both the absolute threshold and the relative threshold
errorRateIncreaseFixed MobileAppAnomaliesErrorRateIncreaseErrorRateIncreaseFixed
Alert if the custom reported error rate threshold is exceeded during any 5-minute period
enabled This property is required. boolean
This setting is enabled (true) or disabled (false)
detectionMode string
Possible Values: Auto, Fixed
errorRateIncreaseAuto MobileAppAnomaliesErrorRateIncreaseErrorRateIncreaseAuto
Alert if the percentage of user actions affected by reported errors exceeds both the absolute threshold and the relative threshold
errorRateIncreaseFixed MobileAppAnomaliesErrorRateIncreaseErrorRateIncreaseFixed
Alert if the custom reported error rate threshold is exceeded during any 5-minute period
enabled This property is required. bool
This setting is enabled (true) or disabled (false)
detection_mode str
Possible Values: Auto, Fixed
error_rate_increase_auto MobileAppAnomaliesErrorRateIncreaseErrorRateIncreaseAuto
Alert if the percentage of user actions affected by reported errors exceeds both the absolute threshold and the relative threshold
error_rate_increase_fixed MobileAppAnomaliesErrorRateIncreaseErrorRateIncreaseFixed
Alert if the custom reported error rate threshold is exceeded during any 5-minute period
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
detectionMode String
Possible Values: Auto, Fixed
errorRateIncreaseAuto Property Map
Alert if the percentage of user actions affected by reported errors exceeds both the absolute threshold and the relative threshold
errorRateIncreaseFixed Property Map
Alert if the custom reported error rate threshold is exceeded during any 5-minute period

MobileAppAnomaliesErrorRateIncreaseErrorRateIncreaseAuto
, MobileAppAnomaliesErrorRateIncreaseErrorRateIncreaseAutoArgs

ThresholdAbsolute This property is required. double
Absolute threshold
ThresholdRelative This property is required. double
Relative threshold
ThresholdAbsolute This property is required. float64
Absolute threshold
ThresholdRelative This property is required. float64
Relative threshold
thresholdAbsolute This property is required. Double
Absolute threshold
thresholdRelative This property is required. Double
Relative threshold
thresholdAbsolute This property is required. number
Absolute threshold
thresholdRelative This property is required. number
Relative threshold
threshold_absolute This property is required. float
Absolute threshold
threshold_relative This property is required. float
Relative threshold
thresholdAbsolute This property is required. Number
Absolute threshold
thresholdRelative This property is required. Number
Relative threshold

MobileAppAnomaliesErrorRateIncreaseErrorRateIncreaseFixed
, MobileAppAnomaliesErrorRateIncreaseErrorRateIncreaseFixedArgs

Sensitivity This property is required. string
Possible Values: Low, Medium, High
ThresholdAbsolute This property is required. double
Absolute threshold
Sensitivity This property is required. string
Possible Values: Low, Medium, High
ThresholdAbsolute This property is required. float64
Absolute threshold
sensitivity This property is required. String
Possible Values: Low, Medium, High
thresholdAbsolute This property is required. Double
Absolute threshold
sensitivity This property is required. string
Possible Values: Low, Medium, High
thresholdAbsolute This property is required. number
Absolute threshold
sensitivity This property is required. str
Possible Values: Low, Medium, High
threshold_absolute This property is required. float
Absolute threshold
sensitivity This property is required. String
Possible Values: Low, Medium, High
thresholdAbsolute This property is required. Number
Absolute threshold

MobileAppAnomaliesSlowUserActions
, MobileAppAnomaliesSlowUserActionsArgs

Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
DetectionMode string
Possible Values: Auto, Fixed
SlowUserActionsAuto Pulumiverse.Dynatrace.Inputs.MobileAppAnomaliesSlowUserActionsSlowUserActionsAuto
no documentation available
SlowUserActionsFixed Pulumiverse.Dynatrace.Inputs.MobileAppAnomaliesSlowUserActionsSlowUserActionsFixed
no documentation available
Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
DetectionMode string
Possible Values: Auto, Fixed
SlowUserActionsAuto MobileAppAnomaliesSlowUserActionsSlowUserActionsAuto
no documentation available
SlowUserActionsFixed MobileAppAnomaliesSlowUserActionsSlowUserActionsFixed
no documentation available
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
detectionMode String
Possible Values: Auto, Fixed
slowUserActionsAuto MobileAppAnomaliesSlowUserActionsSlowUserActionsAuto
no documentation available
slowUserActionsFixed MobileAppAnomaliesSlowUserActionsSlowUserActionsFixed
no documentation available
enabled This property is required. boolean
This setting is enabled (true) or disabled (false)
detectionMode string
Possible Values: Auto, Fixed
slowUserActionsAuto MobileAppAnomaliesSlowUserActionsSlowUserActionsAuto
no documentation available
slowUserActionsFixed MobileAppAnomaliesSlowUserActionsSlowUserActionsFixed
no documentation available
enabled This property is required. bool
This setting is enabled (true) or disabled (false)
detection_mode str
Possible Values: Auto, Fixed
slow_user_actions_auto MobileAppAnomaliesSlowUserActionsSlowUserActionsAuto
no documentation available
slow_user_actions_fixed MobileAppAnomaliesSlowUserActionsSlowUserActionsFixed
no documentation available
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
detectionMode String
Possible Values: Auto, Fixed
slowUserActionsAuto Property Map
no documentation available
slowUserActionsFixed Property Map
no documentation available

MobileAppAnomaliesSlowUserActionsSlowUserActionsAuto
, MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoArgs

DurationAvoidOveralerting This property is required. Pulumiverse.Dynatrace.Inputs.MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationAvoidOveralerting
To avoid over-alerting do not alert for low traffic applications with less than
DurationThresholdAll This property is required. Pulumiverse.Dynatrace.Inputs.MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdAll
Alert if the action duration of all user actions degrades beyond both the absolute and relative threshold:
DurationThresholdSlowest This property is required. Pulumiverse.Dynatrace.Inputs.MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdSlowest
Alert if the action duration of the slowest 10% of user actions degrades beyond both the absolute and relative threshold:
DurationAvoidOveralerting This property is required. MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationAvoidOveralerting
To avoid over-alerting do not alert for low traffic applications with less than
DurationThresholdAll This property is required. MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdAll
Alert if the action duration of all user actions degrades beyond both the absolute and relative threshold:
DurationThresholdSlowest This property is required. MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdSlowest
Alert if the action duration of the slowest 10% of user actions degrades beyond both the absolute and relative threshold:
durationAvoidOveralerting This property is required. MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationAvoidOveralerting
To avoid over-alerting do not alert for low traffic applications with less than
durationThresholdAll This property is required. MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdAll
Alert if the action duration of all user actions degrades beyond both the absolute and relative threshold:
durationThresholdSlowest This property is required. MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdSlowest
Alert if the action duration of the slowest 10% of user actions degrades beyond both the absolute and relative threshold:
durationAvoidOveralerting This property is required. MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationAvoidOveralerting
To avoid over-alerting do not alert for low traffic applications with less than
durationThresholdAll This property is required. MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdAll
Alert if the action duration of all user actions degrades beyond both the absolute and relative threshold:
durationThresholdSlowest This property is required. MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdSlowest
Alert if the action duration of the slowest 10% of user actions degrades beyond both the absolute and relative threshold:
duration_avoid_overalerting This property is required. MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationAvoidOveralerting
To avoid over-alerting do not alert for low traffic applications with less than
duration_threshold_all This property is required. MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdAll
Alert if the action duration of all user actions degrades beyond both the absolute and relative threshold:
duration_threshold_slowest This property is required. MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdSlowest
Alert if the action duration of the slowest 10% of user actions degrades beyond both the absolute and relative threshold:
durationAvoidOveralerting This property is required. Property Map
To avoid over-alerting do not alert for low traffic applications with less than
durationThresholdAll This property is required. Property Map
Alert if the action duration of all user actions degrades beyond both the absolute and relative threshold:
durationThresholdSlowest This property is required. Property Map
Alert if the action duration of the slowest 10% of user actions degrades beyond both the absolute and relative threshold:

MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationAvoidOveralerting
, MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationAvoidOveralertingArgs

MinActionRate This property is required. int
no documentation available
MinActionRate This property is required. int
no documentation available
minActionRate This property is required. Integer
no documentation available
minActionRate This property is required. number
no documentation available
min_action_rate This property is required. int
no documentation available
minActionRate This property is required. Number
no documentation available

MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdAll
, MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdAllArgs

DurationThreshold This property is required. double
Absolute threshold
SlowdownPercentage This property is required. double
Relative threshold
DurationThreshold This property is required. float64
Absolute threshold
SlowdownPercentage This property is required. float64
Relative threshold
durationThreshold This property is required. Double
Absolute threshold
slowdownPercentage This property is required. Double
Relative threshold
durationThreshold This property is required. number
Absolute threshold
slowdownPercentage This property is required. number
Relative threshold
duration_threshold This property is required. float
Absolute threshold
slowdown_percentage This property is required. float
Relative threshold
durationThreshold This property is required. Number
Absolute threshold
slowdownPercentage This property is required. Number
Relative threshold

MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdSlowest
, MobileAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdSlowestArgs

DurationThreshold This property is required. double
Absolute threshold
SlowdownPercentage This property is required. double
Relative threshold
DurationThreshold This property is required. float64
Absolute threshold
SlowdownPercentage This property is required. float64
Relative threshold
durationThreshold This property is required. Double
Absolute threshold
slowdownPercentage This property is required. Double
Relative threshold
durationThreshold This property is required. number
Absolute threshold
slowdownPercentage This property is required. number
Relative threshold
duration_threshold This property is required. float
Absolute threshold
slowdown_percentage This property is required. float
Relative threshold
durationThreshold This property is required. Number
Absolute threshold
slowdownPercentage This property is required. Number
Relative threshold

MobileAppAnomaliesSlowUserActionsSlowUserActionsFixed
, MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedArgs

DurationAvoidOveralerting This property is required. Pulumiverse.Dynatrace.Inputs.MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationAvoidOveralerting
To avoid over-alerting do not alert for low traffic applications with less than
DurationThresholdAllFixed This property is required. Pulumiverse.Dynatrace.Inputs.MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdAllFixed
Alert if the action duration of all user actions degrades beyond the absolute threshold:
DurationThresholdSlowest This property is required. Pulumiverse.Dynatrace.Inputs.MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdSlowest
Alert if the action duration of the slowest 10% of user actions degrades beyond the absolute threshold:
Sensitivity This property is required. string
Possible Values: Low, Medium, High
DurationAvoidOveralerting This property is required. MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationAvoidOveralerting
To avoid over-alerting do not alert for low traffic applications with less than
DurationThresholdAllFixed This property is required. MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdAllFixed
Alert if the action duration of all user actions degrades beyond the absolute threshold:
DurationThresholdSlowest This property is required. MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdSlowest
Alert if the action duration of the slowest 10% of user actions degrades beyond the absolute threshold:
Sensitivity This property is required. string
Possible Values: Low, Medium, High
durationAvoidOveralerting This property is required. MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationAvoidOveralerting
To avoid over-alerting do not alert for low traffic applications with less than
durationThresholdAllFixed This property is required. MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdAllFixed
Alert if the action duration of all user actions degrades beyond the absolute threshold:
durationThresholdSlowest This property is required. MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdSlowest
Alert if the action duration of the slowest 10% of user actions degrades beyond the absolute threshold:
sensitivity This property is required. String
Possible Values: Low, Medium, High
durationAvoidOveralerting This property is required. MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationAvoidOveralerting
To avoid over-alerting do not alert for low traffic applications with less than
durationThresholdAllFixed This property is required. MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdAllFixed
Alert if the action duration of all user actions degrades beyond the absolute threshold:
durationThresholdSlowest This property is required. MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdSlowest
Alert if the action duration of the slowest 10% of user actions degrades beyond the absolute threshold:
sensitivity This property is required. string
Possible Values: Low, Medium, High
duration_avoid_overalerting This property is required. MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationAvoidOveralerting
To avoid over-alerting do not alert for low traffic applications with less than
duration_threshold_all_fixed This property is required. MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdAllFixed
Alert if the action duration of all user actions degrades beyond the absolute threshold:
duration_threshold_slowest This property is required. MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdSlowest
Alert if the action duration of the slowest 10% of user actions degrades beyond the absolute threshold:
sensitivity This property is required. str
Possible Values: Low, Medium, High
durationAvoidOveralerting This property is required. Property Map
To avoid over-alerting do not alert for low traffic applications with less than
durationThresholdAllFixed This property is required. Property Map
Alert if the action duration of all user actions degrades beyond the absolute threshold:
durationThresholdSlowest This property is required. Property Map
Alert if the action duration of the slowest 10% of user actions degrades beyond the absolute threshold:
sensitivity This property is required. String
Possible Values: Low, Medium, High

MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationAvoidOveralerting
, MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationAvoidOveralertingArgs

MinActionRate This property is required. int
no documentation available
MinActionRate This property is required. int
no documentation available
minActionRate This property is required. Integer
no documentation available
minActionRate This property is required. number
no documentation available
min_action_rate This property is required. int
no documentation available
minActionRate This property is required. Number
no documentation available

MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdAllFixed
, MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdAllFixedArgs

DurationThreshold This property is required. double
Absolute threshold
DurationThreshold This property is required. float64
Absolute threshold
durationThreshold This property is required. Double
Absolute threshold
durationThreshold This property is required. number
Absolute threshold
duration_threshold This property is required. float
Absolute threshold
durationThreshold This property is required. Number
Absolute threshold

MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdSlowest
, MobileAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdSlowestArgs

DurationThreshold This property is required. double
Absolute threshold
DurationThreshold This property is required. float64
Absolute threshold
durationThreshold This property is required. Double
Absolute threshold
durationThreshold This property is required. number
Absolute threshold
duration_threshold This property is required. float
Absolute threshold
durationThreshold This property is required. Number
Absolute threshold

MobileAppAnomaliesUnexpectedHighLoad
, MobileAppAnomaliesUnexpectedHighLoadArgs

Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
ThresholdPercentage double
Dynatrace learns your typical application traffic over an observation period of one week. Depending on this expected value Dynatrace detects abnormal traffic spikes within your application.
Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
ThresholdPercentage float64
Dynatrace learns your typical application traffic over an observation period of one week. Depending on this expected value Dynatrace detects abnormal traffic spikes within your application.
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
thresholdPercentage Double
Dynatrace learns your typical application traffic over an observation period of one week. Depending on this expected value Dynatrace detects abnormal traffic spikes within your application.
enabled This property is required. boolean
This setting is enabled (true) or disabled (false)
thresholdPercentage number
Dynatrace learns your typical application traffic over an observation period of one week. Depending on this expected value Dynatrace detects abnormal traffic spikes within your application.
enabled This property is required. bool
This setting is enabled (true) or disabled (false)
threshold_percentage float
Dynatrace learns your typical application traffic over an observation period of one week. Depending on this expected value Dynatrace detects abnormal traffic spikes within your application.
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
thresholdPercentage Number
Dynatrace learns your typical application traffic over an observation period of one week. Depending on this expected value Dynatrace detects abnormal traffic spikes within your application.

MobileAppAnomaliesUnexpectedLowLoad
, MobileAppAnomaliesUnexpectedLowLoadArgs

Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
ThresholdPercentage double
Dynatrace learns your typical application traffic over an observation period of one week. Depending on this expected value Dynatrace detects abnormal traffic drops within your application.
Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
ThresholdPercentage float64
Dynatrace learns your typical application traffic over an observation period of one week. Depending on this expected value Dynatrace detects abnormal traffic drops within your application.
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
thresholdPercentage Double
Dynatrace learns your typical application traffic over an observation period of one week. Depending on this expected value Dynatrace detects abnormal traffic drops within your application.
enabled This property is required. boolean
This setting is enabled (true) or disabled (false)
thresholdPercentage number
Dynatrace learns your typical application traffic over an observation period of one week. Depending on this expected value Dynatrace detects abnormal traffic drops within your application.
enabled This property is required. bool
This setting is enabled (true) or disabled (false)
threshold_percentage float
Dynatrace learns your typical application traffic over an observation period of one week. Depending on this expected value Dynatrace detects abnormal traffic drops within your application.
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
thresholdPercentage Number
Dynatrace learns your typical application traffic over an observation period of one week. Depending on this expected value Dynatrace detects abnormal traffic drops within your application.

Package Details

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