dynatrace.HostAnomalies
Explore with Pulumi AI
Create HostAnomalies Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new HostAnomalies(name: string, args?: HostAnomaliesArgs, opts?: CustomResourceOptions);
@overload
def HostAnomalies(resource_name: str,
args: Optional[HostAnomaliesArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def HostAnomalies(resource_name: str,
opts: Optional[ResourceOptions] = None,
connections: Optional[HostAnomaliesConnectionsArgs] = None,
cpu: Optional[HostAnomaliesCpuArgs] = None,
disks: Optional[HostAnomaliesDisksArgs] = None,
gc: Optional[HostAnomaliesGcArgs] = None,
java: Optional[HostAnomaliesJavaArgs] = None,
memory: Optional[HostAnomaliesMemoryArgs] = None,
network: Optional[HostAnomaliesNetworkArgs] = None)
func NewHostAnomalies(ctx *Context, name string, args *HostAnomaliesArgs, opts ...ResourceOption) (*HostAnomalies, error)
public HostAnomalies(string name, HostAnomaliesArgs? args = null, CustomResourceOptions? opts = null)
public HostAnomalies(String name, HostAnomaliesArgs args)
public HostAnomalies(String name, HostAnomaliesArgs args, CustomResourceOptions options)
type: dynatrace:HostAnomalies
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 HostAnomaliesArgs
- 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 HostAnomaliesArgs
- 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 HostAnomaliesArgs
- 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 HostAnomaliesArgs
- 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. HostAnomaliesArgs - 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 hostAnomaliesResource = new Dynatrace.HostAnomalies("hostAnomaliesResource", new()
{
Connections = new Dynatrace.Inputs.HostAnomaliesConnectionsArgs
{
Enabled = false,
EnabledOnGracefulShutdowns = false,
},
Cpu = new Dynatrace.Inputs.HostAnomaliesCpuArgs
{
Enabled = false,
Thresholds = new Dynatrace.Inputs.HostAnomaliesCpuThresholdsArgs
{
Saturation = 0,
},
},
Disks = new Dynatrace.Inputs.HostAnomaliesDisksArgs
{
Inodes = new Dynatrace.Inputs.HostAnomaliesDisksInodesArgs
{
Enabled = false,
Thresholds = new Dynatrace.Inputs.HostAnomaliesDisksInodesThresholdsArgs
{
Percentage = 0,
},
},
Space = new Dynatrace.Inputs.HostAnomaliesDisksSpaceArgs
{
Enabled = false,
Thresholds = new Dynatrace.Inputs.HostAnomaliesDisksSpaceThresholdsArgs
{
Percentage = 0,
},
},
Speed = new Dynatrace.Inputs.HostAnomaliesDisksSpeedArgs
{
Enabled = false,
Thresholds = new Dynatrace.Inputs.HostAnomaliesDisksSpeedThresholdsArgs
{
WriteAndReadTime = 0,
},
},
},
Gc = new Dynatrace.Inputs.HostAnomaliesGcArgs
{
Enabled = false,
Thresholds = new Dynatrace.Inputs.HostAnomaliesGcThresholdsArgs
{
SuspensionPercentage = 0,
TimePercentage = 0,
},
},
Java = new Dynatrace.Inputs.HostAnomaliesJavaArgs
{
OutOfMemory = new Dynatrace.Inputs.HostAnomaliesJavaOutOfMemoryArgs
{
Enabled = false,
Thresholds = new Dynatrace.Inputs.HostAnomaliesJavaOutOfMemoryThresholdsArgs
{
ExceptionCount = 0,
},
},
OutOfThreads = new Dynatrace.Inputs.HostAnomaliesJavaOutOfThreadsArgs
{
Enabled = false,
Thresholds = new Dynatrace.Inputs.HostAnomaliesJavaOutOfThreadsThresholdsArgs
{
ExceptionCount = 0,
},
},
},
Memory = new Dynatrace.Inputs.HostAnomaliesMemoryArgs
{
Enabled = false,
Thresholds = new Dynatrace.Inputs.HostAnomaliesMemoryThresholdsArgs
{
Linux = new Dynatrace.Inputs.HostAnomaliesMemoryThresholdsLinuxArgs
{
PageFaults = 0,
Usage = 0,
},
Windows = new Dynatrace.Inputs.HostAnomaliesMemoryThresholdsWindowsArgs
{
PageFaults = 0,
Usage = 0,
},
},
},
Network = new Dynatrace.Inputs.HostAnomaliesNetworkArgs
{
Connectivity = new Dynatrace.Inputs.HostAnomaliesNetworkConnectivityArgs
{
Enabled = false,
Thresholds = new Dynatrace.Inputs.HostAnomaliesNetworkConnectivityThresholdsArgs
{
FailedConnections = 0,
NewConnectionFailures = 0,
},
},
DroppedPackets = new Dynatrace.Inputs.HostAnomaliesNetworkDroppedPacketsArgs
{
Enabled = false,
Thresholds = new Dynatrace.Inputs.HostAnomaliesNetworkDroppedPacketsThresholdsArgs
{
DroppedPackets = 0,
TotalPacketsRate = 0,
},
},
Errors = new Dynatrace.Inputs.HostAnomaliesNetworkErrorsArgs
{
Enabled = false,
Thresholds = new Dynatrace.Inputs.HostAnomaliesNetworkErrorsThresholdsArgs
{
ErrorsPercentage = 0,
TotalPacketsRate = 0,
},
},
Retransmission = new Dynatrace.Inputs.HostAnomaliesNetworkRetransmissionArgs
{
Enabled = false,
Thresholds = new Dynatrace.Inputs.HostAnomaliesNetworkRetransmissionThresholdsArgs
{
RetransmissionRate = 0,
RetransmittedPackets = 0,
},
},
Utilization = new Dynatrace.Inputs.HostAnomaliesNetworkUtilizationArgs
{
Enabled = false,
Thresholds = new Dynatrace.Inputs.HostAnomaliesNetworkUtilizationThresholdsArgs
{
Utilization = 0,
},
},
},
});
example, err := dynatrace.NewHostAnomalies(ctx, "hostAnomaliesResource", &dynatrace.HostAnomaliesArgs{
Connections: &dynatrace.HostAnomaliesConnectionsArgs{
Enabled: pulumi.Bool(false),
EnabledOnGracefulShutdowns: pulumi.Bool(false),
},
Cpu: &dynatrace.HostAnomaliesCpuArgs{
Enabled: pulumi.Bool(false),
Thresholds: &dynatrace.HostAnomaliesCpuThresholdsArgs{
Saturation: pulumi.Int(0),
},
},
Disks: &dynatrace.HostAnomaliesDisksArgs{
Inodes: &dynatrace.HostAnomaliesDisksInodesArgs{
Enabled: pulumi.Bool(false),
Thresholds: &dynatrace.HostAnomaliesDisksInodesThresholdsArgs{
Percentage: pulumi.Int(0),
},
},
Space: &dynatrace.HostAnomaliesDisksSpaceArgs{
Enabled: pulumi.Bool(false),
Thresholds: &dynatrace.HostAnomaliesDisksSpaceThresholdsArgs{
Percentage: pulumi.Int(0),
},
},
Speed: &dynatrace.HostAnomaliesDisksSpeedArgs{
Enabled: pulumi.Bool(false),
Thresholds: &dynatrace.HostAnomaliesDisksSpeedThresholdsArgs{
WriteAndReadTime: pulumi.Int(0),
},
},
},
Gc: &dynatrace.HostAnomaliesGcArgs{
Enabled: pulumi.Bool(false),
Thresholds: &dynatrace.HostAnomaliesGcThresholdsArgs{
SuspensionPercentage: pulumi.Int(0),
TimePercentage: pulumi.Int(0),
},
},
Java: &dynatrace.HostAnomaliesJavaArgs{
OutOfMemory: &dynatrace.HostAnomaliesJavaOutOfMemoryArgs{
Enabled: pulumi.Bool(false),
Thresholds: &dynatrace.HostAnomaliesJavaOutOfMemoryThresholdsArgs{
ExceptionCount: pulumi.Int(0),
},
},
OutOfThreads: &dynatrace.HostAnomaliesJavaOutOfThreadsArgs{
Enabled: pulumi.Bool(false),
Thresholds: &dynatrace.HostAnomaliesJavaOutOfThreadsThresholdsArgs{
ExceptionCount: pulumi.Int(0),
},
},
},
Memory: &dynatrace.HostAnomaliesMemoryArgs{
Enabled: pulumi.Bool(false),
Thresholds: &dynatrace.HostAnomaliesMemoryThresholdsArgs{
Linux: &dynatrace.HostAnomaliesMemoryThresholdsLinuxArgs{
PageFaults: pulumi.Int(0),
Usage: pulumi.Int(0),
},
Windows: &dynatrace.HostAnomaliesMemoryThresholdsWindowsArgs{
PageFaults: pulumi.Int(0),
Usage: pulumi.Int(0),
},
},
},
Network: &dynatrace.HostAnomaliesNetworkArgs{
Connectivity: &dynatrace.HostAnomaliesNetworkConnectivityArgs{
Enabled: pulumi.Bool(false),
Thresholds: &dynatrace.HostAnomaliesNetworkConnectivityThresholdsArgs{
FailedConnections: pulumi.Int(0),
NewConnectionFailures: pulumi.Int(0),
},
},
DroppedPackets: &dynatrace.HostAnomaliesNetworkDroppedPacketsArgs{
Enabled: pulumi.Bool(false),
Thresholds: &dynatrace.HostAnomaliesNetworkDroppedPacketsThresholdsArgs{
DroppedPackets: pulumi.Int(0),
TotalPacketsRate: pulumi.Int(0),
},
},
Errors: &dynatrace.HostAnomaliesNetworkErrorsArgs{
Enabled: pulumi.Bool(false),
Thresholds: &dynatrace.HostAnomaliesNetworkErrorsThresholdsArgs{
ErrorsPercentage: pulumi.Int(0),
TotalPacketsRate: pulumi.Int(0),
},
},
Retransmission: &dynatrace.HostAnomaliesNetworkRetransmissionArgs{
Enabled: pulumi.Bool(false),
Thresholds: &dynatrace.HostAnomaliesNetworkRetransmissionThresholdsArgs{
RetransmissionRate: pulumi.Int(0),
RetransmittedPackets: pulumi.Int(0),
},
},
Utilization: &dynatrace.HostAnomaliesNetworkUtilizationArgs{
Enabled: pulumi.Bool(false),
Thresholds: &dynatrace.HostAnomaliesNetworkUtilizationThresholdsArgs{
Utilization: pulumi.Int(0),
},
},
},
})
var hostAnomaliesResource = new HostAnomalies("hostAnomaliesResource", HostAnomaliesArgs.builder()
.connections(HostAnomaliesConnectionsArgs.builder()
.enabled(false)
.enabledOnGracefulShutdowns(false)
.build())
.cpu(HostAnomaliesCpuArgs.builder()
.enabled(false)
.thresholds(HostAnomaliesCpuThresholdsArgs.builder()
.saturation(0)
.build())
.build())
.disks(HostAnomaliesDisksArgs.builder()
.inodes(HostAnomaliesDisksInodesArgs.builder()
.enabled(false)
.thresholds(HostAnomaliesDisksInodesThresholdsArgs.builder()
.percentage(0)
.build())
.build())
.space(HostAnomaliesDisksSpaceArgs.builder()
.enabled(false)
.thresholds(HostAnomaliesDisksSpaceThresholdsArgs.builder()
.percentage(0)
.build())
.build())
.speed(HostAnomaliesDisksSpeedArgs.builder()
.enabled(false)
.thresholds(HostAnomaliesDisksSpeedThresholdsArgs.builder()
.writeAndReadTime(0)
.build())
.build())
.build())
.gc(HostAnomaliesGcArgs.builder()
.enabled(false)
.thresholds(HostAnomaliesGcThresholdsArgs.builder()
.suspensionPercentage(0)
.timePercentage(0)
.build())
.build())
.java(HostAnomaliesJavaArgs.builder()
.outOfMemory(HostAnomaliesJavaOutOfMemoryArgs.builder()
.enabled(false)
.thresholds(HostAnomaliesJavaOutOfMemoryThresholdsArgs.builder()
.exceptionCount(0)
.build())
.build())
.outOfThreads(HostAnomaliesJavaOutOfThreadsArgs.builder()
.enabled(false)
.thresholds(HostAnomaliesJavaOutOfThreadsThresholdsArgs.builder()
.exceptionCount(0)
.build())
.build())
.build())
.memory(HostAnomaliesMemoryArgs.builder()
.enabled(false)
.thresholds(HostAnomaliesMemoryThresholdsArgs.builder()
.linux(HostAnomaliesMemoryThresholdsLinuxArgs.builder()
.pageFaults(0)
.usage(0)
.build())
.windows(HostAnomaliesMemoryThresholdsWindowsArgs.builder()
.pageFaults(0)
.usage(0)
.build())
.build())
.build())
.network(HostAnomaliesNetworkArgs.builder()
.connectivity(HostAnomaliesNetworkConnectivityArgs.builder()
.enabled(false)
.thresholds(HostAnomaliesNetworkConnectivityThresholdsArgs.builder()
.failedConnections(0)
.newConnectionFailures(0)
.build())
.build())
.droppedPackets(HostAnomaliesNetworkDroppedPacketsArgs.builder()
.enabled(false)
.thresholds(HostAnomaliesNetworkDroppedPacketsThresholdsArgs.builder()
.droppedPackets(0)
.totalPacketsRate(0)
.build())
.build())
.errors(HostAnomaliesNetworkErrorsArgs.builder()
.enabled(false)
.thresholds(HostAnomaliesNetworkErrorsThresholdsArgs.builder()
.errorsPercentage(0)
.totalPacketsRate(0)
.build())
.build())
.retransmission(HostAnomaliesNetworkRetransmissionArgs.builder()
.enabled(false)
.thresholds(HostAnomaliesNetworkRetransmissionThresholdsArgs.builder()
.retransmissionRate(0)
.retransmittedPackets(0)
.build())
.build())
.utilization(HostAnomaliesNetworkUtilizationArgs.builder()
.enabled(false)
.thresholds(HostAnomaliesNetworkUtilizationThresholdsArgs.builder()
.utilization(0)
.build())
.build())
.build())
.build());
host_anomalies_resource = dynatrace.HostAnomalies("hostAnomaliesResource",
connections={
"enabled": False,
"enabled_on_graceful_shutdowns": False,
},
cpu={
"enabled": False,
"thresholds": {
"saturation": 0,
},
},
disks={
"inodes": {
"enabled": False,
"thresholds": {
"percentage": 0,
},
},
"space": {
"enabled": False,
"thresholds": {
"percentage": 0,
},
},
"speed": {
"enabled": False,
"thresholds": {
"write_and_read_time": 0,
},
},
},
gc={
"enabled": False,
"thresholds": {
"suspension_percentage": 0,
"time_percentage": 0,
},
},
java={
"out_of_memory": {
"enabled": False,
"thresholds": {
"exception_count": 0,
},
},
"out_of_threads": {
"enabled": False,
"thresholds": {
"exception_count": 0,
},
},
},
memory={
"enabled": False,
"thresholds": {
"linux": {
"page_faults": 0,
"usage": 0,
},
"windows": {
"page_faults": 0,
"usage": 0,
},
},
},
network={
"connectivity": {
"enabled": False,
"thresholds": {
"failed_connections": 0,
"new_connection_failures": 0,
},
},
"dropped_packets": {
"enabled": False,
"thresholds": {
"dropped_packets": 0,
"total_packets_rate": 0,
},
},
"errors": {
"enabled": False,
"thresholds": {
"errors_percentage": 0,
"total_packets_rate": 0,
},
},
"retransmission": {
"enabled": False,
"thresholds": {
"retransmission_rate": 0,
"retransmitted_packets": 0,
},
},
"utilization": {
"enabled": False,
"thresholds": {
"utilization": 0,
},
},
})
const hostAnomaliesResource = new dynatrace.HostAnomalies("hostAnomaliesResource", {
connections: {
enabled: false,
enabledOnGracefulShutdowns: false,
},
cpu: {
enabled: false,
thresholds: {
saturation: 0,
},
},
disks: {
inodes: {
enabled: false,
thresholds: {
percentage: 0,
},
},
space: {
enabled: false,
thresholds: {
percentage: 0,
},
},
speed: {
enabled: false,
thresholds: {
writeAndReadTime: 0,
},
},
},
gc: {
enabled: false,
thresholds: {
suspensionPercentage: 0,
timePercentage: 0,
},
},
java: {
outOfMemory: {
enabled: false,
thresholds: {
exceptionCount: 0,
},
},
outOfThreads: {
enabled: false,
thresholds: {
exceptionCount: 0,
},
},
},
memory: {
enabled: false,
thresholds: {
linux: {
pageFaults: 0,
usage: 0,
},
windows: {
pageFaults: 0,
usage: 0,
},
},
},
network: {
connectivity: {
enabled: false,
thresholds: {
failedConnections: 0,
newConnectionFailures: 0,
},
},
droppedPackets: {
enabled: false,
thresholds: {
droppedPackets: 0,
totalPacketsRate: 0,
},
},
errors: {
enabled: false,
thresholds: {
errorsPercentage: 0,
totalPacketsRate: 0,
},
},
retransmission: {
enabled: false,
thresholds: {
retransmissionRate: 0,
retransmittedPackets: 0,
},
},
utilization: {
enabled: false,
thresholds: {
utilization: 0,
},
},
},
});
type: dynatrace:HostAnomalies
properties:
connections:
enabled: false
enabledOnGracefulShutdowns: false
cpu:
enabled: false
thresholds:
saturation: 0
disks:
inodes:
enabled: false
thresholds:
percentage: 0
space:
enabled: false
thresholds:
percentage: 0
speed:
enabled: false
thresholds:
writeAndReadTime: 0
gc:
enabled: false
thresholds:
suspensionPercentage: 0
timePercentage: 0
java:
outOfMemory:
enabled: false
thresholds:
exceptionCount: 0
outOfThreads:
enabled: false
thresholds:
exceptionCount: 0
memory:
enabled: false
thresholds:
linux:
pageFaults: 0
usage: 0
windows:
pageFaults: 0
usage: 0
network:
connectivity:
enabled: false
thresholds:
failedConnections: 0
newConnectionFailures: 0
droppedPackets:
enabled: false
thresholds:
droppedPackets: 0
totalPacketsRate: 0
errors:
enabled: false
thresholds:
errorsPercentage: 0
totalPacketsRate: 0
retransmission:
enabled: false
thresholds:
retransmissionRate: 0
retransmittedPackets: 0
utilization:
enabled: false
thresholds:
utilization: 0
HostAnomalies 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 HostAnomalies resource accepts the following input properties:
- Connections
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Connections - Configuration of lost connection detection
- Cpu
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Cpu - Configuration of high CPU saturation detection
- Disks
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Disks - Configuration of disk related anomalies
- Gc
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Gc - Configuration of high Garbage Collector activity detection
- Java
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Java - Configuration of Java related anomalies
- Memory
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Memory - Configuration of high memory usage detection
- Network
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Network - Configuration of network related anomalies
- Connections
Host
Anomalies Connections Args - Configuration of lost connection detection
- Cpu
Host
Anomalies Cpu Args - Configuration of high CPU saturation detection
- Disks
Host
Anomalies Disks Args - Configuration of disk related anomalies
- Gc
Host
Anomalies Gc Args - Configuration of high Garbage Collector activity detection
- Java
Host
Anomalies Java Args - Configuration of Java related anomalies
- Memory
Host
Anomalies Memory Args - Configuration of high memory usage detection
- Network
Host
Anomalies Network Args - Configuration of network related anomalies
- connections
Host
Anomalies Connections - Configuration of lost connection detection
- cpu
Host
Anomalies Cpu - Configuration of high CPU saturation detection
- disks
Host
Anomalies Disks - Configuration of disk related anomalies
- gc
Host
Anomalies Gc - Configuration of high Garbage Collector activity detection
- java
Host
Anomalies Java - Configuration of Java related anomalies
- memory
Host
Anomalies Memory - Configuration of high memory usage detection
- network
Host
Anomalies Network - Configuration of network related anomalies
- connections
Host
Anomalies Connections - Configuration of lost connection detection
- cpu
Host
Anomalies Cpu - Configuration of high CPU saturation detection
- disks
Host
Anomalies Disks - Configuration of disk related anomalies
- gc
Host
Anomalies Gc - Configuration of high Garbage Collector activity detection
- java
Host
Anomalies Java - Configuration of Java related anomalies
- memory
Host
Anomalies Memory - Configuration of high memory usage detection
- network
Host
Anomalies Network - Configuration of network related anomalies
- connections
Host
Anomalies Connections Args - Configuration of lost connection detection
- cpu
Host
Anomalies Cpu Args - Configuration of high CPU saturation detection
- disks
Host
Anomalies Disks Args - Configuration of disk related anomalies
- gc
Host
Anomalies Gc Args - Configuration of high Garbage Collector activity detection
- java
Host
Anomalies Java Args - Configuration of Java related anomalies
- memory
Host
Anomalies Memory Args - Configuration of high memory usage detection
- network
Host
Anomalies Network Args - Configuration of network related anomalies
- connections Property Map
- Configuration of lost connection detection
- cpu Property Map
- Configuration of high CPU saturation detection
- disks Property Map
- Configuration of disk related anomalies
- gc Property Map
- Configuration of high Garbage Collector activity detection
- java Property Map
- Configuration of Java related anomalies
- memory Property Map
- Configuration of high memory usage detection
- network Property Map
- Configuration of network related anomalies
Outputs
All input properties are implicitly available as output properties. Additionally, the HostAnomalies 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 HostAnomalies Resource
Get an existing HostAnomalies 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?: HostAnomaliesState, opts?: CustomResourceOptions): HostAnomalies
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
connections: Optional[HostAnomaliesConnectionsArgs] = None,
cpu: Optional[HostAnomaliesCpuArgs] = None,
disks: Optional[HostAnomaliesDisksArgs] = None,
gc: Optional[HostAnomaliesGcArgs] = None,
java: Optional[HostAnomaliesJavaArgs] = None,
memory: Optional[HostAnomaliesMemoryArgs] = None,
network: Optional[HostAnomaliesNetworkArgs] = None) -> HostAnomalies
func GetHostAnomalies(ctx *Context, name string, id IDInput, state *HostAnomaliesState, opts ...ResourceOption) (*HostAnomalies, error)
public static HostAnomalies Get(string name, Input<string> id, HostAnomaliesState? state, CustomResourceOptions? opts = null)
public static HostAnomalies get(String name, Output<String> id, HostAnomaliesState state, CustomResourceOptions options)
resources: _: type: dynatrace:HostAnomalies 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.
- Connections
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Connections - Configuration of lost connection detection
- Cpu
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Cpu - Configuration of high CPU saturation detection
- Disks
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Disks - Configuration of disk related anomalies
- Gc
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Gc - Configuration of high Garbage Collector activity detection
- Java
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Java - Configuration of Java related anomalies
- Memory
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Memory - Configuration of high memory usage detection
- Network
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Network - Configuration of network related anomalies
- Connections
Host
Anomalies Connections Args - Configuration of lost connection detection
- Cpu
Host
Anomalies Cpu Args - Configuration of high CPU saturation detection
- Disks
Host
Anomalies Disks Args - Configuration of disk related anomalies
- Gc
Host
Anomalies Gc Args - Configuration of high Garbage Collector activity detection
- Java
Host
Anomalies Java Args - Configuration of Java related anomalies
- Memory
Host
Anomalies Memory Args - Configuration of high memory usage detection
- Network
Host
Anomalies Network Args - Configuration of network related anomalies
- connections
Host
Anomalies Connections - Configuration of lost connection detection
- cpu
Host
Anomalies Cpu - Configuration of high CPU saturation detection
- disks
Host
Anomalies Disks - Configuration of disk related anomalies
- gc
Host
Anomalies Gc - Configuration of high Garbage Collector activity detection
- java
Host
Anomalies Java - Configuration of Java related anomalies
- memory
Host
Anomalies Memory - Configuration of high memory usage detection
- network
Host
Anomalies Network - Configuration of network related anomalies
- connections
Host
Anomalies Connections - Configuration of lost connection detection
- cpu
Host
Anomalies Cpu - Configuration of high CPU saturation detection
- disks
Host
Anomalies Disks - Configuration of disk related anomalies
- gc
Host
Anomalies Gc - Configuration of high Garbage Collector activity detection
- java
Host
Anomalies Java - Configuration of Java related anomalies
- memory
Host
Anomalies Memory - Configuration of high memory usage detection
- network
Host
Anomalies Network - Configuration of network related anomalies
- connections
Host
Anomalies Connections Args - Configuration of lost connection detection
- cpu
Host
Anomalies Cpu Args - Configuration of high CPU saturation detection
- disks
Host
Anomalies Disks Args - Configuration of disk related anomalies
- gc
Host
Anomalies Gc Args - Configuration of high Garbage Collector activity detection
- java
Host
Anomalies Java Args - Configuration of Java related anomalies
- memory
Host
Anomalies Memory Args - Configuration of high memory usage detection
- network
Host
Anomalies Network Args - Configuration of network related anomalies
- connections Property Map
- Configuration of lost connection detection
- cpu Property Map
- Configuration of high CPU saturation detection
- disks Property Map
- Configuration of disk related anomalies
- gc Property Map
- Configuration of high Garbage Collector activity detection
- java Property Map
- Configuration of Java related anomalies
- memory Property Map
- Configuration of high memory usage detection
- network Property Map
- Configuration of network related anomalies
Supporting Types
HostAnomaliesConnections, HostAnomaliesConnectionsArgs
- Enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - Enabled
On Graceful Shutdowns This property is required. bool - Alert (
true
) on graceful host shutdowns
- Enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - Enabled
On Graceful Shutdowns This property is required. bool - Alert (
true
) on graceful host shutdowns
- enabled
This property is required. Boolean - The detection is enabled (
true
) or disabled (false
) - enabled
On Graceful Shutdowns This property is required. Boolean - Alert (
true
) on graceful host shutdowns
- enabled
This property is required. boolean - The detection is enabled (
true
) or disabled (false
) - enabled
On Graceful Shutdowns This property is required. boolean - Alert (
true
) on graceful host shutdowns
- enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - enabled_
on_ graceful_ shutdowns This property is required. bool - Alert (
true
) on graceful host shutdowns
- enabled
This property is required. Boolean - The detection is enabled (
true
) or disabled (false
) - enabled
On Graceful Shutdowns This property is required. Boolean - Alert (
true
) on graceful host shutdowns
HostAnomaliesCpu, HostAnomaliesCpuArgs
- Enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - Thresholds
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Cpu Thresholds - Custom thresholds for high CPU saturation. If not set then the automatic mode is used
- Enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - Thresholds
Host
Anomalies Cpu Thresholds - Custom thresholds for high CPU saturation. If not set then the automatic mode is used
- enabled
This property is required. Boolean - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Cpu Thresholds - Custom thresholds for high CPU saturation. If not set then the automatic mode is used
- enabled
This property is required. boolean - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Cpu Thresholds - Custom thresholds for high CPU saturation. If not set then the automatic mode is used
- enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Cpu Thresholds - Custom thresholds for high CPU saturation. If not set then the automatic mode is used
- enabled
This property is required. Boolean - The detection is enabled (
true
) or disabled (false
) - thresholds Property Map
- Custom thresholds for high CPU saturation. If not set then the automatic mode is used
HostAnomaliesCpuThresholds, HostAnomaliesCpuThresholdsArgs
- Saturation
This property is required. int - Alert if CPU usage is higher than X% in 3 out of 5 samples
- Saturation
This property is required. int - Alert if CPU usage is higher than X% in 3 out of 5 samples
- saturation
This property is required. Integer - Alert if CPU usage is higher than X% in 3 out of 5 samples
- saturation
This property is required. number - Alert if CPU usage is higher than X% in 3 out of 5 samples
- saturation
This property is required. int - Alert if CPU usage is higher than X% in 3 out of 5 samples
- saturation
This property is required. Number - Alert if CPU usage is higher than X% in 3 out of 5 samples
HostAnomaliesDisks, HostAnomaliesDisksArgs
- Inodes
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Disks Inodes - Configuration of low disk inodes number detection
- Space
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Disks Space - Configuration of low disk space detection
- Speed
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Disks Speed - Configuration of slow running disks detection
- Inodes
Host
Anomalies Disks Inodes - Configuration of low disk inodes number detection
- Space
Host
Anomalies Disks Space - Configuration of low disk space detection
- Speed
Host
Anomalies Disks Speed - Configuration of slow running disks detection
- inodes
Host
Anomalies Disks Inodes - Configuration of low disk inodes number detection
- space
Host
Anomalies Disks Space - Configuration of low disk space detection
- speed
Host
Anomalies Disks Speed - Configuration of slow running disks detection
- inodes
Host
Anomalies Disks Inodes - Configuration of low disk inodes number detection
- space
Host
Anomalies Disks Space - Configuration of low disk space detection
- speed
Host
Anomalies Disks Speed - Configuration of slow running disks detection
- inodes
Host
Anomalies Disks Inodes - Configuration of low disk inodes number detection
- space
Host
Anomalies Disks Space - Configuration of low disk space detection
- speed
Host
Anomalies Disks Speed - Configuration of slow running disks detection
- inodes Property Map
- Configuration of low disk inodes number detection
- space Property Map
- Configuration of low disk space detection
- speed Property Map
- Configuration of slow running disks detection
HostAnomaliesDisksInodes, HostAnomaliesDisksInodesArgs
- Enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - Thresholds
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Disks Inodes Thresholds - Custom thresholds for low disk inodes number. If not set, automatic mode is used
- Enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - Thresholds
Host
Anomalies Disks Inodes Thresholds - Custom thresholds for low disk inodes number. If not set, automatic mode is used
- enabled
This property is required. Boolean - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Disks Inodes Thresholds - Custom thresholds for low disk inodes number. If not set, automatic mode is used
- enabled
This property is required. boolean - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Disks Inodes Thresholds - Custom thresholds for low disk inodes number. If not set, automatic mode is used
- enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Disks Inodes Thresholds - Custom thresholds for low disk inodes number. If not set, automatic mode is used
- enabled
This property is required. Boolean - The detection is enabled (
true
) or disabled (false
) - thresholds Property Map
- Custom thresholds for low disk inodes number. If not set, automatic mode is used
HostAnomaliesDisksInodesThresholds, HostAnomaliesDisksInodesThresholdsArgs
- Percentage
This property is required. int - Alert if percentage of available inodes is lower than X% in 3 out of 5 samples
- Percentage
This property is required. int - Alert if percentage of available inodes is lower than X% in 3 out of 5 samples
- percentage
This property is required. Integer - Alert if percentage of available inodes is lower than X% in 3 out of 5 samples
- percentage
This property is required. number - Alert if percentage of available inodes is lower than X% in 3 out of 5 samples
- percentage
This property is required. int - Alert if percentage of available inodes is lower than X% in 3 out of 5 samples
- percentage
This property is required. Number - Alert if percentage of available inodes is lower than X% in 3 out of 5 samples
HostAnomaliesDisksSpace, HostAnomaliesDisksSpaceArgs
- Enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - Thresholds
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Disks Space Thresholds - Custom thresholds for low disk space. If not set, automatic mode is used
- Enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - Thresholds
Host
Anomalies Disks Space Thresholds - Custom thresholds for low disk space. If not set, automatic mode is used
- enabled
This property is required. Boolean - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Disks Space Thresholds - Custom thresholds for low disk space. If not set, automatic mode is used
- enabled
This property is required. boolean - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Disks Space Thresholds - Custom thresholds for low disk space. If not set, automatic mode is used
- enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Disks Space Thresholds - Custom thresholds for low disk space. If not set, automatic mode is used
- enabled
This property is required. Boolean - The detection is enabled (
true
) or disabled (false
) - thresholds Property Map
- Custom thresholds for low disk space. If not set, automatic mode is used
HostAnomaliesDisksSpaceThresholds, HostAnomaliesDisksSpaceThresholdsArgs
- Percentage
This property is required. int - Alert if free disk space is lower than X% in 3 out of 5 samples
- Percentage
This property is required. int - Alert if free disk space is lower than X% in 3 out of 5 samples
- percentage
This property is required. Integer - Alert if free disk space is lower than X% in 3 out of 5 samples
- percentage
This property is required. number - Alert if free disk space is lower than X% in 3 out of 5 samples
- percentage
This property is required. int - Alert if free disk space is lower than X% in 3 out of 5 samples
- percentage
This property is required. Number - Alert if free disk space is lower than X% in 3 out of 5 samples
HostAnomaliesDisksSpeed, HostAnomaliesDisksSpeedArgs
- Enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - Thresholds
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Disks Speed Thresholds - Custom thresholds for slow running disks. If not set, the automatic mode is used
- Enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - Thresholds
Host
Anomalies Disks Speed Thresholds - Custom thresholds for slow running disks. If not set, the automatic mode is used
- enabled
This property is required. Boolean - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Disks Speed Thresholds - Custom thresholds for slow running disks. If not set, the automatic mode is used
- enabled
This property is required. boolean - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Disks Speed Thresholds - Custom thresholds for slow running disks. If not set, the automatic mode is used
- enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Disks Speed Thresholds - Custom thresholds for slow running disks. If not set, the automatic mode is used
- enabled
This property is required. Boolean - The detection is enabled (
true
) or disabled (false
) - thresholds Property Map
- Custom thresholds for slow running disks. If not set, the automatic mode is used
HostAnomaliesDisksSpeedThresholds, HostAnomaliesDisksSpeedThresholdsArgs
- Write
And Read Time This property is required. int - Alert if disk read/write time is higher than X milliseconds in 3 out of 5 samples
- Write
And Read Time This property is required. int - Alert if disk read/write time is higher than X milliseconds in 3 out of 5 samples
- write
And Read Time This property is required. Integer - Alert if disk read/write time is higher than X milliseconds in 3 out of 5 samples
- write
And Read Time This property is required. number - Alert if disk read/write time is higher than X milliseconds in 3 out of 5 samples
- write_
and_ read_ time This property is required. int - Alert if disk read/write time is higher than X milliseconds in 3 out of 5 samples
- write
And Read Time This property is required. Number - Alert if disk read/write time is higher than X milliseconds in 3 out of 5 samples
HostAnomaliesGc, HostAnomaliesGcArgs
- Enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - Thresholds
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Gc Thresholds - Custom thresholds for high GC activity. If not set, automatic mode is used. Meeting any of these conditions triggers an alert
- Enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - Thresholds
Host
Anomalies Gc Thresholds - Custom thresholds for high GC activity. If not set, automatic mode is used. Meeting any of these conditions triggers an alert
- enabled
This property is required. Boolean - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Gc Thresholds - Custom thresholds for high GC activity. If not set, automatic mode is used. Meeting any of these conditions triggers an alert
- enabled
This property is required. boolean - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Gc Thresholds - Custom thresholds for high GC activity. If not set, automatic mode is used. Meeting any of these conditions triggers an alert
- enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Gc Thresholds - Custom thresholds for high GC activity. If not set, automatic mode is used. Meeting any of these conditions triggers an alert
- enabled
This property is required. Boolean - The detection is enabled (
true
) or disabled (false
) - thresholds Property Map
- Custom thresholds for high GC activity. If not set, automatic mode is used. Meeting any of these conditions triggers an alert
HostAnomaliesGcThresholds, HostAnomaliesGcThresholdsArgs
- Suspension
Percentage This property is required. int - GC suspension is higher than X% in 3 out of 5 samples
- Time
Percentage This property is required. int - GC time is higher than X% in 3 out of 5 samples
- Suspension
Percentage This property is required. int - GC suspension is higher than X% in 3 out of 5 samples
- Time
Percentage This property is required. int - GC time is higher than X% in 3 out of 5 samples
- suspension
Percentage This property is required. Integer - GC suspension is higher than X% in 3 out of 5 samples
- time
Percentage This property is required. Integer - GC time is higher than X% in 3 out of 5 samples
- suspension
Percentage This property is required. number - GC suspension is higher than X% in 3 out of 5 samples
- time
Percentage This property is required. number - GC time is higher than X% in 3 out of 5 samples
- suspension_
percentage This property is required. int - GC suspension is higher than X% in 3 out of 5 samples
- time_
percentage This property is required. int - GC time is higher than X% in 3 out of 5 samples
- suspension
Percentage This property is required. Number - GC suspension is higher than X% in 3 out of 5 samples
- time
Percentage This property is required. Number - GC time is higher than X% in 3 out of 5 samples
HostAnomaliesJava, HostAnomaliesJavaArgs
- Out
Of Pulumiverse.Memory Dynatrace. Inputs. Host Anomalies Java Out Of Memory - Configuration of Java out of memory problems detection
- Out
Of Pulumiverse.Threads Dynatrace. Inputs. Host Anomalies Java Out Of Threads - Configuration of Java out of threads problems detection
- Out
Of HostMemory Anomalies Java Out Of Memory - Configuration of Java out of memory problems detection
- Out
Of HostThreads Anomalies Java Out Of Threads - Configuration of Java out of threads problems detection
- out
Of HostMemory Anomalies Java Out Of Memory - Configuration of Java out of memory problems detection
- out
Of HostThreads Anomalies Java Out Of Threads - Configuration of Java out of threads problems detection
- out
Of HostMemory Anomalies Java Out Of Memory - Configuration of Java out of memory problems detection
- out
Of HostThreads Anomalies Java Out Of Threads - Configuration of Java out of threads problems detection
- out_
of_ Hostmemory Anomalies Java Out Of Memory - Configuration of Java out of memory problems detection
- out_
of_ Hostthreads Anomalies Java Out Of Threads - Configuration of Java out of threads problems detection
- out
Of Property MapMemory - Configuration of Java out of memory problems detection
- out
Of Property MapThreads - Configuration of Java out of threads problems detection
HostAnomaliesJavaOutOfMemory, HostAnomaliesJavaOutOfMemoryArgs
- Enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - Thresholds
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Java Out Of Memory Thresholds - Custom thresholds for Java out of memory. If not set, automatic mode is used
- Enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - Thresholds
Host
Anomalies Java Out Of Memory Thresholds - Custom thresholds for Java out of memory. If not set, automatic mode is used
- enabled
This property is required. Boolean - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Java Out Of Memory Thresholds - Custom thresholds for Java out of memory. If not set, automatic mode is used
- enabled
This property is required. boolean - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Java Out Of Memory Thresholds - Custom thresholds for Java out of memory. If not set, automatic mode is used
- enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Java Out Of Memory Thresholds - Custom thresholds for Java out of memory. If not set, automatic mode is used
- enabled
This property is required. Boolean - The detection is enabled (
true
) or disabled (false
) - thresholds Property Map
- Custom thresholds for Java out of memory. If not set, automatic mode is used
HostAnomaliesJavaOutOfMemoryThresholds, HostAnomaliesJavaOutOfMemoryThresholdsArgs
- Exception
Count This property is required. int - Alert if the number of Java out of memory exceptions is X per minute or higher
- Exception
Count This property is required. int - Alert if the number of Java out of memory exceptions is X per minute or higher
- exception
Count This property is required. Integer - Alert if the number of Java out of memory exceptions is X per minute or higher
- exception
Count This property is required. number - Alert if the number of Java out of memory exceptions is X per minute or higher
- exception_
count This property is required. int - Alert if the number of Java out of memory exceptions is X per minute or higher
- exception
Count This property is required. Number - Alert if the number of Java out of memory exceptions is X per minute or higher
HostAnomaliesJavaOutOfThreads, HostAnomaliesJavaOutOfThreadsArgs
- Enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - Thresholds
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Java Out Of Threads Thresholds - Custom thresholds for Java out of threads detection. If not set, automatic mode is used
- Enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - Thresholds
Host
Anomalies Java Out Of Threads Thresholds - Custom thresholds for Java out of threads detection. If not set, automatic mode is used
- enabled
This property is required. Boolean - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Java Out Of Threads Thresholds - Custom thresholds for Java out of threads detection. If not set, automatic mode is used
- enabled
This property is required. boolean - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Java Out Of Threads Thresholds - Custom thresholds for Java out of threads detection. If not set, automatic mode is used
- enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Java Out Of Threads Thresholds - Custom thresholds for Java out of threads detection. If not set, automatic mode is used
- enabled
This property is required. Boolean - The detection is enabled (
true
) or disabled (false
) - thresholds Property Map
- Custom thresholds for Java out of threads detection. If not set, automatic mode is used
HostAnomaliesJavaOutOfThreadsThresholds, HostAnomaliesJavaOutOfThreadsThresholdsArgs
- Exception
Count This property is required. int - Alert if the number of Java out of threads exceptions is X per minute or higher
- Exception
Count This property is required. int - Alert if the number of Java out of threads exceptions is X per minute or higher
- exception
Count This property is required. Integer - Alert if the number of Java out of threads exceptions is X per minute or higher
- exception
Count This property is required. number - Alert if the number of Java out of threads exceptions is X per minute or higher
- exception_
count This property is required. int - Alert if the number of Java out of threads exceptions is X per minute or higher
- exception
Count This property is required. Number - Alert if the number of Java out of threads exceptions is X per minute or higher
HostAnomaliesMemory, HostAnomaliesMemoryArgs
- Enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - Thresholds
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Memory Thresholds - Custom thresholds for high memory usage. If not set then the automatic mode is used. Both conditions must be met to trigger an alert
- Enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - Thresholds
Host
Anomalies Memory Thresholds - Custom thresholds for high memory usage. If not set then the automatic mode is used. Both conditions must be met to trigger an alert
- enabled
This property is required. Boolean - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Memory Thresholds - Custom thresholds for high memory usage. If not set then the automatic mode is used. Both conditions must be met to trigger an alert
- enabled
This property is required. boolean - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Memory Thresholds - Custom thresholds for high memory usage. If not set then the automatic mode is used. Both conditions must be met to trigger an alert
- enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Memory Thresholds - Custom thresholds for high memory usage. If not set then the automatic mode is used. Both conditions must be met to trigger an alert
- enabled
This property is required. Boolean - The detection is enabled (
true
) or disabled (false
) - thresholds Property Map
- Custom thresholds for high memory usage. If not set then the automatic mode is used. Both conditions must be met to trigger an alert
HostAnomaliesMemoryThresholds, HostAnomaliesMemoryThresholdsArgs
- Linux
This property is required. Pulumiverse.Dynatrace. Inputs. Host Anomalies Memory Thresholds Linux - Custom thresholds for Linux
- Windows
This property is required. Pulumiverse.Dynatrace. Inputs. Host Anomalies Memory Thresholds Windows - Custom thresholds for Windows
- Linux
This property is required. HostAnomalies Memory Thresholds Linux - Custom thresholds for Linux
- Windows
This property is required. HostAnomalies Memory Thresholds Windows - Custom thresholds for Windows
- linux
This property is required. HostAnomalies Memory Thresholds Linux - Custom thresholds for Linux
- windows
This property is required. HostAnomalies Memory Thresholds Windows - Custom thresholds for Windows
- linux
This property is required. HostAnomalies Memory Thresholds Linux - Custom thresholds for Linux
- windows
This property is required. HostAnomalies Memory Thresholds Windows - Custom thresholds for Windows
- linux
This property is required. HostAnomalies Memory Thresholds Linux - Custom thresholds for Linux
- windows
This property is required. HostAnomalies Memory Thresholds Windows - Custom thresholds for Windows
- linux
This property is required. Property Map - Custom thresholds for Linux
- windows
This property is required. Property Map - Custom thresholds for Windows
HostAnomaliesMemoryThresholdsLinux, HostAnomaliesMemoryThresholdsLinuxArgs
- Page
Faults This property is required. int - Memory page fault rate is higher than X faults per second
- Usage
This property is required. int - Memory usage is higher than X%
- Page
Faults This property is required. int - Memory page fault rate is higher than X faults per second
- Usage
This property is required. int - Memory usage is higher than X%
- page
Faults This property is required. Integer - Memory page fault rate is higher than X faults per second
- usage
This property is required. Integer - Memory usage is higher than X%
- page
Faults This property is required. number - Memory page fault rate is higher than X faults per second
- usage
This property is required. number - Memory usage is higher than X%
- page_
faults This property is required. int - Memory page fault rate is higher than X faults per second
- usage
This property is required. int - Memory usage is higher than X%
- page
Faults This property is required. Number - Memory page fault rate is higher than X faults per second
- usage
This property is required. Number - Memory usage is higher than X%
HostAnomaliesMemoryThresholdsWindows, HostAnomaliesMemoryThresholdsWindowsArgs
- Page
Faults This property is required. int - Memory page fault rate is higher than X faults per second
- Usage
This property is required. int - Memory usage is higher than X%
- Page
Faults This property is required. int - Memory page fault rate is higher than X faults per second
- Usage
This property is required. int - Memory usage is higher than X%
- page
Faults This property is required. Integer - Memory page fault rate is higher than X faults per second
- usage
This property is required. Integer - Memory usage is higher than X%
- page
Faults This property is required. number - Memory page fault rate is higher than X faults per second
- usage
This property is required. number - Memory usage is higher than X%
- page_
faults This property is required. int - Memory page fault rate is higher than X faults per second
- usage
This property is required. int - Memory usage is higher than X%
- page
Faults This property is required. Number - Memory page fault rate is higher than X faults per second
- usage
This property is required. Number - Memory usage is higher than X%
HostAnomaliesNetwork, HostAnomaliesNetworkArgs
- Connectivity
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Network Connectivity - Configuration of TCP connectivity problems detection
- Dropped
Packets Pulumiverse.Dynatrace. Inputs. Host Anomalies Network Dropped Packets - Configuration of high number of dropped packets detection
- Errors
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Network Errors - Configuration of high number of network errors detection
- Retransmission
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Network Retransmission - Configuration of high retransmission rate detection
- Utilization
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Network Utilization - Configuration of high network utilization detection
- Connectivity
Host
Anomalies Network Connectivity - Configuration of TCP connectivity problems detection
- Dropped
Packets HostAnomalies Network Dropped Packets - Configuration of high number of dropped packets detection
- Errors
Host
Anomalies Network Errors - Configuration of high number of network errors detection
- Retransmission
Host
Anomalies Network Retransmission - Configuration of high retransmission rate detection
- Utilization
Host
Anomalies Network Utilization - Configuration of high network utilization detection
- connectivity
Host
Anomalies Network Connectivity - Configuration of TCP connectivity problems detection
- dropped
Packets HostAnomalies Network Dropped Packets - Configuration of high number of dropped packets detection
- errors
Host
Anomalies Network Errors - Configuration of high number of network errors detection
- retransmission
Host
Anomalies Network Retransmission - Configuration of high retransmission rate detection
- utilization
Host
Anomalies Network Utilization - Configuration of high network utilization detection
- connectivity
Host
Anomalies Network Connectivity - Configuration of TCP connectivity problems detection
- dropped
Packets HostAnomalies Network Dropped Packets - Configuration of high number of dropped packets detection
- errors
Host
Anomalies Network Errors - Configuration of high number of network errors detection
- retransmission
Host
Anomalies Network Retransmission - Configuration of high retransmission rate detection
- utilization
Host
Anomalies Network Utilization - Configuration of high network utilization detection
- connectivity
Host
Anomalies Network Connectivity - Configuration of TCP connectivity problems detection
- dropped_
packets HostAnomalies Network Dropped Packets - Configuration of high number of dropped packets detection
- errors
Host
Anomalies Network Errors - Configuration of high number of network errors detection
- retransmission
Host
Anomalies Network Retransmission - Configuration of high retransmission rate detection
- utilization
Host
Anomalies Network Utilization - Configuration of high network utilization detection
- connectivity Property Map
- Configuration of TCP connectivity problems detection
- dropped
Packets Property Map - Configuration of high number of dropped packets detection
- errors Property Map
- Configuration of high number of network errors detection
- retransmission Property Map
- Configuration of high retransmission rate detection
- utilization Property Map
- Configuration of high network utilization detection
HostAnomaliesNetworkConnectivity, HostAnomaliesNetworkConnectivityArgs
- Enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - Thresholds
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Network Connectivity Thresholds - Custom thresholds for TCP connection problems. If not set, automatic mode is used. All of these conditions must be met to trigger an alert
- Enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - Thresholds
Host
Anomalies Network Connectivity Thresholds - Custom thresholds for TCP connection problems. If not set, automatic mode is used. All of these conditions must be met to trigger an alert
- enabled
This property is required. Boolean - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Network Connectivity Thresholds - Custom thresholds for TCP connection problems. If not set, automatic mode is used. All of these conditions must be met to trigger an alert
- enabled
This property is required. boolean - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Network Connectivity Thresholds - Custom thresholds for TCP connection problems. If not set, automatic mode is used. All of these conditions must be met to trigger an alert
- enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Network Connectivity Thresholds - Custom thresholds for TCP connection problems. If not set, automatic mode is used. All of these conditions must be met to trigger an alert
- enabled
This property is required. Boolean - The detection is enabled (
true
) or disabled (false
) - thresholds Property Map
- Custom thresholds for TCP connection problems. If not set, automatic mode is used. All of these conditions must be met to trigger an alert
HostAnomaliesNetworkConnectivityThresholds, HostAnomaliesNetworkConnectivityThresholdsArgs
- Failed
Connections This property is required. int - Number of failed connections is higher than X connections per minute in 3 out of 5 samples
- New
Connection Failures This property is required. int - Percentage of new connection failures is higher than X% in 3 out of 5 samples
- Failed
Connections This property is required. int - Number of failed connections is higher than X connections per minute in 3 out of 5 samples
- New
Connection Failures This property is required. int - Percentage of new connection failures is higher than X% in 3 out of 5 samples
- failed
Connections This property is required. Integer - Number of failed connections is higher than X connections per minute in 3 out of 5 samples
- new
Connection Failures This property is required. Integer - Percentage of new connection failures is higher than X% in 3 out of 5 samples
- failed
Connections This property is required. number - Number of failed connections is higher than X connections per minute in 3 out of 5 samples
- new
Connection Failures This property is required. number - Percentage of new connection failures is higher than X% in 3 out of 5 samples
- failed_
connections This property is required. int - Number of failed connections is higher than X connections per minute in 3 out of 5 samples
- new_
connection_ failures This property is required. int - Percentage of new connection failures is higher than X% in 3 out of 5 samples
- failed
Connections This property is required. Number - Number of failed connections is higher than X connections per minute in 3 out of 5 samples
- new
Connection Failures This property is required. Number - Percentage of new connection failures is higher than X% in 3 out of 5 samples
HostAnomaliesNetworkDroppedPackets, HostAnomaliesNetworkDroppedPacketsArgs
- Enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - Thresholds
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Network Dropped Packets Thresholds - Custom thresholds for dropped packets. If not set, automatic mode is used. All of these conditions must be met to trigger an alert
- Enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - Thresholds
Host
Anomalies Network Dropped Packets Thresholds - Custom thresholds for dropped packets. If not set, automatic mode is used. All of these conditions must be met to trigger an alert
- enabled
This property is required. Boolean - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Network Dropped Packets Thresholds - Custom thresholds for dropped packets. If not set, automatic mode is used. All of these conditions must be met to trigger an alert
- enabled
This property is required. boolean - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Network Dropped Packets Thresholds - Custom thresholds for dropped packets. If not set, automatic mode is used. All of these conditions must be met to trigger an alert
- enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Network Dropped Packets Thresholds - Custom thresholds for dropped packets. If not set, automatic mode is used. All of these conditions must be met to trigger an alert
- enabled
This property is required. Boolean - The detection is enabled (
true
) or disabled (false
) - thresholds Property Map
- Custom thresholds for dropped packets. If not set, automatic mode is used. All of these conditions must be met to trigger an alert
HostAnomaliesNetworkDroppedPacketsThresholds, HostAnomaliesNetworkDroppedPacketsThresholdsArgs
- Dropped
Packets This property is required. int - Receive/transmit dropped packet percentage is higher than X% in 3 out of 5 samples
- Total
Packets Rate This property is required. int - Total receive/transmit packets rate is higher than X packets per second in 3 out of 5 samples
- Dropped
Packets This property is required. int - Receive/transmit dropped packet percentage is higher than X% in 3 out of 5 samples
- Total
Packets Rate This property is required. int - Total receive/transmit packets rate is higher than X packets per second in 3 out of 5 samples
- dropped
Packets This property is required. Integer - Receive/transmit dropped packet percentage is higher than X% in 3 out of 5 samples
- total
Packets Rate This property is required. Integer - Total receive/transmit packets rate is higher than X packets per second in 3 out of 5 samples
- dropped
Packets This property is required. number - Receive/transmit dropped packet percentage is higher than X% in 3 out of 5 samples
- total
Packets Rate This property is required. number - Total receive/transmit packets rate is higher than X packets per second in 3 out of 5 samples
- dropped_
packets This property is required. int - Receive/transmit dropped packet percentage is higher than X% in 3 out of 5 samples
- total_
packets_ rate This property is required. int - Total receive/transmit packets rate is higher than X packets per second in 3 out of 5 samples
- dropped
Packets This property is required. Number - Receive/transmit dropped packet percentage is higher than X% in 3 out of 5 samples
- total
Packets Rate This property is required. Number - Total receive/transmit packets rate is higher than X packets per second in 3 out of 5 samples
HostAnomaliesNetworkErrors, HostAnomaliesNetworkErrorsArgs
- Enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - Thresholds
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Network Errors Thresholds - Custom thresholds for network errors. If not set, automatic mode is used. All of these conditions must be met to trigger an alert
- Enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - Thresholds
Host
Anomalies Network Errors Thresholds - Custom thresholds for network errors. If not set, automatic mode is used. All of these conditions must be met to trigger an alert
- enabled
This property is required. Boolean - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Network Errors Thresholds - Custom thresholds for network errors. If not set, automatic mode is used. All of these conditions must be met to trigger an alert
- enabled
This property is required. boolean - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Network Errors Thresholds - Custom thresholds for network errors. If not set, automatic mode is used. All of these conditions must be met to trigger an alert
- enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Network Errors Thresholds - Custom thresholds for network errors. If not set, automatic mode is used. All of these conditions must be met to trigger an alert
- enabled
This property is required. Boolean - The detection is enabled (
true
) or disabled (false
) - thresholds Property Map
- Custom thresholds for network errors. If not set, automatic mode is used. All of these conditions must be met to trigger an alert
HostAnomaliesNetworkErrorsThresholds, HostAnomaliesNetworkErrorsThresholdsArgs
- Errors
Percentage This property is required. int - Receive/transmit error packet percentage is higher than X% in 3 out of 5 samples
- Total
Packets Rate This property is required. int - Total receive/transmit packets rate is higher than X packets per second in 3 out of 5 samples
- Errors
Percentage This property is required. int - Receive/transmit error packet percentage is higher than X% in 3 out of 5 samples
- Total
Packets Rate This property is required. int - Total receive/transmit packets rate is higher than X packets per second in 3 out of 5 samples
- errors
Percentage This property is required. Integer - Receive/transmit error packet percentage is higher than X% in 3 out of 5 samples
- total
Packets Rate This property is required. Integer - Total receive/transmit packets rate is higher than X packets per second in 3 out of 5 samples
- errors
Percentage This property is required. number - Receive/transmit error packet percentage is higher than X% in 3 out of 5 samples
- total
Packets Rate This property is required. number - Total receive/transmit packets rate is higher than X packets per second in 3 out of 5 samples
- errors_
percentage This property is required. int - Receive/transmit error packet percentage is higher than X% in 3 out of 5 samples
- total_
packets_ rate This property is required. int - Total receive/transmit packets rate is higher than X packets per second in 3 out of 5 samples
- errors
Percentage This property is required. Number - Receive/transmit error packet percentage is higher than X% in 3 out of 5 samples
- total
Packets Rate This property is required. Number - Total receive/transmit packets rate is higher than X packets per second in 3 out of 5 samples
HostAnomaliesNetworkRetransmission, HostAnomaliesNetworkRetransmissionArgs
- Enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - Thresholds
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Network Retransmission Thresholds - Custom thresholds for high retransmission rate. If not set, automatic mode is used. All of these conditions must be met to trigger an alert
- Enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - Thresholds
Host
Anomalies Network Retransmission Thresholds - Custom thresholds for high retransmission rate. If not set, automatic mode is used. All of these conditions must be met to trigger an alert
- enabled
This property is required. Boolean - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Network Retransmission Thresholds - Custom thresholds for high retransmission rate. If not set, automatic mode is used. All of these conditions must be met to trigger an alert
- enabled
This property is required. boolean - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Network Retransmission Thresholds - Custom thresholds for high retransmission rate. If not set, automatic mode is used. All of these conditions must be met to trigger an alert
- enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Network Retransmission Thresholds - Custom thresholds for high retransmission rate. If not set, automatic mode is used. All of these conditions must be met to trigger an alert
- enabled
This property is required. Boolean - The detection is enabled (
true
) or disabled (false
) - thresholds Property Map
- Custom thresholds for high retransmission rate. If not set, automatic mode is used. All of these conditions must be met to trigger an alert
HostAnomaliesNetworkRetransmissionThresholds, HostAnomaliesNetworkRetransmissionThresholdsArgs
- Retransmission
Rate This property is required. int - Retransmission rate is higher than X% in 3 out of 5 samples
- Retransmitted
Packets This property is required. int - Number of retransmitted packets is higher than X packets per minute in 3 out of 5 samples
- Retransmission
Rate This property is required. int - Retransmission rate is higher than X% in 3 out of 5 samples
- Retransmitted
Packets This property is required. int - Number of retransmitted packets is higher than X packets per minute in 3 out of 5 samples
- retransmission
Rate This property is required. Integer - Retransmission rate is higher than X% in 3 out of 5 samples
- retransmitted
Packets This property is required. Integer - Number of retransmitted packets is higher than X packets per minute in 3 out of 5 samples
- retransmission
Rate This property is required. number - Retransmission rate is higher than X% in 3 out of 5 samples
- retransmitted
Packets This property is required. number - Number of retransmitted packets is higher than X packets per minute in 3 out of 5 samples
- retransmission_
rate This property is required. int - Retransmission rate is higher than X% in 3 out of 5 samples
- retransmitted_
packets This property is required. int - Number of retransmitted packets is higher than X packets per minute in 3 out of 5 samples
- retransmission
Rate This property is required. Number - Retransmission rate is higher than X% in 3 out of 5 samples
- retransmitted
Packets This property is required. Number - Number of retransmitted packets is higher than X packets per minute in 3 out of 5 samples
HostAnomaliesNetworkUtilization, HostAnomaliesNetworkUtilizationArgs
- Enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - Thresholds
Pulumiverse.
Dynatrace. Inputs. Host Anomalies Network Utilization Thresholds - Custom thresholds for high network utilization. If not set, automatic mode is used
- Enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - Thresholds
Host
Anomalies Network Utilization Thresholds - Custom thresholds for high network utilization. If not set, automatic mode is used
- enabled
This property is required. Boolean - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Network Utilization Thresholds - Custom thresholds for high network utilization. If not set, automatic mode is used
- enabled
This property is required. boolean - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Network Utilization Thresholds - Custom thresholds for high network utilization. If not set, automatic mode is used
- enabled
This property is required. bool - The detection is enabled (
true
) or disabled (false
) - thresholds
Host
Anomalies Network Utilization Thresholds - Custom thresholds for high network utilization. If not set, automatic mode is used
- enabled
This property is required. Boolean - The detection is enabled (
true
) or disabled (false
) - thresholds Property Map
- Custom thresholds for high network utilization. If not set, automatic mode is used
HostAnomaliesNetworkUtilizationThresholds, HostAnomaliesNetworkUtilizationThresholdsArgs
- Utilization
This property is required. int - Alert if sent/received traffic utilization is higher than X% in 3 out of 5 samples
- Utilization
This property is required. int - Alert if sent/received traffic utilization is higher than X% in 3 out of 5 samples
- utilization
This property is required. Integer - Alert if sent/received traffic utilization is higher than X% in 3 out of 5 samples
- utilization
This property is required. number - Alert if sent/received traffic utilization is higher than X% in 3 out of 5 samples
- utilization
This property is required. int - Alert if sent/received traffic utilization is higher than X% in 3 out of 5 samples
- utilization
This property is required. Number - Alert if sent/received traffic utilization is higher than X% in 3 out of 5 samples
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.