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

dynatrace.HostAnomaliesV2

Explore with Pulumi AI

Create HostAnomaliesV2 Resource

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

Constructor syntax

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

@overload
def HostAnomaliesV2(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    host: Optional[HostAnomaliesV2HostArgs] = None,
                    network: Optional[HostAnomaliesV2NetworkArgs] = None,
                    scope: Optional[str] = None)
func NewHostAnomaliesV2(ctx *Context, name string, args HostAnomaliesV2Args, opts ...ResourceOption) (*HostAnomaliesV2, error)
public HostAnomaliesV2(string name, HostAnomaliesV2Args args, CustomResourceOptions? opts = null)
public HostAnomaliesV2(String name, HostAnomaliesV2Args args)
public HostAnomaliesV2(String name, HostAnomaliesV2Args args, CustomResourceOptions options)
type: dynatrace:HostAnomaliesV2
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. HostAnomaliesV2Args
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. HostAnomaliesV2Args
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. HostAnomaliesV2Args
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. HostAnomaliesV2Args
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. HostAnomaliesV2Args
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 hostAnomaliesV2Resource = new Dynatrace.HostAnomaliesV2("hostAnomaliesV2Resource", new()
{
    Host = new Dynatrace.Inputs.HostAnomaliesV2HostArgs
    {
        ConnectionLostDetection = new Dynatrace.Inputs.HostAnomaliesV2HostConnectionLostDetectionArgs
        {
            Enabled = false,
            OnGracefulShutdowns = "string",
        },
        HighCpuSaturationDetection = new Dynatrace.Inputs.HostAnomaliesV2HostHighCpuSaturationDetectionArgs
        {
            Enabled = false,
            CustomThresholds = new Dynatrace.Inputs.HostAnomaliesV2HostHighCpuSaturationDetectionCustomThresholdsArgs
            {
                CpuSaturation = 0,
                EventThresholds = new Dynatrace.Inputs.HostAnomaliesV2HostHighCpuSaturationDetectionCustomThresholdsEventThresholdsArgs
                {
                    DealertingEvaluationWindow = 0,
                    DealertingSamples = 0,
                    ViolatingEvaluationWindow = 0,
                    ViolatingSamples = 0,
                },
            },
            DetectionMode = "string",
        },
        HighGcActivityDetection = new Dynatrace.Inputs.HostAnomaliesV2HostHighGcActivityDetectionArgs
        {
            Enabled = false,
            CustomThresholds = new Dynatrace.Inputs.HostAnomaliesV2HostHighGcActivityDetectionCustomThresholdsArgs
            {
                EventThresholds = new Dynatrace.Inputs.HostAnomaliesV2HostHighGcActivityDetectionCustomThresholdsEventThresholdsArgs
                {
                    DealertingEvaluationWindow = 0,
                    DealertingSamples = 0,
                    ViolatingEvaluationWindow = 0,
                    ViolatingSamples = 0,
                },
                GcSuspensionPercentage = 0,
                GcTimePercentage = 0,
            },
            DetectionMode = "string",
        },
        HighMemoryDetection = new Dynatrace.Inputs.HostAnomaliesV2HostHighMemoryDetectionArgs
        {
            Enabled = false,
            CustomThresholds = new Dynatrace.Inputs.HostAnomaliesV2HostHighMemoryDetectionCustomThresholdsArgs
            {
                EventThresholds = new Dynatrace.Inputs.HostAnomaliesV2HostHighMemoryDetectionCustomThresholdsEventThresholdsArgs
                {
                    DealertingEvaluationWindow = 0,
                    DealertingSamples = 0,
                    ViolatingEvaluationWindow = 0,
                    ViolatingSamples = 0,
                },
                PageFaultsPerSecondNonWindows = 0,
                PageFaultsPerSecondWindows = 0,
                UsedMemoryPercentageNonWindows = 0,
                UsedMemoryPercentageWindows = 0,
            },
            DetectionMode = "string",
        },
        HighSystemLoadDetection = new Dynatrace.Inputs.HostAnomaliesV2HostHighSystemLoadDetectionArgs
        {
            Enabled = false,
            CustomThresholds = new Dynatrace.Inputs.HostAnomaliesV2HostHighSystemLoadDetectionCustomThresholdsArgs
            {
                EventThresholds = new Dynatrace.Inputs.HostAnomaliesV2HostHighSystemLoadDetectionCustomThresholdsEventThresholdsArgs
                {
                    DealertingEvaluationWindow = 0,
                    DealertingSamples = 0,
                    ViolatingEvaluationWindow = 0,
                    ViolatingSamples = 0,
                },
                SystemLoad = 0,
            },
            DetectionMode = "string",
        },
        OutOfMemoryDetection = new Dynatrace.Inputs.HostAnomaliesV2HostOutOfMemoryDetectionArgs
        {
            Enabled = false,
            CustomThresholds = new Dynatrace.Inputs.HostAnomaliesV2HostOutOfMemoryDetectionCustomThresholdsArgs
            {
                EventThresholds = new Dynatrace.Inputs.HostAnomaliesV2HostOutOfMemoryDetectionCustomThresholdsEventThresholdsArgs
                {
                    DealertingEvaluationWindow = 0,
                    DealertingSamples = 0,
                    ViolatingEvaluationWindow = 0,
                    ViolatingSamples = 0,
                },
                OutOfMemoryExceptionsNumber = 0,
            },
            DetectionMode = "string",
        },
        OutOfThreadsDetection = new Dynatrace.Inputs.HostAnomaliesV2HostOutOfThreadsDetectionArgs
        {
            Enabled = false,
            CustomThresholds = new Dynatrace.Inputs.HostAnomaliesV2HostOutOfThreadsDetectionCustomThresholdsArgs
            {
                EventThresholds = new Dynatrace.Inputs.HostAnomaliesV2HostOutOfThreadsDetectionCustomThresholdsEventThresholdsArgs
                {
                    DealertingEvaluationWindow = 0,
                    DealertingSamples = 0,
                    ViolatingEvaluationWindow = 0,
                    ViolatingSamples = 0,
                },
                OutOfThreadsExceptionsNumber = 0,
            },
            DetectionMode = "string",
        },
    },
    Network = new Dynatrace.Inputs.HostAnomaliesV2NetworkArgs
    {
        HighNetworkDetection = new Dynatrace.Inputs.HostAnomaliesV2NetworkHighNetworkDetectionArgs
        {
            Enabled = false,
            CustomThresholds = new Dynatrace.Inputs.HostAnomaliesV2NetworkHighNetworkDetectionCustomThresholdsArgs
            {
                ErrorsPercentage = 0,
                EventThresholds = new Dynatrace.Inputs.HostAnomaliesV2NetworkHighNetworkDetectionCustomThresholdsEventThresholdsArgs
                {
                    DealertingEvaluationWindow = 0,
                    DealertingSamples = 0,
                    ViolatingEvaluationWindow = 0,
                    ViolatingSamples = 0,
                },
            },
            DetectionMode = "string",
        },
        NetworkDroppedPacketsDetection = new Dynatrace.Inputs.HostAnomaliesV2NetworkNetworkDroppedPacketsDetectionArgs
        {
            Enabled = false,
            CustomThresholds = new Dynatrace.Inputs.HostAnomaliesV2NetworkNetworkDroppedPacketsDetectionCustomThresholdsArgs
            {
                DroppedPacketsPercentage = 0,
                EventThresholds = new Dynatrace.Inputs.HostAnomaliesV2NetworkNetworkDroppedPacketsDetectionCustomThresholdsEventThresholdsArgs
                {
                    DealertingEvaluationWindow = 0,
                    DealertingSamples = 0,
                    ViolatingEvaluationWindow = 0,
                    ViolatingSamples = 0,
                },
                TotalPacketsRate = 0,
            },
            DetectionMode = "string",
        },
        NetworkErrorsDetection = new Dynatrace.Inputs.HostAnomaliesV2NetworkNetworkErrorsDetectionArgs
        {
            Enabled = false,
            CustomThresholds = new Dynatrace.Inputs.HostAnomaliesV2NetworkNetworkErrorsDetectionCustomThresholdsArgs
            {
                ErrorsPercentage = 0,
                EventThresholds = new Dynatrace.Inputs.HostAnomaliesV2NetworkNetworkErrorsDetectionCustomThresholdsEventThresholdsArgs
                {
                    DealertingEvaluationWindow = 0,
                    DealertingSamples = 0,
                    ViolatingEvaluationWindow = 0,
                    ViolatingSamples = 0,
                },
                TotalPacketsRate = 0,
            },
            DetectionMode = "string",
        },
        NetworkHighRetransmissionDetection = new Dynatrace.Inputs.HostAnomaliesV2NetworkNetworkHighRetransmissionDetectionArgs
        {
            Enabled = false,
            CustomThresholds = new Dynatrace.Inputs.HostAnomaliesV2NetworkNetworkHighRetransmissionDetectionCustomThresholdsArgs
            {
                EventThresholds = new Dynatrace.Inputs.HostAnomaliesV2NetworkNetworkHighRetransmissionDetectionCustomThresholdsEventThresholdsArgs
                {
                    DealertingEvaluationWindow = 0,
                    DealertingSamples = 0,
                    ViolatingEvaluationWindow = 0,
                    ViolatingSamples = 0,
                },
                RetransmissionRatePercentage = 0,
                RetransmittedPacketsNumberPerMinute = 0,
            },
            DetectionMode = "string",
        },
        NetworkTcpProblemsDetection = new Dynatrace.Inputs.HostAnomaliesV2NetworkNetworkTcpProblemsDetectionArgs
        {
            Enabled = false,
            CustomThresholds = new Dynatrace.Inputs.HostAnomaliesV2NetworkNetworkTcpProblemsDetectionCustomThresholdsArgs
            {
                EventThresholds = new Dynatrace.Inputs.HostAnomaliesV2NetworkNetworkTcpProblemsDetectionCustomThresholdsEventThresholdsArgs
                {
                    DealertingEvaluationWindow = 0,
                    DealertingSamples = 0,
                    ViolatingEvaluationWindow = 0,
                    ViolatingSamples = 0,
                },
                FailedConnectionsNumberPerMinute = 0,
                NewConnectionFailuresPercentage = 0,
            },
            DetectionMode = "string",
        },
    },
    Scope = "string",
});
Copy
example, err := dynatrace.NewHostAnomaliesV2(ctx, "hostAnomaliesV2Resource", &dynatrace.HostAnomaliesV2Args{
	Host: &dynatrace.HostAnomaliesV2HostArgs{
		ConnectionLostDetection: &dynatrace.HostAnomaliesV2HostConnectionLostDetectionArgs{
			Enabled:             pulumi.Bool(false),
			OnGracefulShutdowns: pulumi.String("string"),
		},
		HighCpuSaturationDetection: &dynatrace.HostAnomaliesV2HostHighCpuSaturationDetectionArgs{
			Enabled: pulumi.Bool(false),
			CustomThresholds: &dynatrace.HostAnomaliesV2HostHighCpuSaturationDetectionCustomThresholdsArgs{
				CpuSaturation: pulumi.Int(0),
				EventThresholds: &dynatrace.HostAnomaliesV2HostHighCpuSaturationDetectionCustomThresholdsEventThresholdsArgs{
					DealertingEvaluationWindow: pulumi.Int(0),
					DealertingSamples:          pulumi.Int(0),
					ViolatingEvaluationWindow:  pulumi.Int(0),
					ViolatingSamples:           pulumi.Int(0),
				},
			},
			DetectionMode: pulumi.String("string"),
		},
		HighGcActivityDetection: &dynatrace.HostAnomaliesV2HostHighGcActivityDetectionArgs{
			Enabled: pulumi.Bool(false),
			CustomThresholds: &dynatrace.HostAnomaliesV2HostHighGcActivityDetectionCustomThresholdsArgs{
				EventThresholds: &dynatrace.HostAnomaliesV2HostHighGcActivityDetectionCustomThresholdsEventThresholdsArgs{
					DealertingEvaluationWindow: pulumi.Int(0),
					DealertingSamples:          pulumi.Int(0),
					ViolatingEvaluationWindow:  pulumi.Int(0),
					ViolatingSamples:           pulumi.Int(0),
				},
				GcSuspensionPercentage: pulumi.Int(0),
				GcTimePercentage:       pulumi.Int(0),
			},
			DetectionMode: pulumi.String("string"),
		},
		HighMemoryDetection: &dynatrace.HostAnomaliesV2HostHighMemoryDetectionArgs{
			Enabled: pulumi.Bool(false),
			CustomThresholds: &dynatrace.HostAnomaliesV2HostHighMemoryDetectionCustomThresholdsArgs{
				EventThresholds: &dynatrace.HostAnomaliesV2HostHighMemoryDetectionCustomThresholdsEventThresholdsArgs{
					DealertingEvaluationWindow: pulumi.Int(0),
					DealertingSamples:          pulumi.Int(0),
					ViolatingEvaluationWindow:  pulumi.Int(0),
					ViolatingSamples:           pulumi.Int(0),
				},
				PageFaultsPerSecondNonWindows:  pulumi.Int(0),
				PageFaultsPerSecondWindows:     pulumi.Int(0),
				UsedMemoryPercentageNonWindows: pulumi.Int(0),
				UsedMemoryPercentageWindows:    pulumi.Int(0),
			},
			DetectionMode: pulumi.String("string"),
		},
		HighSystemLoadDetection: &dynatrace.HostAnomaliesV2HostHighSystemLoadDetectionArgs{
			Enabled: pulumi.Bool(false),
			CustomThresholds: &dynatrace.HostAnomaliesV2HostHighSystemLoadDetectionCustomThresholdsArgs{
				EventThresholds: &dynatrace.HostAnomaliesV2HostHighSystemLoadDetectionCustomThresholdsEventThresholdsArgs{
					DealertingEvaluationWindow: pulumi.Int(0),
					DealertingSamples:          pulumi.Int(0),
					ViolatingEvaluationWindow:  pulumi.Int(0),
					ViolatingSamples:           pulumi.Int(0),
				},
				SystemLoad: pulumi.Float64(0),
			},
			DetectionMode: pulumi.String("string"),
		},
		OutOfMemoryDetection: &dynatrace.HostAnomaliesV2HostOutOfMemoryDetectionArgs{
			Enabled: pulumi.Bool(false),
			CustomThresholds: &dynatrace.HostAnomaliesV2HostOutOfMemoryDetectionCustomThresholdsArgs{
				EventThresholds: &dynatrace.HostAnomaliesV2HostOutOfMemoryDetectionCustomThresholdsEventThresholdsArgs{
					DealertingEvaluationWindow: pulumi.Int(0),
					DealertingSamples:          pulumi.Int(0),
					ViolatingEvaluationWindow:  pulumi.Int(0),
					ViolatingSamples:           pulumi.Int(0),
				},
				OutOfMemoryExceptionsNumber: pulumi.Int(0),
			},
			DetectionMode: pulumi.String("string"),
		},
		OutOfThreadsDetection: &dynatrace.HostAnomaliesV2HostOutOfThreadsDetectionArgs{
			Enabled: pulumi.Bool(false),
			CustomThresholds: &dynatrace.HostAnomaliesV2HostOutOfThreadsDetectionCustomThresholdsArgs{
				EventThresholds: &dynatrace.HostAnomaliesV2HostOutOfThreadsDetectionCustomThresholdsEventThresholdsArgs{
					DealertingEvaluationWindow: pulumi.Int(0),
					DealertingSamples:          pulumi.Int(0),
					ViolatingEvaluationWindow:  pulumi.Int(0),
					ViolatingSamples:           pulumi.Int(0),
				},
				OutOfThreadsExceptionsNumber: pulumi.Int(0),
			},
			DetectionMode: pulumi.String("string"),
		},
	},
	Network: &dynatrace.HostAnomaliesV2NetworkArgs{
		HighNetworkDetection: &dynatrace.HostAnomaliesV2NetworkHighNetworkDetectionArgs{
			Enabled: pulumi.Bool(false),
			CustomThresholds: &dynatrace.HostAnomaliesV2NetworkHighNetworkDetectionCustomThresholdsArgs{
				ErrorsPercentage: pulumi.Int(0),
				EventThresholds: &dynatrace.HostAnomaliesV2NetworkHighNetworkDetectionCustomThresholdsEventThresholdsArgs{
					DealertingEvaluationWindow: pulumi.Int(0),
					DealertingSamples:          pulumi.Int(0),
					ViolatingEvaluationWindow:  pulumi.Int(0),
					ViolatingSamples:           pulumi.Int(0),
				},
			},
			DetectionMode: pulumi.String("string"),
		},
		NetworkDroppedPacketsDetection: &dynatrace.HostAnomaliesV2NetworkNetworkDroppedPacketsDetectionArgs{
			Enabled: pulumi.Bool(false),
			CustomThresholds: &dynatrace.HostAnomaliesV2NetworkNetworkDroppedPacketsDetectionCustomThresholdsArgs{
				DroppedPacketsPercentage: pulumi.Int(0),
				EventThresholds: &dynatrace.HostAnomaliesV2NetworkNetworkDroppedPacketsDetectionCustomThresholdsEventThresholdsArgs{
					DealertingEvaluationWindow: pulumi.Int(0),
					DealertingSamples:          pulumi.Int(0),
					ViolatingEvaluationWindow:  pulumi.Int(0),
					ViolatingSamples:           pulumi.Int(0),
				},
				TotalPacketsRate: pulumi.Int(0),
			},
			DetectionMode: pulumi.String("string"),
		},
		NetworkErrorsDetection: &dynatrace.HostAnomaliesV2NetworkNetworkErrorsDetectionArgs{
			Enabled: pulumi.Bool(false),
			CustomThresholds: &dynatrace.HostAnomaliesV2NetworkNetworkErrorsDetectionCustomThresholdsArgs{
				ErrorsPercentage: pulumi.Int(0),
				EventThresholds: &dynatrace.HostAnomaliesV2NetworkNetworkErrorsDetectionCustomThresholdsEventThresholdsArgs{
					DealertingEvaluationWindow: pulumi.Int(0),
					DealertingSamples:          pulumi.Int(0),
					ViolatingEvaluationWindow:  pulumi.Int(0),
					ViolatingSamples:           pulumi.Int(0),
				},
				TotalPacketsRate: pulumi.Int(0),
			},
			DetectionMode: pulumi.String("string"),
		},
		NetworkHighRetransmissionDetection: &dynatrace.HostAnomaliesV2NetworkNetworkHighRetransmissionDetectionArgs{
			Enabled: pulumi.Bool(false),
			CustomThresholds: &dynatrace.HostAnomaliesV2NetworkNetworkHighRetransmissionDetectionCustomThresholdsArgs{
				EventThresholds: &dynatrace.HostAnomaliesV2NetworkNetworkHighRetransmissionDetectionCustomThresholdsEventThresholdsArgs{
					DealertingEvaluationWindow: pulumi.Int(0),
					DealertingSamples:          pulumi.Int(0),
					ViolatingEvaluationWindow:  pulumi.Int(0),
					ViolatingSamples:           pulumi.Int(0),
				},
				RetransmissionRatePercentage:        pulumi.Int(0),
				RetransmittedPacketsNumberPerMinute: pulumi.Int(0),
			},
			DetectionMode: pulumi.String("string"),
		},
		NetworkTcpProblemsDetection: &dynatrace.HostAnomaliesV2NetworkNetworkTcpProblemsDetectionArgs{
			Enabled: pulumi.Bool(false),
			CustomThresholds: &dynatrace.HostAnomaliesV2NetworkNetworkTcpProblemsDetectionCustomThresholdsArgs{
				EventThresholds: &dynatrace.HostAnomaliesV2NetworkNetworkTcpProblemsDetectionCustomThresholdsEventThresholdsArgs{
					DealertingEvaluationWindow: pulumi.Int(0),
					DealertingSamples:          pulumi.Int(0),
					ViolatingEvaluationWindow:  pulumi.Int(0),
					ViolatingSamples:           pulumi.Int(0),
				},
				FailedConnectionsNumberPerMinute: pulumi.Int(0),
				NewConnectionFailuresPercentage:  pulumi.Int(0),
			},
			DetectionMode: pulumi.String("string"),
		},
	},
	Scope: pulumi.String("string"),
})
Copy
var hostAnomaliesV2Resource = new HostAnomaliesV2("hostAnomaliesV2Resource", HostAnomaliesV2Args.builder()
    .host(HostAnomaliesV2HostArgs.builder()
        .connectionLostDetection(HostAnomaliesV2HostConnectionLostDetectionArgs.builder()
            .enabled(false)
            .onGracefulShutdowns("string")
            .build())
        .highCpuSaturationDetection(HostAnomaliesV2HostHighCpuSaturationDetectionArgs.builder()
            .enabled(false)
            .customThresholds(HostAnomaliesV2HostHighCpuSaturationDetectionCustomThresholdsArgs.builder()
                .cpuSaturation(0)
                .eventThresholds(HostAnomaliesV2HostHighCpuSaturationDetectionCustomThresholdsEventThresholdsArgs.builder()
                    .dealertingEvaluationWindow(0)
                    .dealertingSamples(0)
                    .violatingEvaluationWindow(0)
                    .violatingSamples(0)
                    .build())
                .build())
            .detectionMode("string")
            .build())
        .highGcActivityDetection(HostAnomaliesV2HostHighGcActivityDetectionArgs.builder()
            .enabled(false)
            .customThresholds(HostAnomaliesV2HostHighGcActivityDetectionCustomThresholdsArgs.builder()
                .eventThresholds(HostAnomaliesV2HostHighGcActivityDetectionCustomThresholdsEventThresholdsArgs.builder()
                    .dealertingEvaluationWindow(0)
                    .dealertingSamples(0)
                    .violatingEvaluationWindow(0)
                    .violatingSamples(0)
                    .build())
                .gcSuspensionPercentage(0)
                .gcTimePercentage(0)
                .build())
            .detectionMode("string")
            .build())
        .highMemoryDetection(HostAnomaliesV2HostHighMemoryDetectionArgs.builder()
            .enabled(false)
            .customThresholds(HostAnomaliesV2HostHighMemoryDetectionCustomThresholdsArgs.builder()
                .eventThresholds(HostAnomaliesV2HostHighMemoryDetectionCustomThresholdsEventThresholdsArgs.builder()
                    .dealertingEvaluationWindow(0)
                    .dealertingSamples(0)
                    .violatingEvaluationWindow(0)
                    .violatingSamples(0)
                    .build())
                .pageFaultsPerSecondNonWindows(0)
                .pageFaultsPerSecondWindows(0)
                .usedMemoryPercentageNonWindows(0)
                .usedMemoryPercentageWindows(0)
                .build())
            .detectionMode("string")
            .build())
        .highSystemLoadDetection(HostAnomaliesV2HostHighSystemLoadDetectionArgs.builder()
            .enabled(false)
            .customThresholds(HostAnomaliesV2HostHighSystemLoadDetectionCustomThresholdsArgs.builder()
                .eventThresholds(HostAnomaliesV2HostHighSystemLoadDetectionCustomThresholdsEventThresholdsArgs.builder()
                    .dealertingEvaluationWindow(0)
                    .dealertingSamples(0)
                    .violatingEvaluationWindow(0)
                    .violatingSamples(0)
                    .build())
                .systemLoad(0)
                .build())
            .detectionMode("string")
            .build())
        .outOfMemoryDetection(HostAnomaliesV2HostOutOfMemoryDetectionArgs.builder()
            .enabled(false)
            .customThresholds(HostAnomaliesV2HostOutOfMemoryDetectionCustomThresholdsArgs.builder()
                .eventThresholds(HostAnomaliesV2HostOutOfMemoryDetectionCustomThresholdsEventThresholdsArgs.builder()
                    .dealertingEvaluationWindow(0)
                    .dealertingSamples(0)
                    .violatingEvaluationWindow(0)
                    .violatingSamples(0)
                    .build())
                .outOfMemoryExceptionsNumber(0)
                .build())
            .detectionMode("string")
            .build())
        .outOfThreadsDetection(HostAnomaliesV2HostOutOfThreadsDetectionArgs.builder()
            .enabled(false)
            .customThresholds(HostAnomaliesV2HostOutOfThreadsDetectionCustomThresholdsArgs.builder()
                .eventThresholds(HostAnomaliesV2HostOutOfThreadsDetectionCustomThresholdsEventThresholdsArgs.builder()
                    .dealertingEvaluationWindow(0)
                    .dealertingSamples(0)
                    .violatingEvaluationWindow(0)
                    .violatingSamples(0)
                    .build())
                .outOfThreadsExceptionsNumber(0)
                .build())
            .detectionMode("string")
            .build())
        .build())
    .network(HostAnomaliesV2NetworkArgs.builder()
        .highNetworkDetection(HostAnomaliesV2NetworkHighNetworkDetectionArgs.builder()
            .enabled(false)
            .customThresholds(HostAnomaliesV2NetworkHighNetworkDetectionCustomThresholdsArgs.builder()
                .errorsPercentage(0)
                .eventThresholds(HostAnomaliesV2NetworkHighNetworkDetectionCustomThresholdsEventThresholdsArgs.builder()
                    .dealertingEvaluationWindow(0)
                    .dealertingSamples(0)
                    .violatingEvaluationWindow(0)
                    .violatingSamples(0)
                    .build())
                .build())
            .detectionMode("string")
            .build())
        .networkDroppedPacketsDetection(HostAnomaliesV2NetworkNetworkDroppedPacketsDetectionArgs.builder()
            .enabled(false)
            .customThresholds(HostAnomaliesV2NetworkNetworkDroppedPacketsDetectionCustomThresholdsArgs.builder()
                .droppedPacketsPercentage(0)
                .eventThresholds(HostAnomaliesV2NetworkNetworkDroppedPacketsDetectionCustomThresholdsEventThresholdsArgs.builder()
                    .dealertingEvaluationWindow(0)
                    .dealertingSamples(0)
                    .violatingEvaluationWindow(0)
                    .violatingSamples(0)
                    .build())
                .totalPacketsRate(0)
                .build())
            .detectionMode("string")
            .build())
        .networkErrorsDetection(HostAnomaliesV2NetworkNetworkErrorsDetectionArgs.builder()
            .enabled(false)
            .customThresholds(HostAnomaliesV2NetworkNetworkErrorsDetectionCustomThresholdsArgs.builder()
                .errorsPercentage(0)
                .eventThresholds(HostAnomaliesV2NetworkNetworkErrorsDetectionCustomThresholdsEventThresholdsArgs.builder()
                    .dealertingEvaluationWindow(0)
                    .dealertingSamples(0)
                    .violatingEvaluationWindow(0)
                    .violatingSamples(0)
                    .build())
                .totalPacketsRate(0)
                .build())
            .detectionMode("string")
            .build())
        .networkHighRetransmissionDetection(HostAnomaliesV2NetworkNetworkHighRetransmissionDetectionArgs.builder()
            .enabled(false)
            .customThresholds(HostAnomaliesV2NetworkNetworkHighRetransmissionDetectionCustomThresholdsArgs.builder()
                .eventThresholds(HostAnomaliesV2NetworkNetworkHighRetransmissionDetectionCustomThresholdsEventThresholdsArgs.builder()
                    .dealertingEvaluationWindow(0)
                    .dealertingSamples(0)
                    .violatingEvaluationWindow(0)
                    .violatingSamples(0)
                    .build())
                .retransmissionRatePercentage(0)
                .retransmittedPacketsNumberPerMinute(0)
                .build())
            .detectionMode("string")
            .build())
        .networkTcpProblemsDetection(HostAnomaliesV2NetworkNetworkTcpProblemsDetectionArgs.builder()
            .enabled(false)
            .customThresholds(HostAnomaliesV2NetworkNetworkTcpProblemsDetectionCustomThresholdsArgs.builder()
                .eventThresholds(HostAnomaliesV2NetworkNetworkTcpProblemsDetectionCustomThresholdsEventThresholdsArgs.builder()
                    .dealertingEvaluationWindow(0)
                    .dealertingSamples(0)
                    .violatingEvaluationWindow(0)
                    .violatingSamples(0)
                    .build())
                .failedConnectionsNumberPerMinute(0)
                .newConnectionFailuresPercentage(0)
                .build())
            .detectionMode("string")
            .build())
        .build())
    .scope("string")
    .build());
Copy
host_anomalies_v2_resource = dynatrace.HostAnomaliesV2("hostAnomaliesV2Resource",
    host={
        "connection_lost_detection": {
            "enabled": False,
            "on_graceful_shutdowns": "string",
        },
        "high_cpu_saturation_detection": {
            "enabled": False,
            "custom_thresholds": {
                "cpu_saturation": 0,
                "event_thresholds": {
                    "dealerting_evaluation_window": 0,
                    "dealerting_samples": 0,
                    "violating_evaluation_window": 0,
                    "violating_samples": 0,
                },
            },
            "detection_mode": "string",
        },
        "high_gc_activity_detection": {
            "enabled": False,
            "custom_thresholds": {
                "event_thresholds": {
                    "dealerting_evaluation_window": 0,
                    "dealerting_samples": 0,
                    "violating_evaluation_window": 0,
                    "violating_samples": 0,
                },
                "gc_suspension_percentage": 0,
                "gc_time_percentage": 0,
            },
            "detection_mode": "string",
        },
        "high_memory_detection": {
            "enabled": False,
            "custom_thresholds": {
                "event_thresholds": {
                    "dealerting_evaluation_window": 0,
                    "dealerting_samples": 0,
                    "violating_evaluation_window": 0,
                    "violating_samples": 0,
                },
                "page_faults_per_second_non_windows": 0,
                "page_faults_per_second_windows": 0,
                "used_memory_percentage_non_windows": 0,
                "used_memory_percentage_windows": 0,
            },
            "detection_mode": "string",
        },
        "high_system_load_detection": {
            "enabled": False,
            "custom_thresholds": {
                "event_thresholds": {
                    "dealerting_evaluation_window": 0,
                    "dealerting_samples": 0,
                    "violating_evaluation_window": 0,
                    "violating_samples": 0,
                },
                "system_load": 0,
            },
            "detection_mode": "string",
        },
        "out_of_memory_detection": {
            "enabled": False,
            "custom_thresholds": {
                "event_thresholds": {
                    "dealerting_evaluation_window": 0,
                    "dealerting_samples": 0,
                    "violating_evaluation_window": 0,
                    "violating_samples": 0,
                },
                "out_of_memory_exceptions_number": 0,
            },
            "detection_mode": "string",
        },
        "out_of_threads_detection": {
            "enabled": False,
            "custom_thresholds": {
                "event_thresholds": {
                    "dealerting_evaluation_window": 0,
                    "dealerting_samples": 0,
                    "violating_evaluation_window": 0,
                    "violating_samples": 0,
                },
                "out_of_threads_exceptions_number": 0,
            },
            "detection_mode": "string",
        },
    },
    network={
        "high_network_detection": {
            "enabled": False,
            "custom_thresholds": {
                "errors_percentage": 0,
                "event_thresholds": {
                    "dealerting_evaluation_window": 0,
                    "dealerting_samples": 0,
                    "violating_evaluation_window": 0,
                    "violating_samples": 0,
                },
            },
            "detection_mode": "string",
        },
        "network_dropped_packets_detection": {
            "enabled": False,
            "custom_thresholds": {
                "dropped_packets_percentage": 0,
                "event_thresholds": {
                    "dealerting_evaluation_window": 0,
                    "dealerting_samples": 0,
                    "violating_evaluation_window": 0,
                    "violating_samples": 0,
                },
                "total_packets_rate": 0,
            },
            "detection_mode": "string",
        },
        "network_errors_detection": {
            "enabled": False,
            "custom_thresholds": {
                "errors_percentage": 0,
                "event_thresholds": {
                    "dealerting_evaluation_window": 0,
                    "dealerting_samples": 0,
                    "violating_evaluation_window": 0,
                    "violating_samples": 0,
                },
                "total_packets_rate": 0,
            },
            "detection_mode": "string",
        },
        "network_high_retransmission_detection": {
            "enabled": False,
            "custom_thresholds": {
                "event_thresholds": {
                    "dealerting_evaluation_window": 0,
                    "dealerting_samples": 0,
                    "violating_evaluation_window": 0,
                    "violating_samples": 0,
                },
                "retransmission_rate_percentage": 0,
                "retransmitted_packets_number_per_minute": 0,
            },
            "detection_mode": "string",
        },
        "network_tcp_problems_detection": {
            "enabled": False,
            "custom_thresholds": {
                "event_thresholds": {
                    "dealerting_evaluation_window": 0,
                    "dealerting_samples": 0,
                    "violating_evaluation_window": 0,
                    "violating_samples": 0,
                },
                "failed_connections_number_per_minute": 0,
                "new_connection_failures_percentage": 0,
            },
            "detection_mode": "string",
        },
    },
    scope="string")
Copy
const hostAnomaliesV2Resource = new dynatrace.HostAnomaliesV2("hostAnomaliesV2Resource", {
    host: {
        connectionLostDetection: {
            enabled: false,
            onGracefulShutdowns: "string",
        },
        highCpuSaturationDetection: {
            enabled: false,
            customThresholds: {
                cpuSaturation: 0,
                eventThresholds: {
                    dealertingEvaluationWindow: 0,
                    dealertingSamples: 0,
                    violatingEvaluationWindow: 0,
                    violatingSamples: 0,
                },
            },
            detectionMode: "string",
        },
        highGcActivityDetection: {
            enabled: false,
            customThresholds: {
                eventThresholds: {
                    dealertingEvaluationWindow: 0,
                    dealertingSamples: 0,
                    violatingEvaluationWindow: 0,
                    violatingSamples: 0,
                },
                gcSuspensionPercentage: 0,
                gcTimePercentage: 0,
            },
            detectionMode: "string",
        },
        highMemoryDetection: {
            enabled: false,
            customThresholds: {
                eventThresholds: {
                    dealertingEvaluationWindow: 0,
                    dealertingSamples: 0,
                    violatingEvaluationWindow: 0,
                    violatingSamples: 0,
                },
                pageFaultsPerSecondNonWindows: 0,
                pageFaultsPerSecondWindows: 0,
                usedMemoryPercentageNonWindows: 0,
                usedMemoryPercentageWindows: 0,
            },
            detectionMode: "string",
        },
        highSystemLoadDetection: {
            enabled: false,
            customThresholds: {
                eventThresholds: {
                    dealertingEvaluationWindow: 0,
                    dealertingSamples: 0,
                    violatingEvaluationWindow: 0,
                    violatingSamples: 0,
                },
                systemLoad: 0,
            },
            detectionMode: "string",
        },
        outOfMemoryDetection: {
            enabled: false,
            customThresholds: {
                eventThresholds: {
                    dealertingEvaluationWindow: 0,
                    dealertingSamples: 0,
                    violatingEvaluationWindow: 0,
                    violatingSamples: 0,
                },
                outOfMemoryExceptionsNumber: 0,
            },
            detectionMode: "string",
        },
        outOfThreadsDetection: {
            enabled: false,
            customThresholds: {
                eventThresholds: {
                    dealertingEvaluationWindow: 0,
                    dealertingSamples: 0,
                    violatingEvaluationWindow: 0,
                    violatingSamples: 0,
                },
                outOfThreadsExceptionsNumber: 0,
            },
            detectionMode: "string",
        },
    },
    network: {
        highNetworkDetection: {
            enabled: false,
            customThresholds: {
                errorsPercentage: 0,
                eventThresholds: {
                    dealertingEvaluationWindow: 0,
                    dealertingSamples: 0,
                    violatingEvaluationWindow: 0,
                    violatingSamples: 0,
                },
            },
            detectionMode: "string",
        },
        networkDroppedPacketsDetection: {
            enabled: false,
            customThresholds: {
                droppedPacketsPercentage: 0,
                eventThresholds: {
                    dealertingEvaluationWindow: 0,
                    dealertingSamples: 0,
                    violatingEvaluationWindow: 0,
                    violatingSamples: 0,
                },
                totalPacketsRate: 0,
            },
            detectionMode: "string",
        },
        networkErrorsDetection: {
            enabled: false,
            customThresholds: {
                errorsPercentage: 0,
                eventThresholds: {
                    dealertingEvaluationWindow: 0,
                    dealertingSamples: 0,
                    violatingEvaluationWindow: 0,
                    violatingSamples: 0,
                },
                totalPacketsRate: 0,
            },
            detectionMode: "string",
        },
        networkHighRetransmissionDetection: {
            enabled: false,
            customThresholds: {
                eventThresholds: {
                    dealertingEvaluationWindow: 0,
                    dealertingSamples: 0,
                    violatingEvaluationWindow: 0,
                    violatingSamples: 0,
                },
                retransmissionRatePercentage: 0,
                retransmittedPacketsNumberPerMinute: 0,
            },
            detectionMode: "string",
        },
        networkTcpProblemsDetection: {
            enabled: false,
            customThresholds: {
                eventThresholds: {
                    dealertingEvaluationWindow: 0,
                    dealertingSamples: 0,
                    violatingEvaluationWindow: 0,
                    violatingSamples: 0,
                },
                failedConnectionsNumberPerMinute: 0,
                newConnectionFailuresPercentage: 0,
            },
            detectionMode: "string",
        },
    },
    scope: "string",
});
Copy
type: dynatrace:HostAnomaliesV2
properties:
    host:
        connectionLostDetection:
            enabled: false
            onGracefulShutdowns: string
        highCpuSaturationDetection:
            customThresholds:
                cpuSaturation: 0
                eventThresholds:
                    dealertingEvaluationWindow: 0
                    dealertingSamples: 0
                    violatingEvaluationWindow: 0
                    violatingSamples: 0
            detectionMode: string
            enabled: false
        highGcActivityDetection:
            customThresholds:
                eventThresholds:
                    dealertingEvaluationWindow: 0
                    dealertingSamples: 0
                    violatingEvaluationWindow: 0
                    violatingSamples: 0
                gcSuspensionPercentage: 0
                gcTimePercentage: 0
            detectionMode: string
            enabled: false
        highMemoryDetection:
            customThresholds:
                eventThresholds:
                    dealertingEvaluationWindow: 0
                    dealertingSamples: 0
                    violatingEvaluationWindow: 0
                    violatingSamples: 0
                pageFaultsPerSecondNonWindows: 0
                pageFaultsPerSecondWindows: 0
                usedMemoryPercentageNonWindows: 0
                usedMemoryPercentageWindows: 0
            detectionMode: string
            enabled: false
        highSystemLoadDetection:
            customThresholds:
                eventThresholds:
                    dealertingEvaluationWindow: 0
                    dealertingSamples: 0
                    violatingEvaluationWindow: 0
                    violatingSamples: 0
                systemLoad: 0
            detectionMode: string
            enabled: false
        outOfMemoryDetection:
            customThresholds:
                eventThresholds:
                    dealertingEvaluationWindow: 0
                    dealertingSamples: 0
                    violatingEvaluationWindow: 0
                    violatingSamples: 0
                outOfMemoryExceptionsNumber: 0
            detectionMode: string
            enabled: false
        outOfThreadsDetection:
            customThresholds:
                eventThresholds:
                    dealertingEvaluationWindow: 0
                    dealertingSamples: 0
                    violatingEvaluationWindow: 0
                    violatingSamples: 0
                outOfThreadsExceptionsNumber: 0
            detectionMode: string
            enabled: false
    network:
        highNetworkDetection:
            customThresholds:
                errorsPercentage: 0
                eventThresholds:
                    dealertingEvaluationWindow: 0
                    dealertingSamples: 0
                    violatingEvaluationWindow: 0
                    violatingSamples: 0
            detectionMode: string
            enabled: false
        networkDroppedPacketsDetection:
            customThresholds:
                droppedPacketsPercentage: 0
                eventThresholds:
                    dealertingEvaluationWindow: 0
                    dealertingSamples: 0
                    violatingEvaluationWindow: 0
                    violatingSamples: 0
                totalPacketsRate: 0
            detectionMode: string
            enabled: false
        networkErrorsDetection:
            customThresholds:
                errorsPercentage: 0
                eventThresholds:
                    dealertingEvaluationWindow: 0
                    dealertingSamples: 0
                    violatingEvaluationWindow: 0
                    violatingSamples: 0
                totalPacketsRate: 0
            detectionMode: string
            enabled: false
        networkHighRetransmissionDetection:
            customThresholds:
                eventThresholds:
                    dealertingEvaluationWindow: 0
                    dealertingSamples: 0
                    violatingEvaluationWindow: 0
                    violatingSamples: 0
                retransmissionRatePercentage: 0
                retransmittedPacketsNumberPerMinute: 0
            detectionMode: string
            enabled: false
        networkTcpProblemsDetection:
            customThresholds:
                eventThresholds:
                    dealertingEvaluationWindow: 0
                    dealertingSamples: 0
                    violatingEvaluationWindow: 0
                    violatingSamples: 0
                failedConnectionsNumberPerMinute: 0
                newConnectionFailuresPercentage: 0
            detectionMode: string
            enabled: false
    scope: string
Copy

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

Host This property is required. Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2Host
Hosts
Network This property is required. Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2Network
Network
Scope
This property is required.
Changes to this property will trigger replacement.
string
The scope of this setting (HOST HOST_GROUP environment)
Host This property is required. HostAnomaliesV2HostArgs
Hosts
Network This property is required. HostAnomaliesV2NetworkArgs
Network
Scope
This property is required.
Changes to this property will trigger replacement.
string
The scope of this setting (HOST HOST_GROUP environment)
host This property is required. HostAnomaliesV2Host
Hosts
network This property is required. HostAnomaliesV2Network
Network
scope
This property is required.
Changes to this property will trigger replacement.
String
The scope of this setting (HOST HOST_GROUP environment)
host This property is required. HostAnomaliesV2Host
Hosts
network This property is required. HostAnomaliesV2Network
Network
scope
This property is required.
Changes to this property will trigger replacement.
string
The scope of this setting (HOST HOST_GROUP environment)
host This property is required. HostAnomaliesV2HostArgs
Hosts
network This property is required. HostAnomaliesV2NetworkArgs
Network
scope
This property is required.
Changes to this property will trigger replacement.
str
The scope of this setting (HOST HOST_GROUP environment)
host This property is required. Property Map
Hosts
network This property is required. Property Map
Network
scope
This property is required.
Changes to this property will trigger replacement.
String
The scope of this setting (HOST HOST_GROUP environment)

Outputs

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

Get an existing HostAnomaliesV2 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?: HostAnomaliesV2State, opts?: CustomResourceOptions): HostAnomaliesV2
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        host: Optional[HostAnomaliesV2HostArgs] = None,
        network: Optional[HostAnomaliesV2NetworkArgs] = None,
        scope: Optional[str] = None) -> HostAnomaliesV2
func GetHostAnomaliesV2(ctx *Context, name string, id IDInput, state *HostAnomaliesV2State, opts ...ResourceOption) (*HostAnomaliesV2, error)
public static HostAnomaliesV2 Get(string name, Input<string> id, HostAnomaliesV2State? state, CustomResourceOptions? opts = null)
public static HostAnomaliesV2 get(String name, Output<String> id, HostAnomaliesV2State state, CustomResourceOptions options)
resources:  _:    type: dynatrace:HostAnomaliesV2    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:
Host Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2Host
Hosts
Network Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2Network
Network
Scope Changes to this property will trigger replacement. string
The scope of this setting (HOST HOST_GROUP environment)
Host HostAnomaliesV2HostArgs
Hosts
Network HostAnomaliesV2NetworkArgs
Network
Scope Changes to this property will trigger replacement. string
The scope of this setting (HOST HOST_GROUP environment)
host HostAnomaliesV2Host
Hosts
network HostAnomaliesV2Network
Network
scope Changes to this property will trigger replacement. String
The scope of this setting (HOST HOST_GROUP environment)
host HostAnomaliesV2Host
Hosts
network HostAnomaliesV2Network
Network
scope Changes to this property will trigger replacement. string
The scope of this setting (HOST HOST_GROUP environment)
host HostAnomaliesV2HostArgs
Hosts
network HostAnomaliesV2NetworkArgs
Network
scope Changes to this property will trigger replacement. str
The scope of this setting (HOST HOST_GROUP environment)
host Property Map
Hosts
network Property Map
Network
scope Changes to this property will trigger replacement. String
The scope of this setting (HOST HOST_GROUP environment)

Supporting Types

HostAnomaliesV2Host
, HostAnomaliesV2HostArgs

ConnectionLostDetection This property is required. Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2HostConnectionLostDetection
no documentation available
HighCpuSaturationDetection This property is required. Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2HostHighCpuSaturationDetection
no documentation available
HighGcActivityDetection This property is required. Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2HostHighGcActivityDetection
no documentation available
HighMemoryDetection This property is required. Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2HostHighMemoryDetection
no documentation available
HighSystemLoadDetection This property is required. Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2HostHighSystemLoadDetection
no documentation available
OutOfMemoryDetection This property is required. Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2HostOutOfMemoryDetection
no documentation available
OutOfThreadsDetection This property is required. Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2HostOutOfThreadsDetection
no documentation available
ConnectionLostDetection This property is required. HostAnomaliesV2HostConnectionLostDetection
no documentation available
HighCpuSaturationDetection This property is required. HostAnomaliesV2HostHighCpuSaturationDetection
no documentation available
HighGcActivityDetection This property is required. HostAnomaliesV2HostHighGcActivityDetection
no documentation available
HighMemoryDetection This property is required. HostAnomaliesV2HostHighMemoryDetection
no documentation available
HighSystemLoadDetection This property is required. HostAnomaliesV2HostHighSystemLoadDetection
no documentation available
OutOfMemoryDetection This property is required. HostAnomaliesV2HostOutOfMemoryDetection
no documentation available
OutOfThreadsDetection This property is required. HostAnomaliesV2HostOutOfThreadsDetection
no documentation available
connectionLostDetection This property is required. HostAnomaliesV2HostConnectionLostDetection
no documentation available
highCpuSaturationDetection This property is required. HostAnomaliesV2HostHighCpuSaturationDetection
no documentation available
highGcActivityDetection This property is required. HostAnomaliesV2HostHighGcActivityDetection
no documentation available
highMemoryDetection This property is required. HostAnomaliesV2HostHighMemoryDetection
no documentation available
highSystemLoadDetection This property is required. HostAnomaliesV2HostHighSystemLoadDetection
no documentation available
outOfMemoryDetection This property is required. HostAnomaliesV2HostOutOfMemoryDetection
no documentation available
outOfThreadsDetection This property is required. HostAnomaliesV2HostOutOfThreadsDetection
no documentation available
connectionLostDetection This property is required. HostAnomaliesV2HostConnectionLostDetection
no documentation available
highCpuSaturationDetection This property is required. HostAnomaliesV2HostHighCpuSaturationDetection
no documentation available
highGcActivityDetection This property is required. HostAnomaliesV2HostHighGcActivityDetection
no documentation available
highMemoryDetection This property is required. HostAnomaliesV2HostHighMemoryDetection
no documentation available
highSystemLoadDetection This property is required. HostAnomaliesV2HostHighSystemLoadDetection
no documentation available
outOfMemoryDetection This property is required. HostAnomaliesV2HostOutOfMemoryDetection
no documentation available
outOfThreadsDetection This property is required. HostAnomaliesV2HostOutOfThreadsDetection
no documentation available
connection_lost_detection This property is required. HostAnomaliesV2HostConnectionLostDetection
no documentation available
high_cpu_saturation_detection This property is required. HostAnomaliesV2HostHighCpuSaturationDetection
no documentation available
high_gc_activity_detection This property is required. HostAnomaliesV2HostHighGcActivityDetection
no documentation available
high_memory_detection This property is required. HostAnomaliesV2HostHighMemoryDetection
no documentation available
high_system_load_detection This property is required. HostAnomaliesV2HostHighSystemLoadDetection
no documentation available
out_of_memory_detection This property is required. HostAnomaliesV2HostOutOfMemoryDetection
no documentation available
out_of_threads_detection This property is required. HostAnomaliesV2HostOutOfThreadsDetection
no documentation available
connectionLostDetection This property is required. Property Map
no documentation available
highCpuSaturationDetection This property is required. Property Map
no documentation available
highGcActivityDetection This property is required. Property Map
no documentation available
highMemoryDetection This property is required. Property Map
no documentation available
highSystemLoadDetection This property is required. Property Map
no documentation available
outOfMemoryDetection This property is required. Property Map
no documentation available
outOfThreadsDetection This property is required. Property Map
no documentation available

HostAnomaliesV2HostConnectionLostDetection
, HostAnomaliesV2HostConnectionLostDetectionArgs

Enabled This property is required. bool
Detect host or monitoring connection lost problems
OnGracefulShutdowns string
Graceful host shutdowns
Enabled This property is required. bool
Detect host or monitoring connection lost problems
OnGracefulShutdowns string
Graceful host shutdowns
enabled This property is required. Boolean
Detect host or monitoring connection lost problems
onGracefulShutdowns String
Graceful host shutdowns
enabled This property is required. boolean
Detect host or monitoring connection lost problems
onGracefulShutdowns string
Graceful host shutdowns
enabled This property is required. bool
Detect host or monitoring connection lost problems
on_graceful_shutdowns str
Graceful host shutdowns
enabled This property is required. Boolean
Detect host or monitoring connection lost problems
onGracefulShutdowns String
Graceful host shutdowns

HostAnomaliesV2HostHighCpuSaturationDetection
, HostAnomaliesV2HostHighCpuSaturationDetectionArgs

Enabled This property is required. bool
Detect CPU saturation on host
CustomThresholds Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2HostHighCpuSaturationDetectionCustomThresholds
no documentation available
DetectionMode string
Detection mode for CPU saturation
Enabled This property is required. bool
Detect CPU saturation on host
CustomThresholds HostAnomaliesV2HostHighCpuSaturationDetectionCustomThresholds
no documentation available
DetectionMode string
Detection mode for CPU saturation
enabled This property is required. Boolean
Detect CPU saturation on host
customThresholds HostAnomaliesV2HostHighCpuSaturationDetectionCustomThresholds
no documentation available
detectionMode String
Detection mode for CPU saturation
enabled This property is required. boolean
Detect CPU saturation on host
customThresholds HostAnomaliesV2HostHighCpuSaturationDetectionCustomThresholds
no documentation available
detectionMode string
Detection mode for CPU saturation
enabled This property is required. bool
Detect CPU saturation on host
custom_thresholds HostAnomaliesV2HostHighCpuSaturationDetectionCustomThresholds
no documentation available
detection_mode str
Detection mode for CPU saturation
enabled This property is required. Boolean
Detect CPU saturation on host
customThresholds Property Map
no documentation available
detectionMode String
Detection mode for CPU saturation

HostAnomaliesV2HostHighCpuSaturationDetectionCustomThresholds
, HostAnomaliesV2HostHighCpuSaturationDetectionCustomThresholdsArgs

CpuSaturation This property is required. int
Alert if the CPU usage is higher than this threshold for the defined amount of samples
EventThresholds This property is required. Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2HostHighCpuSaturationDetectionCustomThresholdsEventThresholds
no documentation available
CpuSaturation This property is required. int
Alert if the CPU usage is higher than this threshold for the defined amount of samples
EventThresholds This property is required. HostAnomaliesV2HostHighCpuSaturationDetectionCustomThresholdsEventThresholds
no documentation available
cpuSaturation This property is required. Integer
Alert if the CPU usage is higher than this threshold for the defined amount of samples
eventThresholds This property is required. HostAnomaliesV2HostHighCpuSaturationDetectionCustomThresholdsEventThresholds
no documentation available
cpuSaturation This property is required. number
Alert if the CPU usage is higher than this threshold for the defined amount of samples
eventThresholds This property is required. HostAnomaliesV2HostHighCpuSaturationDetectionCustomThresholdsEventThresholds
no documentation available
cpu_saturation This property is required. int
Alert if the CPU usage is higher than this threshold for the defined amount of samples
event_thresholds This property is required. HostAnomaliesV2HostHighCpuSaturationDetectionCustomThresholdsEventThresholds
no documentation available
cpuSaturation This property is required. Number
Alert if the CPU usage is higher than this threshold for the defined amount of samples
eventThresholds This property is required. Property Map
no documentation available

HostAnomaliesV2HostHighCpuSaturationDetectionCustomThresholdsEventThresholds
, HostAnomaliesV2HostHighCpuSaturationDetectionCustomThresholdsEventThresholdsArgs

DealertingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
DealertingSamples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
ViolatingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
ViolatingSamples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
DealertingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
DealertingSamples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
ViolatingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
ViolatingSamples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. Integer
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. Integer
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. Integer
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. Integer
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. number
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. number
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. number
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. number
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealerting_evaluation_window This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealerting_samples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violating_evaluation_window This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violating_samples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. Number
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. Number
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. Number
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. Number
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event

HostAnomaliesV2HostHighGcActivityDetection
, HostAnomaliesV2HostHighGcActivityDetectionArgs

Enabled This property is required. bool
You may also configure high GC activity alerting for .NET processes on extensions events page.
CustomThresholds Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2HostHighGcActivityDetectionCustomThresholds
Alert if the GC time or the GC suspension is exceeded
DetectionMode string
Detection mode for high GC activity
Enabled This property is required. bool
You may also configure high GC activity alerting for .NET processes on extensions events page.
CustomThresholds HostAnomaliesV2HostHighGcActivityDetectionCustomThresholds
Alert if the GC time or the GC suspension is exceeded
DetectionMode string
Detection mode for high GC activity
enabled This property is required. Boolean
You may also configure high GC activity alerting for .NET processes on extensions events page.
customThresholds HostAnomaliesV2HostHighGcActivityDetectionCustomThresholds
Alert if the GC time or the GC suspension is exceeded
detectionMode String
Detection mode for high GC activity
enabled This property is required. boolean
You may also configure high GC activity alerting for .NET processes on extensions events page.
customThresholds HostAnomaliesV2HostHighGcActivityDetectionCustomThresholds
Alert if the GC time or the GC suspension is exceeded
detectionMode string
Detection mode for high GC activity
enabled This property is required. bool
You may also configure high GC activity alerting for .NET processes on extensions events page.
custom_thresholds HostAnomaliesV2HostHighGcActivityDetectionCustomThresholds
Alert if the GC time or the GC suspension is exceeded
detection_mode str
Detection mode for high GC activity
enabled This property is required. Boolean
You may also configure high GC activity alerting for .NET processes on extensions events page.
customThresholds Property Map
Alert if the GC time or the GC suspension is exceeded
detectionMode String
Detection mode for high GC activity

HostAnomaliesV2HostHighGcActivityDetectionCustomThresholds
, HostAnomaliesV2HostHighGcActivityDetectionCustomThresholdsArgs

EventThresholds This property is required. Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2HostHighGcActivityDetectionCustomThresholdsEventThresholds
no documentation available
GcSuspensionPercentage This property is required. int
Alert if the GC suspension is higher than this threshold
GcTimePercentage This property is required. int
Alert if GC time is higher than this threshold
EventThresholds This property is required. HostAnomaliesV2HostHighGcActivityDetectionCustomThresholdsEventThresholds
no documentation available
GcSuspensionPercentage This property is required. int
Alert if the GC suspension is higher than this threshold
GcTimePercentage This property is required. int
Alert if GC time is higher than this threshold
eventThresholds This property is required. HostAnomaliesV2HostHighGcActivityDetectionCustomThresholdsEventThresholds
no documentation available
gcSuspensionPercentage This property is required. Integer
Alert if the GC suspension is higher than this threshold
gcTimePercentage This property is required. Integer
Alert if GC time is higher than this threshold
eventThresholds This property is required. HostAnomaliesV2HostHighGcActivityDetectionCustomThresholdsEventThresholds
no documentation available
gcSuspensionPercentage This property is required. number
Alert if the GC suspension is higher than this threshold
gcTimePercentage This property is required. number
Alert if GC time is higher than this threshold
event_thresholds This property is required. HostAnomaliesV2HostHighGcActivityDetectionCustomThresholdsEventThresholds
no documentation available
gc_suspension_percentage This property is required. int
Alert if the GC suspension is higher than this threshold
gc_time_percentage This property is required. int
Alert if GC time is higher than this threshold
eventThresholds This property is required. Property Map
no documentation available
gcSuspensionPercentage This property is required. Number
Alert if the GC suspension is higher than this threshold
gcTimePercentage This property is required. Number
Alert if GC time is higher than this threshold

HostAnomaliesV2HostHighGcActivityDetectionCustomThresholdsEventThresholds
, HostAnomaliesV2HostHighGcActivityDetectionCustomThresholdsEventThresholdsArgs

DealertingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
DealertingSamples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
ViolatingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
ViolatingSamples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
DealertingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
DealertingSamples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
ViolatingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
ViolatingSamples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. Integer
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. Integer
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. Integer
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. Integer
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. number
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. number
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. number
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. number
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealerting_evaluation_window This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealerting_samples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violating_evaluation_window This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violating_samples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. Number
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. Number
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. Number
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. Number
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event

HostAnomaliesV2HostHighMemoryDetection
, HostAnomaliesV2HostHighMemoryDetectionArgs

Enabled This property is required. bool
Detect high memory usage on host
CustomThresholds Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2HostHighMemoryDetectionCustomThresholds
Alert if both the memory usage and the memory page fault rate thresholds are exceeded on Windows or on Unix systems
DetectionMode string
Detection mode for high memory usage
Enabled This property is required. bool
Detect high memory usage on host
CustomThresholds HostAnomaliesV2HostHighMemoryDetectionCustomThresholds
Alert if both the memory usage and the memory page fault rate thresholds are exceeded on Windows or on Unix systems
DetectionMode string
Detection mode for high memory usage
enabled This property is required. Boolean
Detect high memory usage on host
customThresholds HostAnomaliesV2HostHighMemoryDetectionCustomThresholds
Alert if both the memory usage and the memory page fault rate thresholds are exceeded on Windows or on Unix systems
detectionMode String
Detection mode for high memory usage
enabled This property is required. boolean
Detect high memory usage on host
customThresholds HostAnomaliesV2HostHighMemoryDetectionCustomThresholds
Alert if both the memory usage and the memory page fault rate thresholds are exceeded on Windows or on Unix systems
detectionMode string
Detection mode for high memory usage
enabled This property is required. bool
Detect high memory usage on host
custom_thresholds HostAnomaliesV2HostHighMemoryDetectionCustomThresholds
Alert if both the memory usage and the memory page fault rate thresholds are exceeded on Windows or on Unix systems
detection_mode str
Detection mode for high memory usage
enabled This property is required. Boolean
Detect high memory usage on host
customThresholds Property Map
Alert if both the memory usage and the memory page fault rate thresholds are exceeded on Windows or on Unix systems
detectionMode String
Detection mode for high memory usage

HostAnomaliesV2HostHighMemoryDetectionCustomThresholds
, HostAnomaliesV2HostHighMemoryDetectionCustomThresholdsArgs

EventThresholds This property is required. Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2HostHighMemoryDetectionCustomThresholdsEventThresholds
no documentation available
PageFaultsPerSecondNonWindows This property is required. int
Alert if the memory page fault rate on Unix systems is higher than this threshold for the defined amount of samples
PageFaultsPerSecondWindows This property is required. int
Alert if the memory page fault rate on Windows is higher than this threshold for the defined amount of samples
UsedMemoryPercentageNonWindows This property is required. int
Alert if the memory usage on Unix systems is higher than this threshold
UsedMemoryPercentageWindows This property is required. int
Alert if the memory usage on Windows is higher than this threshold
EventThresholds This property is required. HostAnomaliesV2HostHighMemoryDetectionCustomThresholdsEventThresholds
no documentation available
PageFaultsPerSecondNonWindows This property is required. int
Alert if the memory page fault rate on Unix systems is higher than this threshold for the defined amount of samples
PageFaultsPerSecondWindows This property is required. int
Alert if the memory page fault rate on Windows is higher than this threshold for the defined amount of samples
UsedMemoryPercentageNonWindows This property is required. int
Alert if the memory usage on Unix systems is higher than this threshold
UsedMemoryPercentageWindows This property is required. int
Alert if the memory usage on Windows is higher than this threshold
eventThresholds This property is required. HostAnomaliesV2HostHighMemoryDetectionCustomThresholdsEventThresholds
no documentation available
pageFaultsPerSecondNonWindows This property is required. Integer
Alert if the memory page fault rate on Unix systems is higher than this threshold for the defined amount of samples
pageFaultsPerSecondWindows This property is required. Integer
Alert if the memory page fault rate on Windows is higher than this threshold for the defined amount of samples
usedMemoryPercentageNonWindows This property is required. Integer
Alert if the memory usage on Unix systems is higher than this threshold
usedMemoryPercentageWindows This property is required. Integer
Alert if the memory usage on Windows is higher than this threshold
eventThresholds This property is required. HostAnomaliesV2HostHighMemoryDetectionCustomThresholdsEventThresholds
no documentation available
pageFaultsPerSecondNonWindows This property is required. number
Alert if the memory page fault rate on Unix systems is higher than this threshold for the defined amount of samples
pageFaultsPerSecondWindows This property is required. number
Alert if the memory page fault rate on Windows is higher than this threshold for the defined amount of samples
usedMemoryPercentageNonWindows This property is required. number
Alert if the memory usage on Unix systems is higher than this threshold
usedMemoryPercentageWindows This property is required. number
Alert if the memory usage on Windows is higher than this threshold
event_thresholds This property is required. HostAnomaliesV2HostHighMemoryDetectionCustomThresholdsEventThresholds
no documentation available
page_faults_per_second_non_windows This property is required. int
Alert if the memory page fault rate on Unix systems is higher than this threshold for the defined amount of samples
page_faults_per_second_windows This property is required. int
Alert if the memory page fault rate on Windows is higher than this threshold for the defined amount of samples
used_memory_percentage_non_windows This property is required. int
Alert if the memory usage on Unix systems is higher than this threshold
used_memory_percentage_windows This property is required. int
Alert if the memory usage on Windows is higher than this threshold
eventThresholds This property is required. Property Map
no documentation available
pageFaultsPerSecondNonWindows This property is required. Number
Alert if the memory page fault rate on Unix systems is higher than this threshold for the defined amount of samples
pageFaultsPerSecondWindows This property is required. Number
Alert if the memory page fault rate on Windows is higher than this threshold for the defined amount of samples
usedMemoryPercentageNonWindows This property is required. Number
Alert if the memory usage on Unix systems is higher than this threshold
usedMemoryPercentageWindows This property is required. Number
Alert if the memory usage on Windows is higher than this threshold

HostAnomaliesV2HostHighMemoryDetectionCustomThresholdsEventThresholds
, HostAnomaliesV2HostHighMemoryDetectionCustomThresholdsEventThresholdsArgs

DealertingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
DealertingSamples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
ViolatingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
ViolatingSamples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
DealertingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
DealertingSamples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
ViolatingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
ViolatingSamples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. Integer
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. Integer
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. Integer
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. Integer
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. number
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. number
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. number
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. number
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealerting_evaluation_window This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealerting_samples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violating_evaluation_window This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violating_samples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. Number
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. Number
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. Number
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. Number
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event

HostAnomaliesV2HostHighSystemLoadDetection
, HostAnomaliesV2HostHighSystemLoadDetectionArgs

Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
CustomThresholds Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2HostHighSystemLoadDetectionCustomThresholds
no documentation available
DetectionMode string
Possible Values: Auto, Custom
Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
CustomThresholds HostAnomaliesV2HostHighSystemLoadDetectionCustomThresholds
no documentation available
DetectionMode string
Possible Values: Auto, Custom
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
customThresholds HostAnomaliesV2HostHighSystemLoadDetectionCustomThresholds
no documentation available
detectionMode String
Possible Values: Auto, Custom
enabled This property is required. boolean
This setting is enabled (true) or disabled (false)
customThresholds HostAnomaliesV2HostHighSystemLoadDetectionCustomThresholds
no documentation available
detectionMode string
Possible Values: Auto, Custom
enabled This property is required. bool
This setting is enabled (true) or disabled (false)
custom_thresholds HostAnomaliesV2HostHighSystemLoadDetectionCustomThresholds
no documentation available
detection_mode str
Possible Values: Auto, Custom
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
customThresholds Property Map
no documentation available
detectionMode String
Possible Values: Auto, Custom

HostAnomaliesV2HostHighSystemLoadDetectionCustomThresholds
, HostAnomaliesV2HostHighSystemLoadDetectionCustomThresholdsArgs

EventThresholds This property is required. Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2HostHighSystemLoadDetectionCustomThresholdsEventThresholds
no documentation available
SystemLoad This property is required. double
Alert if the System Load / Logical cpu core is higher than this threshold for the defined amount of samples
EventThresholds This property is required. HostAnomaliesV2HostHighSystemLoadDetectionCustomThresholdsEventThresholds
no documentation available
SystemLoad This property is required. float64
Alert if the System Load / Logical cpu core is higher than this threshold for the defined amount of samples
eventThresholds This property is required. HostAnomaliesV2HostHighSystemLoadDetectionCustomThresholdsEventThresholds
no documentation available
systemLoad This property is required. Double
Alert if the System Load / Logical cpu core is higher than this threshold for the defined amount of samples
eventThresholds This property is required. HostAnomaliesV2HostHighSystemLoadDetectionCustomThresholdsEventThresholds
no documentation available
systemLoad This property is required. number
Alert if the System Load / Logical cpu core is higher than this threshold for the defined amount of samples
event_thresholds This property is required. HostAnomaliesV2HostHighSystemLoadDetectionCustomThresholdsEventThresholds
no documentation available
system_load This property is required. float
Alert if the System Load / Logical cpu core is higher than this threshold for the defined amount of samples
eventThresholds This property is required. Property Map
no documentation available
systemLoad This property is required. Number
Alert if the System Load / Logical cpu core is higher than this threshold for the defined amount of samples

HostAnomaliesV2HostHighSystemLoadDetectionCustomThresholdsEventThresholds
, HostAnomaliesV2HostHighSystemLoadDetectionCustomThresholdsEventThresholdsArgs

DealertingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
DealertingSamples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
ViolatingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
ViolatingSamples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
DealertingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
DealertingSamples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
ViolatingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
ViolatingSamples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. Integer
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. Integer
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. Integer
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. Integer
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. number
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. number
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. number
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. number
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealerting_evaluation_window This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealerting_samples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violating_evaluation_window This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violating_samples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. Number
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. Number
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. Number
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. Number
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event

HostAnomaliesV2HostOutOfMemoryDetection
, HostAnomaliesV2HostOutOfMemoryDetectionArgs

Enabled This property is required. bool
Detect Java out of memory problem
CustomThresholds Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2HostOutOfMemoryDetectionCustomThresholds
no documentation available
DetectionMode string
Detection mode for Java out of memory problem
Enabled This property is required. bool
Detect Java out of memory problem
CustomThresholds HostAnomaliesV2HostOutOfMemoryDetectionCustomThresholds
no documentation available
DetectionMode string
Detection mode for Java out of memory problem
enabled This property is required. Boolean
Detect Java out of memory problem
customThresholds HostAnomaliesV2HostOutOfMemoryDetectionCustomThresholds
no documentation available
detectionMode String
Detection mode for Java out of memory problem
enabled This property is required. boolean
Detect Java out of memory problem
customThresholds HostAnomaliesV2HostOutOfMemoryDetectionCustomThresholds
no documentation available
detectionMode string
Detection mode for Java out of memory problem
enabled This property is required. bool
Detect Java out of memory problem
custom_thresholds HostAnomaliesV2HostOutOfMemoryDetectionCustomThresholds
no documentation available
detection_mode str
Detection mode for Java out of memory problem
enabled This property is required. Boolean
Detect Java out of memory problem
customThresholds Property Map
no documentation available
detectionMode String
Detection mode for Java out of memory problem

HostAnomaliesV2HostOutOfMemoryDetectionCustomThresholds
, HostAnomaliesV2HostOutOfMemoryDetectionCustomThresholdsArgs

EventThresholds This property is required. Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2HostOutOfMemoryDetectionCustomThresholdsEventThresholds
no documentation available
OutOfMemoryExceptionsNumber This property is required. int
Alert if the number of Java out-of-memory exceptions is at least this value
EventThresholds This property is required. HostAnomaliesV2HostOutOfMemoryDetectionCustomThresholdsEventThresholds
no documentation available
OutOfMemoryExceptionsNumber This property is required. int
Alert if the number of Java out-of-memory exceptions is at least this value
eventThresholds This property is required. HostAnomaliesV2HostOutOfMemoryDetectionCustomThresholdsEventThresholds
no documentation available
outOfMemoryExceptionsNumber This property is required. Integer
Alert if the number of Java out-of-memory exceptions is at least this value
eventThresholds This property is required. HostAnomaliesV2HostOutOfMemoryDetectionCustomThresholdsEventThresholds
no documentation available
outOfMemoryExceptionsNumber This property is required. number
Alert if the number of Java out-of-memory exceptions is at least this value
event_thresholds This property is required. HostAnomaliesV2HostOutOfMemoryDetectionCustomThresholdsEventThresholds
no documentation available
out_of_memory_exceptions_number This property is required. int
Alert if the number of Java out-of-memory exceptions is at least this value
eventThresholds This property is required. Property Map
no documentation available
outOfMemoryExceptionsNumber This property is required. Number
Alert if the number of Java out-of-memory exceptions is at least this value

HostAnomaliesV2HostOutOfMemoryDetectionCustomThresholdsEventThresholds
, HostAnomaliesV2HostOutOfMemoryDetectionCustomThresholdsEventThresholdsArgs

DealertingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
DealertingSamples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
ViolatingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
ViolatingSamples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
DealertingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
DealertingSamples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
ViolatingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
ViolatingSamples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. Integer
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. Integer
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. Integer
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. Integer
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. number
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. number
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. number
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. number
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealerting_evaluation_window This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealerting_samples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violating_evaluation_window This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violating_samples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. Number
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. Number
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. Number
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. Number
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event

HostAnomaliesV2HostOutOfThreadsDetection
, HostAnomaliesV2HostOutOfThreadsDetectionArgs

Enabled This property is required. bool
Detect Java out of threads problem
CustomThresholds Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2HostOutOfThreadsDetectionCustomThresholds
no documentation available
DetectionMode string
Detection mode for Java out of threads problem
Enabled This property is required. bool
Detect Java out of threads problem
CustomThresholds HostAnomaliesV2HostOutOfThreadsDetectionCustomThresholds
no documentation available
DetectionMode string
Detection mode for Java out of threads problem
enabled This property is required. Boolean
Detect Java out of threads problem
customThresholds HostAnomaliesV2HostOutOfThreadsDetectionCustomThresholds
no documentation available
detectionMode String
Detection mode for Java out of threads problem
enabled This property is required. boolean
Detect Java out of threads problem
customThresholds HostAnomaliesV2HostOutOfThreadsDetectionCustomThresholds
no documentation available
detectionMode string
Detection mode for Java out of threads problem
enabled This property is required. bool
Detect Java out of threads problem
custom_thresholds HostAnomaliesV2HostOutOfThreadsDetectionCustomThresholds
no documentation available
detection_mode str
Detection mode for Java out of threads problem
enabled This property is required. Boolean
Detect Java out of threads problem
customThresholds Property Map
no documentation available
detectionMode String
Detection mode for Java out of threads problem

HostAnomaliesV2HostOutOfThreadsDetectionCustomThresholds
, HostAnomaliesV2HostOutOfThreadsDetectionCustomThresholdsArgs

EventThresholds This property is required. Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2HostOutOfThreadsDetectionCustomThresholdsEventThresholds
no documentation available
OutOfThreadsExceptionsNumber This property is required. int
Alert if the number of Java out-of-threads exceptions is at least this value
EventThresholds This property is required. HostAnomaliesV2HostOutOfThreadsDetectionCustomThresholdsEventThresholds
no documentation available
OutOfThreadsExceptionsNumber This property is required. int
Alert if the number of Java out-of-threads exceptions is at least this value
eventThresholds This property is required. HostAnomaliesV2HostOutOfThreadsDetectionCustomThresholdsEventThresholds
no documentation available
outOfThreadsExceptionsNumber This property is required. Integer
Alert if the number of Java out-of-threads exceptions is at least this value
eventThresholds This property is required. HostAnomaliesV2HostOutOfThreadsDetectionCustomThresholdsEventThresholds
no documentation available
outOfThreadsExceptionsNumber This property is required. number
Alert if the number of Java out-of-threads exceptions is at least this value
event_thresholds This property is required. HostAnomaliesV2HostOutOfThreadsDetectionCustomThresholdsEventThresholds
no documentation available
out_of_threads_exceptions_number This property is required. int
Alert if the number of Java out-of-threads exceptions is at least this value
eventThresholds This property is required. Property Map
no documentation available
outOfThreadsExceptionsNumber This property is required. Number
Alert if the number of Java out-of-threads exceptions is at least this value

HostAnomaliesV2HostOutOfThreadsDetectionCustomThresholdsEventThresholds
, HostAnomaliesV2HostOutOfThreadsDetectionCustomThresholdsEventThresholdsArgs

DealertingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
DealertingSamples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
ViolatingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
ViolatingSamples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
DealertingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
DealertingSamples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
ViolatingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
ViolatingSamples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. Integer
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. Integer
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. Integer
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. Integer
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. number
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. number
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. number
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. number
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealerting_evaluation_window This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealerting_samples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violating_evaluation_window This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violating_samples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. Number
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. Number
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. Number
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. Number
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event

HostAnomaliesV2Network
, HostAnomaliesV2NetworkArgs

HighNetworkDetection This property is required. HostAnomaliesV2NetworkHighNetworkDetection
no documentation available
NetworkDroppedPacketsDetection This property is required. HostAnomaliesV2NetworkNetworkDroppedPacketsDetection
no documentation available
NetworkErrorsDetection This property is required. HostAnomaliesV2NetworkNetworkErrorsDetection
no documentation available
NetworkHighRetransmissionDetection This property is required. HostAnomaliesV2NetworkNetworkHighRetransmissionDetection
no documentation available
NetworkTcpProblemsDetection This property is required. HostAnomaliesV2NetworkNetworkTcpProblemsDetection
no documentation available
highNetworkDetection This property is required. HostAnomaliesV2NetworkHighNetworkDetection
no documentation available
networkDroppedPacketsDetection This property is required. HostAnomaliesV2NetworkNetworkDroppedPacketsDetection
no documentation available
networkErrorsDetection This property is required. HostAnomaliesV2NetworkNetworkErrorsDetection
no documentation available
networkHighRetransmissionDetection This property is required. HostAnomaliesV2NetworkNetworkHighRetransmissionDetection
no documentation available
networkTcpProblemsDetection This property is required. HostAnomaliesV2NetworkNetworkTcpProblemsDetection
no documentation available
highNetworkDetection This property is required. HostAnomaliesV2NetworkHighNetworkDetection
no documentation available
networkDroppedPacketsDetection This property is required. HostAnomaliesV2NetworkNetworkDroppedPacketsDetection
no documentation available
networkErrorsDetection This property is required. HostAnomaliesV2NetworkNetworkErrorsDetection
no documentation available
networkHighRetransmissionDetection This property is required. HostAnomaliesV2NetworkNetworkHighRetransmissionDetection
no documentation available
networkTcpProblemsDetection This property is required. HostAnomaliesV2NetworkNetworkTcpProblemsDetection
no documentation available
high_network_detection This property is required. HostAnomaliesV2NetworkHighNetworkDetection
no documentation available
network_dropped_packets_detection This property is required. HostAnomaliesV2NetworkNetworkDroppedPacketsDetection
no documentation available
network_errors_detection This property is required. HostAnomaliesV2NetworkNetworkErrorsDetection
no documentation available
network_high_retransmission_detection This property is required. HostAnomaliesV2NetworkNetworkHighRetransmissionDetection
no documentation available
network_tcp_problems_detection This property is required. HostAnomaliesV2NetworkNetworkTcpProblemsDetection
no documentation available
highNetworkDetection This property is required. Property Map
no documentation available
networkDroppedPacketsDetection This property is required. Property Map
no documentation available
networkErrorsDetection This property is required. Property Map
no documentation available
networkHighRetransmissionDetection This property is required. Property Map
no documentation available
networkTcpProblemsDetection This property is required. Property Map
no documentation available

HostAnomaliesV2NetworkHighNetworkDetection
, HostAnomaliesV2NetworkHighNetworkDetectionArgs

Enabled This property is required. bool
Detect high network utilization
CustomThresholds Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2NetworkHighNetworkDetectionCustomThresholds
no documentation available
DetectionMode string
Detection mode for high network utilization
Enabled This property is required. bool
Detect high network utilization
CustomThresholds HostAnomaliesV2NetworkHighNetworkDetectionCustomThresholds
no documentation available
DetectionMode string
Detection mode for high network utilization
enabled This property is required. Boolean
Detect high network utilization
customThresholds HostAnomaliesV2NetworkHighNetworkDetectionCustomThresholds
no documentation available
detectionMode String
Detection mode for high network utilization
enabled This property is required. boolean
Detect high network utilization
customThresholds HostAnomaliesV2NetworkHighNetworkDetectionCustomThresholds
no documentation available
detectionMode string
Detection mode for high network utilization
enabled This property is required. bool
Detect high network utilization
custom_thresholds HostAnomaliesV2NetworkHighNetworkDetectionCustomThresholds
no documentation available
detection_mode str
Detection mode for high network utilization
enabled This property is required. Boolean
Detect high network utilization
customThresholds Property Map
no documentation available
detectionMode String
Detection mode for high network utilization

HostAnomaliesV2NetworkHighNetworkDetectionCustomThresholds
, HostAnomaliesV2NetworkHighNetworkDetectionCustomThresholdsArgs

ErrorsPercentage This property is required. int
Alert if sent/received traffic utilization is higher than this threshold for the defined amount of samples
EventThresholds This property is required. Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2NetworkHighNetworkDetectionCustomThresholdsEventThresholds
no documentation available
ErrorsPercentage This property is required. int
Alert if sent/received traffic utilization is higher than this threshold for the defined amount of samples
EventThresholds This property is required. HostAnomaliesV2NetworkHighNetworkDetectionCustomThresholdsEventThresholds
no documentation available
errorsPercentage This property is required. Integer
Alert if sent/received traffic utilization is higher than this threshold for the defined amount of samples
eventThresholds This property is required. HostAnomaliesV2NetworkHighNetworkDetectionCustomThresholdsEventThresholds
no documentation available
errorsPercentage This property is required. number
Alert if sent/received traffic utilization is higher than this threshold for the defined amount of samples
eventThresholds This property is required. HostAnomaliesV2NetworkHighNetworkDetectionCustomThresholdsEventThresholds
no documentation available
errors_percentage This property is required. int
Alert if sent/received traffic utilization is higher than this threshold for the defined amount of samples
event_thresholds This property is required. HostAnomaliesV2NetworkHighNetworkDetectionCustomThresholdsEventThresholds
no documentation available
errorsPercentage This property is required. Number
Alert if sent/received traffic utilization is higher than this threshold for the defined amount of samples
eventThresholds This property is required. Property Map
no documentation available

HostAnomaliesV2NetworkHighNetworkDetectionCustomThresholdsEventThresholds
, HostAnomaliesV2NetworkHighNetworkDetectionCustomThresholdsEventThresholdsArgs

DealertingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
DealertingSamples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
ViolatingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
ViolatingSamples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
DealertingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
DealertingSamples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
ViolatingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
ViolatingSamples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. Integer
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. Integer
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. Integer
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. Integer
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. number
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. number
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. number
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. number
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealerting_evaluation_window This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealerting_samples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violating_evaluation_window This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violating_samples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. Number
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. Number
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. Number
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. Number
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event

HostAnomaliesV2NetworkNetworkDroppedPacketsDetection
, HostAnomaliesV2NetworkNetworkDroppedPacketsDetectionArgs

Enabled This property is required. bool
Detect high number of dropped packets
CustomThresholds Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2NetworkNetworkDroppedPacketsDetectionCustomThresholds
Alert if the dropped packet percentage is higher than the specified threshold and the total packets rate is higher than the defined threshold for the defined amount of samples
DetectionMode string
Detection mode for high number of dropped packets
Enabled This property is required. bool
Detect high number of dropped packets
CustomThresholds HostAnomaliesV2NetworkNetworkDroppedPacketsDetectionCustomThresholds
Alert if the dropped packet percentage is higher than the specified threshold and the total packets rate is higher than the defined threshold for the defined amount of samples
DetectionMode string
Detection mode for high number of dropped packets
enabled This property is required. Boolean
Detect high number of dropped packets
customThresholds HostAnomaliesV2NetworkNetworkDroppedPacketsDetectionCustomThresholds
Alert if the dropped packet percentage is higher than the specified threshold and the total packets rate is higher than the defined threshold for the defined amount of samples
detectionMode String
Detection mode for high number of dropped packets
enabled This property is required. boolean
Detect high number of dropped packets
customThresholds HostAnomaliesV2NetworkNetworkDroppedPacketsDetectionCustomThresholds
Alert if the dropped packet percentage is higher than the specified threshold and the total packets rate is higher than the defined threshold for the defined amount of samples
detectionMode string
Detection mode for high number of dropped packets
enabled This property is required. bool
Detect high number of dropped packets
custom_thresholds HostAnomaliesV2NetworkNetworkDroppedPacketsDetectionCustomThresholds
Alert if the dropped packet percentage is higher than the specified threshold and the total packets rate is higher than the defined threshold for the defined amount of samples
detection_mode str
Detection mode for high number of dropped packets
enabled This property is required. Boolean
Detect high number of dropped packets
customThresholds Property Map
Alert if the dropped packet percentage is higher than the specified threshold and the total packets rate is higher than the defined threshold for the defined amount of samples
detectionMode String
Detection mode for high number of dropped packets

HostAnomaliesV2NetworkNetworkDroppedPacketsDetectionCustomThresholds
, HostAnomaliesV2NetworkNetworkDroppedPacketsDetectionCustomThresholdsArgs

DroppedPacketsPercentage This property is required. int
Receive/transmit dropped packet percentage threshold
EventThresholds This property is required. Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2NetworkNetworkDroppedPacketsDetectionCustomThresholdsEventThresholds
no documentation available
TotalPacketsRate This property is required. int
Total packets rate threshold
DroppedPacketsPercentage This property is required. int
Receive/transmit dropped packet percentage threshold
EventThresholds This property is required. HostAnomaliesV2NetworkNetworkDroppedPacketsDetectionCustomThresholdsEventThresholds
no documentation available
TotalPacketsRate This property is required. int
Total packets rate threshold
droppedPacketsPercentage This property is required. Integer
Receive/transmit dropped packet percentage threshold
eventThresholds This property is required. HostAnomaliesV2NetworkNetworkDroppedPacketsDetectionCustomThresholdsEventThresholds
no documentation available
totalPacketsRate This property is required. Integer
Total packets rate threshold
droppedPacketsPercentage This property is required. number
Receive/transmit dropped packet percentage threshold
eventThresholds This property is required. HostAnomaliesV2NetworkNetworkDroppedPacketsDetectionCustomThresholdsEventThresholds
no documentation available
totalPacketsRate This property is required. number
Total packets rate threshold
dropped_packets_percentage This property is required. int
Receive/transmit dropped packet percentage threshold
event_thresholds This property is required. HostAnomaliesV2NetworkNetworkDroppedPacketsDetectionCustomThresholdsEventThresholds
no documentation available
total_packets_rate This property is required. int
Total packets rate threshold
droppedPacketsPercentage This property is required. Number
Receive/transmit dropped packet percentage threshold
eventThresholds This property is required. Property Map
no documentation available
totalPacketsRate This property is required. Number
Total packets rate threshold

HostAnomaliesV2NetworkNetworkDroppedPacketsDetectionCustomThresholdsEventThresholds
, HostAnomaliesV2NetworkNetworkDroppedPacketsDetectionCustomThresholdsEventThresholdsArgs

DealertingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
DealertingSamples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
ViolatingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
ViolatingSamples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
DealertingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
DealertingSamples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
ViolatingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
ViolatingSamples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. Integer
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. Integer
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. Integer
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. Integer
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. number
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. number
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. number
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. number
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealerting_evaluation_window This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealerting_samples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violating_evaluation_window This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violating_samples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. Number
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. Number
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. Number
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. Number
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event

HostAnomaliesV2NetworkNetworkErrorsDetection
, HostAnomaliesV2NetworkNetworkErrorsDetectionArgs

Enabled This property is required. bool
Detect high number of network errors
CustomThresholds Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2NetworkNetworkErrorsDetectionCustomThresholds
Alert if the receive/transmit error packet percentage is higher than the specified threshold and the total packets rate is higher than the defined threshold for the defined amount of samples
DetectionMode string
Detection mode for high number of network errors
Enabled This property is required. bool
Detect high number of network errors
CustomThresholds HostAnomaliesV2NetworkNetworkErrorsDetectionCustomThresholds
Alert if the receive/transmit error packet percentage is higher than the specified threshold and the total packets rate is higher than the defined threshold for the defined amount of samples
DetectionMode string
Detection mode for high number of network errors
enabled This property is required. Boolean
Detect high number of network errors
customThresholds HostAnomaliesV2NetworkNetworkErrorsDetectionCustomThresholds
Alert if the receive/transmit error packet percentage is higher than the specified threshold and the total packets rate is higher than the defined threshold for the defined amount of samples
detectionMode String
Detection mode for high number of network errors
enabled This property is required. boolean
Detect high number of network errors
customThresholds HostAnomaliesV2NetworkNetworkErrorsDetectionCustomThresholds
Alert if the receive/transmit error packet percentage is higher than the specified threshold and the total packets rate is higher than the defined threshold for the defined amount of samples
detectionMode string
Detection mode for high number of network errors
enabled This property is required. bool
Detect high number of network errors
custom_thresholds HostAnomaliesV2NetworkNetworkErrorsDetectionCustomThresholds
Alert if the receive/transmit error packet percentage is higher than the specified threshold and the total packets rate is higher than the defined threshold for the defined amount of samples
detection_mode str
Detection mode for high number of network errors
enabled This property is required. Boolean
Detect high number of network errors
customThresholds Property Map
Alert if the receive/transmit error packet percentage is higher than the specified threshold and the total packets rate is higher than the defined threshold for the defined amount of samples
detectionMode String
Detection mode for high number of network errors

HostAnomaliesV2NetworkNetworkErrorsDetectionCustomThresholds
, HostAnomaliesV2NetworkNetworkErrorsDetectionCustomThresholdsArgs

ErrorsPercentage This property is required. int
Receive/transmit error packet percentage threshold
EventThresholds This property is required. Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2NetworkNetworkErrorsDetectionCustomThresholdsEventThresholds
no documentation available
TotalPacketsRate This property is required. int
Total packets rate threshold
ErrorsPercentage This property is required. int
Receive/transmit error packet percentage threshold
EventThresholds This property is required. HostAnomaliesV2NetworkNetworkErrorsDetectionCustomThresholdsEventThresholds
no documentation available
TotalPacketsRate This property is required. int
Total packets rate threshold
errorsPercentage This property is required. Integer
Receive/transmit error packet percentage threshold
eventThresholds This property is required. HostAnomaliesV2NetworkNetworkErrorsDetectionCustomThresholdsEventThresholds
no documentation available
totalPacketsRate This property is required. Integer
Total packets rate threshold
errorsPercentage This property is required. number
Receive/transmit error packet percentage threshold
eventThresholds This property is required. HostAnomaliesV2NetworkNetworkErrorsDetectionCustomThresholdsEventThresholds
no documentation available
totalPacketsRate This property is required. number
Total packets rate threshold
errors_percentage This property is required. int
Receive/transmit error packet percentage threshold
event_thresholds This property is required. HostAnomaliesV2NetworkNetworkErrorsDetectionCustomThresholdsEventThresholds
no documentation available
total_packets_rate This property is required. int
Total packets rate threshold
errorsPercentage This property is required. Number
Receive/transmit error packet percentage threshold
eventThresholds This property is required. Property Map
no documentation available
totalPacketsRate This property is required. Number
Total packets rate threshold

HostAnomaliesV2NetworkNetworkErrorsDetectionCustomThresholdsEventThresholds
, HostAnomaliesV2NetworkNetworkErrorsDetectionCustomThresholdsEventThresholdsArgs

DealertingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
DealertingSamples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
ViolatingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
ViolatingSamples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
DealertingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
DealertingSamples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
ViolatingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
ViolatingSamples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. Integer
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. Integer
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. Integer
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. Integer
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. number
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. number
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. number
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. number
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealerting_evaluation_window This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealerting_samples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violating_evaluation_window This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violating_samples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. Number
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. Number
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. Number
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. Number
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event

HostAnomaliesV2NetworkNetworkHighRetransmissionDetection
, HostAnomaliesV2NetworkNetworkHighRetransmissionDetectionArgs

Enabled This property is required. bool
Detect high retransmission rate
CustomThresholds Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2NetworkNetworkHighRetransmissionDetectionCustomThresholds
Alert if the retransmission rate is higher than the specified threshold and the number of retransmitted packets is higher than the defined threshold for the defined amount of samples
DetectionMode string
Detection mode for high retransmission rate
Enabled This property is required. bool
Detect high retransmission rate
CustomThresholds HostAnomaliesV2NetworkNetworkHighRetransmissionDetectionCustomThresholds
Alert if the retransmission rate is higher than the specified threshold and the number of retransmitted packets is higher than the defined threshold for the defined amount of samples
DetectionMode string
Detection mode for high retransmission rate
enabled This property is required. Boolean
Detect high retransmission rate
customThresholds HostAnomaliesV2NetworkNetworkHighRetransmissionDetectionCustomThresholds
Alert if the retransmission rate is higher than the specified threshold and the number of retransmitted packets is higher than the defined threshold for the defined amount of samples
detectionMode String
Detection mode for high retransmission rate
enabled This property is required. boolean
Detect high retransmission rate
customThresholds HostAnomaliesV2NetworkNetworkHighRetransmissionDetectionCustomThresholds
Alert if the retransmission rate is higher than the specified threshold and the number of retransmitted packets is higher than the defined threshold for the defined amount of samples
detectionMode string
Detection mode for high retransmission rate
enabled This property is required. bool
Detect high retransmission rate
custom_thresholds HostAnomaliesV2NetworkNetworkHighRetransmissionDetectionCustomThresholds
Alert if the retransmission rate is higher than the specified threshold and the number of retransmitted packets is higher than the defined threshold for the defined amount of samples
detection_mode str
Detection mode for high retransmission rate
enabled This property is required. Boolean
Detect high retransmission rate
customThresholds Property Map
Alert if the retransmission rate is higher than the specified threshold and the number of retransmitted packets is higher than the defined threshold for the defined amount of samples
detectionMode String
Detection mode for high retransmission rate

HostAnomaliesV2NetworkNetworkHighRetransmissionDetectionCustomThresholds
, HostAnomaliesV2NetworkNetworkHighRetransmissionDetectionCustomThresholdsArgs

EventThresholds This property is required. Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2NetworkNetworkHighRetransmissionDetectionCustomThresholdsEventThresholds
no documentation available
RetransmissionRatePercentage This property is required. int
Retransmission rate threshold
RetransmittedPacketsNumberPerMinute This property is required. int
Number of retransmitted packets threshold
EventThresholds This property is required. HostAnomaliesV2NetworkNetworkHighRetransmissionDetectionCustomThresholdsEventThresholds
no documentation available
RetransmissionRatePercentage This property is required. int
Retransmission rate threshold
RetransmittedPacketsNumberPerMinute This property is required. int
Number of retransmitted packets threshold
eventThresholds This property is required. HostAnomaliesV2NetworkNetworkHighRetransmissionDetectionCustomThresholdsEventThresholds
no documentation available
retransmissionRatePercentage This property is required. Integer
Retransmission rate threshold
retransmittedPacketsNumberPerMinute This property is required. Integer
Number of retransmitted packets threshold
eventThresholds This property is required. HostAnomaliesV2NetworkNetworkHighRetransmissionDetectionCustomThresholdsEventThresholds
no documentation available
retransmissionRatePercentage This property is required. number
Retransmission rate threshold
retransmittedPacketsNumberPerMinute This property is required. number
Number of retransmitted packets threshold
event_thresholds This property is required. HostAnomaliesV2NetworkNetworkHighRetransmissionDetectionCustomThresholdsEventThresholds
no documentation available
retransmission_rate_percentage This property is required. int
Retransmission rate threshold
retransmitted_packets_number_per_minute This property is required. int
Number of retransmitted packets threshold
eventThresholds This property is required. Property Map
no documentation available
retransmissionRatePercentage This property is required. Number
Retransmission rate threshold
retransmittedPacketsNumberPerMinute This property is required. Number
Number of retransmitted packets threshold

HostAnomaliesV2NetworkNetworkHighRetransmissionDetectionCustomThresholdsEventThresholds
, HostAnomaliesV2NetworkNetworkHighRetransmissionDetectionCustomThresholdsEventThresholdsArgs

DealertingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
DealertingSamples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
ViolatingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
ViolatingSamples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
DealertingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
DealertingSamples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
ViolatingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
ViolatingSamples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. Integer
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. Integer
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. Integer
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. Integer
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. number
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. number
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. number
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. number
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealerting_evaluation_window This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealerting_samples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violating_evaluation_window This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violating_samples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. Number
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. Number
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. Number
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. Number
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event

HostAnomaliesV2NetworkNetworkTcpProblemsDetection
, HostAnomaliesV2NetworkNetworkTcpProblemsDetectionArgs

Enabled This property is required. bool
Detect TCP connectivity problems for process
CustomThresholds Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2NetworkNetworkTcpProblemsDetectionCustomThresholds
Alert if the percentage of new connection failures is higher than the specified threshold and the number of failed connections is higher than the defined threshold for the defined amount of samples
DetectionMode string
Detection mode for TCP connectivity problems
Enabled This property is required. bool
Detect TCP connectivity problems for process
CustomThresholds HostAnomaliesV2NetworkNetworkTcpProblemsDetectionCustomThresholds
Alert if the percentage of new connection failures is higher than the specified threshold and the number of failed connections is higher than the defined threshold for the defined amount of samples
DetectionMode string
Detection mode for TCP connectivity problems
enabled This property is required. Boolean
Detect TCP connectivity problems for process
customThresholds HostAnomaliesV2NetworkNetworkTcpProblemsDetectionCustomThresholds
Alert if the percentage of new connection failures is higher than the specified threshold and the number of failed connections is higher than the defined threshold for the defined amount of samples
detectionMode String
Detection mode for TCP connectivity problems
enabled This property is required. boolean
Detect TCP connectivity problems for process
customThresholds HostAnomaliesV2NetworkNetworkTcpProblemsDetectionCustomThresholds
Alert if the percentage of new connection failures is higher than the specified threshold and the number of failed connections is higher than the defined threshold for the defined amount of samples
detectionMode string
Detection mode for TCP connectivity problems
enabled This property is required. bool
Detect TCP connectivity problems for process
custom_thresholds HostAnomaliesV2NetworkNetworkTcpProblemsDetectionCustomThresholds
Alert if the percentage of new connection failures is higher than the specified threshold and the number of failed connections is higher than the defined threshold for the defined amount of samples
detection_mode str
Detection mode for TCP connectivity problems
enabled This property is required. Boolean
Detect TCP connectivity problems for process
customThresholds Property Map
Alert if the percentage of new connection failures is higher than the specified threshold and the number of failed connections is higher than the defined threshold for the defined amount of samples
detectionMode String
Detection mode for TCP connectivity problems

HostAnomaliesV2NetworkNetworkTcpProblemsDetectionCustomThresholds
, HostAnomaliesV2NetworkNetworkTcpProblemsDetectionCustomThresholdsArgs

EventThresholds This property is required. Pulumiverse.Dynatrace.Inputs.HostAnomaliesV2NetworkNetworkTcpProblemsDetectionCustomThresholdsEventThresholds
no documentation available
FailedConnectionsNumberPerMinute This property is required. int
Number of failed connections threshold
NewConnectionFailuresPercentage This property is required. int
New connection failure threshold
EventThresholds This property is required. HostAnomaliesV2NetworkNetworkTcpProblemsDetectionCustomThresholdsEventThresholds
no documentation available
FailedConnectionsNumberPerMinute This property is required. int
Number of failed connections threshold
NewConnectionFailuresPercentage This property is required. int
New connection failure threshold
eventThresholds This property is required. HostAnomaliesV2NetworkNetworkTcpProblemsDetectionCustomThresholdsEventThresholds
no documentation available
failedConnectionsNumberPerMinute This property is required. Integer
Number of failed connections threshold
newConnectionFailuresPercentage This property is required. Integer
New connection failure threshold
eventThresholds This property is required. HostAnomaliesV2NetworkNetworkTcpProblemsDetectionCustomThresholdsEventThresholds
no documentation available
failedConnectionsNumberPerMinute This property is required. number
Number of failed connections threshold
newConnectionFailuresPercentage This property is required. number
New connection failure threshold
event_thresholds This property is required. HostAnomaliesV2NetworkNetworkTcpProblemsDetectionCustomThresholdsEventThresholds
no documentation available
failed_connections_number_per_minute This property is required. int
Number of failed connections threshold
new_connection_failures_percentage This property is required. int
New connection failure threshold
eventThresholds This property is required. Property Map
no documentation available
failedConnectionsNumberPerMinute This property is required. Number
Number of failed connections threshold
newConnectionFailuresPercentage This property is required. Number
New connection failure threshold

HostAnomaliesV2NetworkNetworkTcpProblemsDetectionCustomThresholdsEventThresholds
, HostAnomaliesV2NetworkNetworkTcpProblemsDetectionCustomThresholdsEventThresholdsArgs

DealertingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
DealertingSamples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
ViolatingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
ViolatingSamples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
DealertingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
DealertingSamples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
ViolatingEvaluationWindow This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
ViolatingSamples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. Integer
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. Integer
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. Integer
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. Integer
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. number
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. number
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. number
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. number
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealerting_evaluation_window This property is required. int
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealerting_samples This property is required. int
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violating_evaluation_window This property is required. int
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violating_samples This property is required. int
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
dealertingEvaluationWindow This property is required. Number
The number of 10-second samples that form the sliding evaluation window for dealerting.
dealertingSamples This property is required. Number
The number of 10-second samples within the evaluation window that must be lower the threshold to close an event
violatingEvaluationWindow This property is required. Number
The number of 10-second samples that form the sliding evaluation window to detect violating samples.
violatingSamples This property is required. Number
The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event

Package Details

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