Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse
dynatrace.DiskEdgeAnomalyDetectors
Explore with Pulumi AI
Create DiskEdgeAnomalyDetectors Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DiskEdgeAnomalyDetectors(name: string, args: DiskEdgeAnomalyDetectorsArgs, opts?: CustomResourceOptions);
@overload
def DiskEdgeAnomalyDetectors(resource_name: str,
args: DiskEdgeAnomalyDetectorsArgs,
opts: Optional[ResourceOptions] = None)
@overload
def DiskEdgeAnomalyDetectors(resource_name: str,
opts: Optional[ResourceOptions] = None,
enabled: Optional[bool] = None,
policy_name: Optional[str] = None,
alerts: Optional[DiskEdgeAnomalyDetectorsAlertsArgs] = None,
disk_name_filters: Optional[Sequence[str]] = None,
event_properties: Optional[DiskEdgeAnomalyDetectorsEventPropertiesArgs] = None,
host_metadata_conditions: Optional[DiskEdgeAnomalyDetectorsHostMetadataConditionsArgs] = None,
operating_systems: Optional[Sequence[str]] = None,
scope: Optional[str] = None)
func NewDiskEdgeAnomalyDetectors(ctx *Context, name string, args DiskEdgeAnomalyDetectorsArgs, opts ...ResourceOption) (*DiskEdgeAnomalyDetectors, error)
public DiskEdgeAnomalyDetectors(string name, DiskEdgeAnomalyDetectorsArgs args, CustomResourceOptions? opts = null)
public DiskEdgeAnomalyDetectors(String name, DiskEdgeAnomalyDetectorsArgs args)
public DiskEdgeAnomalyDetectors(String name, DiskEdgeAnomalyDetectorsArgs args, CustomResourceOptions options)
type: dynatrace:DiskEdgeAnomalyDetectors
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args DiskEdgeAnomalyDetectorsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DiskEdgeAnomalyDetectorsArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DiskEdgeAnomalyDetectorsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DiskEdgeAnomalyDetectorsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DiskEdgeAnomalyDetectorsArgs
- 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 diskEdgeAnomalyDetectorsResource = new Dynatrace.DiskEdgeAnomalyDetectors("diskEdgeAnomalyDetectorsResource", new()
{
Enabled = false,
PolicyName = "string",
Alerts = new Dynatrace.Inputs.DiskEdgeAnomalyDetectorsAlertsArgs
{
Alerts = new[]
{
new Dynatrace.Inputs.DiskEdgeAnomalyDetectorsAlertsAlertArgs
{
Trigger = "string",
SampleCountThresholds = new Dynatrace.Inputs.DiskEdgeAnomalyDetectorsAlertsAlertSampleCountThresholdsArgs
{
DealertingEvaluationWindow = 0,
DealertingSamples = 0,
ViolatingEvaluationWindow = 0,
ViolatingSamples = 0,
},
SampleCountThresholdsImmediately = new Dynatrace.Inputs.DiskEdgeAnomalyDetectorsAlertsAlertSampleCountThresholdsImmediatelyArgs
{
DealertingEvaluationWindow = 0,
DealertingSamples = 0,
ViolatingEvaluationWindow = 0,
ViolatingSamples = 0,
},
ThresholdMebibytes = 0,
ThresholdMilliseconds = 0,
ThresholdNumber = 0,
ThresholdPercent = 0,
},
},
},
DiskNameFilters = new[]
{
"string",
},
EventProperties = new Dynatrace.Inputs.DiskEdgeAnomalyDetectorsEventPropertiesArgs
{
EventProperties = new[]
{
new Dynatrace.Inputs.DiskEdgeAnomalyDetectorsEventPropertiesEventPropertyArgs
{
MetadataKey = "string",
MetadataValue = "string",
},
},
},
HostMetadataConditions = new Dynatrace.Inputs.DiskEdgeAnomalyDetectorsHostMetadataConditionsArgs
{
HostMetadataConditions = new[]
{
new Dynatrace.Inputs.DiskEdgeAnomalyDetectorsHostMetadataConditionsHostMetadataConditionArgs
{
HostMetadataCondition = new Dynatrace.Inputs.DiskEdgeAnomalyDetectorsHostMetadataConditionsHostMetadataConditionHostMetadataConditionArgs
{
MetadataCondition = "string",
MetadataKey = "string",
},
},
},
},
OperatingSystems = new[]
{
"string",
},
Scope = "string",
});
example, err := dynatrace.NewDiskEdgeAnomalyDetectors(ctx, "diskEdgeAnomalyDetectorsResource", &dynatrace.DiskEdgeAnomalyDetectorsArgs{
Enabled: pulumi.Bool(false),
PolicyName: pulumi.String("string"),
Alerts: &dynatrace.DiskEdgeAnomalyDetectorsAlertsArgs{
Alerts: dynatrace.DiskEdgeAnomalyDetectorsAlertsAlertArray{
&dynatrace.DiskEdgeAnomalyDetectorsAlertsAlertArgs{
Trigger: pulumi.String("string"),
SampleCountThresholds: &dynatrace.DiskEdgeAnomalyDetectorsAlertsAlertSampleCountThresholdsArgs{
DealertingEvaluationWindow: pulumi.Int(0),
DealertingSamples: pulumi.Int(0),
ViolatingEvaluationWindow: pulumi.Int(0),
ViolatingSamples: pulumi.Int(0),
},
SampleCountThresholdsImmediately: &dynatrace.DiskEdgeAnomalyDetectorsAlertsAlertSampleCountThresholdsImmediatelyArgs{
DealertingEvaluationWindow: pulumi.Int(0),
DealertingSamples: pulumi.Int(0),
ViolatingEvaluationWindow: pulumi.Int(0),
ViolatingSamples: pulumi.Int(0),
},
ThresholdMebibytes: pulumi.Float64(0),
ThresholdMilliseconds: pulumi.Float64(0),
ThresholdNumber: pulumi.Float64(0),
ThresholdPercent: pulumi.Float64(0),
},
},
},
DiskNameFilters: pulumi.StringArray{
pulumi.String("string"),
},
EventProperties: &dynatrace.DiskEdgeAnomalyDetectorsEventPropertiesArgs{
EventProperties: dynatrace.DiskEdgeAnomalyDetectorsEventPropertiesEventPropertyArray{
&dynatrace.DiskEdgeAnomalyDetectorsEventPropertiesEventPropertyArgs{
MetadataKey: pulumi.String("string"),
MetadataValue: pulumi.String("string"),
},
},
},
HostMetadataConditions: &dynatrace.DiskEdgeAnomalyDetectorsHostMetadataConditionsArgs{
HostMetadataConditions: dynatrace.DiskEdgeAnomalyDetectorsHostMetadataConditionsHostMetadataConditionArray{
&dynatrace.DiskEdgeAnomalyDetectorsHostMetadataConditionsHostMetadataConditionArgs{
HostMetadataCondition: &dynatrace.DiskEdgeAnomalyDetectorsHostMetadataConditionsHostMetadataConditionHostMetadataConditionArgs{
MetadataCondition: pulumi.String("string"),
MetadataKey: pulumi.String("string"),
},
},
},
},
OperatingSystems: pulumi.StringArray{
pulumi.String("string"),
},
Scope: pulumi.String("string"),
})
var diskEdgeAnomalyDetectorsResource = new DiskEdgeAnomalyDetectors("diskEdgeAnomalyDetectorsResource", DiskEdgeAnomalyDetectorsArgs.builder()
.enabled(false)
.policyName("string")
.alerts(DiskEdgeAnomalyDetectorsAlertsArgs.builder()
.alerts(DiskEdgeAnomalyDetectorsAlertsAlertArgs.builder()
.trigger("string")
.sampleCountThresholds(DiskEdgeAnomalyDetectorsAlertsAlertSampleCountThresholdsArgs.builder()
.dealertingEvaluationWindow(0)
.dealertingSamples(0)
.violatingEvaluationWindow(0)
.violatingSamples(0)
.build())
.sampleCountThresholdsImmediately(DiskEdgeAnomalyDetectorsAlertsAlertSampleCountThresholdsImmediatelyArgs.builder()
.dealertingEvaluationWindow(0)
.dealertingSamples(0)
.violatingEvaluationWindow(0)
.violatingSamples(0)
.build())
.thresholdMebibytes(0)
.thresholdMilliseconds(0)
.thresholdNumber(0)
.thresholdPercent(0)
.build())
.build())
.diskNameFilters("string")
.eventProperties(DiskEdgeAnomalyDetectorsEventPropertiesArgs.builder()
.eventProperties(DiskEdgeAnomalyDetectorsEventPropertiesEventPropertyArgs.builder()
.metadataKey("string")
.metadataValue("string")
.build())
.build())
.hostMetadataConditions(DiskEdgeAnomalyDetectorsHostMetadataConditionsArgs.builder()
.hostMetadataConditions(DiskEdgeAnomalyDetectorsHostMetadataConditionsHostMetadataConditionArgs.builder()
.hostMetadataCondition(DiskEdgeAnomalyDetectorsHostMetadataConditionsHostMetadataConditionHostMetadataConditionArgs.builder()
.metadataCondition("string")
.metadataKey("string")
.build())
.build())
.build())
.operatingSystems("string")
.scope("string")
.build());
disk_edge_anomaly_detectors_resource = dynatrace.DiskEdgeAnomalyDetectors("diskEdgeAnomalyDetectorsResource",
enabled=False,
policy_name="string",
alerts=dynatrace.DiskEdgeAnomalyDetectorsAlertsArgs(
alerts=[dynatrace.DiskEdgeAnomalyDetectorsAlertsAlertArgs(
trigger="string",
sample_count_thresholds=dynatrace.DiskEdgeAnomalyDetectorsAlertsAlertSampleCountThresholdsArgs(
dealerting_evaluation_window=0,
dealerting_samples=0,
violating_evaluation_window=0,
violating_samples=0,
),
sample_count_thresholds_immediately=dynatrace.DiskEdgeAnomalyDetectorsAlertsAlertSampleCountThresholdsImmediatelyArgs(
dealerting_evaluation_window=0,
dealerting_samples=0,
violating_evaluation_window=0,
violating_samples=0,
),
threshold_mebibytes=0,
threshold_milliseconds=0,
threshold_number=0,
threshold_percent=0,
)],
),
disk_name_filters=["string"],
event_properties=dynatrace.DiskEdgeAnomalyDetectorsEventPropertiesArgs(
event_properties=[dynatrace.DiskEdgeAnomalyDetectorsEventPropertiesEventPropertyArgs(
metadata_key="string",
metadata_value="string",
)],
),
host_metadata_conditions=dynatrace.DiskEdgeAnomalyDetectorsHostMetadataConditionsArgs(
host_metadata_conditions=[dynatrace.DiskEdgeAnomalyDetectorsHostMetadataConditionsHostMetadataConditionArgs(
host_metadata_condition=dynatrace.DiskEdgeAnomalyDetectorsHostMetadataConditionsHostMetadataConditionHostMetadataConditionArgs(
metadata_condition="string",
metadata_key="string",
),
)],
),
operating_systems=["string"],
scope="string")
const diskEdgeAnomalyDetectorsResource = new dynatrace.DiskEdgeAnomalyDetectors("diskEdgeAnomalyDetectorsResource", {
enabled: false,
policyName: "string",
alerts: {
alerts: [{
trigger: "string",
sampleCountThresholds: {
dealertingEvaluationWindow: 0,
dealertingSamples: 0,
violatingEvaluationWindow: 0,
violatingSamples: 0,
},
sampleCountThresholdsImmediately: {
dealertingEvaluationWindow: 0,
dealertingSamples: 0,
violatingEvaluationWindow: 0,
violatingSamples: 0,
},
thresholdMebibytes: 0,
thresholdMilliseconds: 0,
thresholdNumber: 0,
thresholdPercent: 0,
}],
},
diskNameFilters: ["string"],
eventProperties: {
eventProperties: [{
metadataKey: "string",
metadataValue: "string",
}],
},
hostMetadataConditions: {
hostMetadataConditions: [{
hostMetadataCondition: {
metadataCondition: "string",
metadataKey: "string",
},
}],
},
operatingSystems: ["string"],
scope: "string",
});
type: dynatrace:DiskEdgeAnomalyDetectors
properties:
alerts:
alerts:
- sampleCountThresholds:
dealertingEvaluationWindow: 0
dealertingSamples: 0
violatingEvaluationWindow: 0
violatingSamples: 0
sampleCountThresholdsImmediately:
dealertingEvaluationWindow: 0
dealertingSamples: 0
violatingEvaluationWindow: 0
violatingSamples: 0
thresholdMebibytes: 0
thresholdMilliseconds: 0
thresholdNumber: 0
thresholdPercent: 0
trigger: string
diskNameFilters:
- string
enabled: false
eventProperties:
eventProperties:
- metadataKey: string
metadataValue: string
hostMetadataConditions:
hostMetadataConditions:
- hostMetadataCondition:
metadataCondition: string
metadataKey: string
operatingSystems:
- string
policyName: string
scope: string
DiskEdgeAnomalyDetectors Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The DiskEdgeAnomalyDetectors resource accepts the following input properties:
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Policy
Name string - Policy name
- Alerts
Pulumiverse.
Dynatrace. Inputs. Disk Edge Anomaly Detectors Alerts - Alerts
- Disk
Name List<string>Filters - Disk will be included in this policy if any of the filters match
- Event
Properties Pulumiverse.Dynatrace. Inputs. Disk Edge Anomaly Detectors Event Properties - Set of additional key-value properties to be attached to the triggered event.
- Host
Metadata Pulumiverse.Conditions Dynatrace. Inputs. Disk Edge Anomaly Detectors Host Metadata Conditions - The policy will be enabled if all conditions are met
- Operating
Systems List<string> - Select the operating systems on which policy should be applied
- Scope string
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Policy
Name string - Policy name
- Alerts
Disk
Edge Anomaly Detectors Alerts Args - Alerts
- Disk
Name []stringFilters - Disk will be included in this policy if any of the filters match
- Event
Properties DiskEdge Anomaly Detectors Event Properties Args - Set of additional key-value properties to be attached to the triggered event.
- Host
Metadata DiskConditions Edge Anomaly Detectors Host Metadata Conditions Args - The policy will be enabled if all conditions are met
- Operating
Systems []string - Select the operating systems on which policy should be applied
- Scope string
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - policy
Name String - Policy name
- alerts
Disk
Edge Anomaly Detectors Alerts - Alerts
- disk
Name List<String>Filters - Disk will be included in this policy if any of the filters match
- event
Properties DiskEdge Anomaly Detectors Event Properties - Set of additional key-value properties to be attached to the triggered event.
- host
Metadata DiskConditions Edge Anomaly Detectors Host Metadata Conditions - The policy will be enabled if all conditions are met
- operating
Systems List<String> - Select the operating systems on which policy should be applied
- scope String
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- enabled boolean
- This setting is enabled (
true
) or disabled (false
) - policy
Name string - Policy name
- alerts
Disk
Edge Anomaly Detectors Alerts - Alerts
- disk
Name string[]Filters - Disk will be included in this policy if any of the filters match
- event
Properties DiskEdge Anomaly Detectors Event Properties - Set of additional key-value properties to be attached to the triggered event.
- host
Metadata DiskConditions Edge Anomaly Detectors Host Metadata Conditions - The policy will be enabled if all conditions are met
- operating
Systems string[] - Select the operating systems on which policy should be applied
- scope string
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- enabled bool
- This setting is enabled (
true
) or disabled (false
) - policy_
name str - Policy name
- alerts
Disk
Edge Anomaly Detectors Alerts Args - Alerts
- disk_
name_ Sequence[str]filters - Disk will be included in this policy if any of the filters match
- event_
properties DiskEdge Anomaly Detectors Event Properties Args - Set of additional key-value properties to be attached to the triggered event.
- host_
metadata_ Diskconditions Edge Anomaly Detectors Host Metadata Conditions Args - The policy will be enabled if all conditions are met
- operating_
systems Sequence[str] - Select the operating systems on which policy should be applied
- scope str
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - policy
Name String - Policy name
- alerts Property Map
- Alerts
- disk
Name List<String>Filters - Disk will be included in this policy if any of the filters match
- event
Properties Property Map - Set of additional key-value properties to be attached to the triggered event.
- host
Metadata Property MapConditions - The policy will be enabled if all conditions are met
- operating
Systems List<String> - Select the operating systems on which policy should be applied
- scope String
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
Outputs
All input properties are implicitly available as output properties. Additionally, the DiskEdgeAnomalyDetectors 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 DiskEdgeAnomalyDetectors Resource
Get an existing DiskEdgeAnomalyDetectors 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?: DiskEdgeAnomalyDetectorsState, opts?: CustomResourceOptions): DiskEdgeAnomalyDetectors
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
alerts: Optional[DiskEdgeAnomalyDetectorsAlertsArgs] = None,
disk_name_filters: Optional[Sequence[str]] = None,
enabled: Optional[bool] = None,
event_properties: Optional[DiskEdgeAnomalyDetectorsEventPropertiesArgs] = None,
host_metadata_conditions: Optional[DiskEdgeAnomalyDetectorsHostMetadataConditionsArgs] = None,
operating_systems: Optional[Sequence[str]] = None,
policy_name: Optional[str] = None,
scope: Optional[str] = None) -> DiskEdgeAnomalyDetectors
func GetDiskEdgeAnomalyDetectors(ctx *Context, name string, id IDInput, state *DiskEdgeAnomalyDetectorsState, opts ...ResourceOption) (*DiskEdgeAnomalyDetectors, error)
public static DiskEdgeAnomalyDetectors Get(string name, Input<string> id, DiskEdgeAnomalyDetectorsState? state, CustomResourceOptions? opts = null)
public static DiskEdgeAnomalyDetectors get(String name, Output<String> id, DiskEdgeAnomalyDetectorsState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Alerts
Pulumiverse.
Dynatrace. Inputs. Disk Edge Anomaly Detectors Alerts - Alerts
- Disk
Name List<string>Filters - Disk will be included in this policy if any of the filters match
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Event
Properties Pulumiverse.Dynatrace. Inputs. Disk Edge Anomaly Detectors Event Properties - Set of additional key-value properties to be attached to the triggered event.
- Host
Metadata Pulumiverse.Conditions Dynatrace. Inputs. Disk Edge Anomaly Detectors Host Metadata Conditions - The policy will be enabled if all conditions are met
- Operating
Systems List<string> - Select the operating systems on which policy should be applied
- Policy
Name string - Policy name
- Scope string
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- Alerts
Disk
Edge Anomaly Detectors Alerts Args - Alerts
- Disk
Name []stringFilters - Disk will be included in this policy if any of the filters match
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Event
Properties DiskEdge Anomaly Detectors Event Properties Args - Set of additional key-value properties to be attached to the triggered event.
- Host
Metadata DiskConditions Edge Anomaly Detectors Host Metadata Conditions Args - The policy will be enabled if all conditions are met
- Operating
Systems []string - Select the operating systems on which policy should be applied
- Policy
Name string - Policy name
- Scope string
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- alerts
Disk
Edge Anomaly Detectors Alerts - Alerts
- disk
Name List<String>Filters - Disk will be included in this policy if any of the filters match
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - event
Properties DiskEdge Anomaly Detectors Event Properties - Set of additional key-value properties to be attached to the triggered event.
- host
Metadata DiskConditions Edge Anomaly Detectors Host Metadata Conditions - The policy will be enabled if all conditions are met
- operating
Systems List<String> - Select the operating systems on which policy should be applied
- policy
Name String - Policy name
- scope String
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- alerts
Disk
Edge Anomaly Detectors Alerts - Alerts
- disk
Name string[]Filters - Disk will be included in this policy if any of the filters match
- enabled boolean
- This setting is enabled (
true
) or disabled (false
) - event
Properties DiskEdge Anomaly Detectors Event Properties - Set of additional key-value properties to be attached to the triggered event.
- host
Metadata DiskConditions Edge Anomaly Detectors Host Metadata Conditions - The policy will be enabled if all conditions are met
- operating
Systems string[] - Select the operating systems on which policy should be applied
- policy
Name string - Policy name
- scope string
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- alerts
Disk
Edge Anomaly Detectors Alerts Args - Alerts
- disk_
name_ Sequence[str]filters - Disk will be included in this policy if any of the filters match
- enabled bool
- This setting is enabled (
true
) or disabled (false
) - event_
properties DiskEdge Anomaly Detectors Event Properties Args - Set of additional key-value properties to be attached to the triggered event.
- host_
metadata_ Diskconditions Edge Anomaly Detectors Host Metadata Conditions Args - The policy will be enabled if all conditions are met
- operating_
systems Sequence[str] - Select the operating systems on which policy should be applied
- policy_
name str - Policy name
- scope str
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
- alerts Property Map
- Alerts
- disk
Name List<String>Filters - Disk will be included in this policy if any of the filters match
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - event
Properties Property Map - Set of additional key-value properties to be attached to the triggered event.
- host
Metadata Property MapConditions - The policy will be enabled if all conditions are met
- operating
Systems List<String> - Select the operating systems on which policy should be applied
- policy
Name String - Policy name
- scope String
- The scope of this setting (HOST, HOST_GROUP). Omit this property if you want to cover the whole environment.
Supporting Types
DiskEdgeAnomalyDetectorsAlerts, DiskEdgeAnomalyDetectorsAlertsArgs
DiskEdgeAnomalyDetectorsAlertsAlert, DiskEdgeAnomalyDetectorsAlertsAlertArgs
- Trigger string
- Possible Values:
AVAILABLE_DISK_SPACE_MEBIBYTES_BELOW
,AVAILABLE_DISK_SPACE_PERCENT_BELOW
,AVAILABLE_INODES_NUMBER_BELOW
,AVAILABLE_INODES_PERCENT_BELOW
,READ_ONLY_FILE_SYSTEM
,READ_TIME_EXCEEDING
,WRITE_TIME_EXCEEDING
- Sample
Count Pulumiverse.Thresholds Dynatrace. Inputs. Disk Edge Anomaly Detectors Alerts Alert Sample Count Thresholds - no documentation available
- Sample
Count Pulumiverse.Thresholds Immediately Dynatrace. Inputs. Disk Edge Anomaly Detectors Alerts Alert Sample Count Thresholds Immediately - no documentation available
- Threshold
Mebibytes double - no documentation available
- Threshold
Milliseconds double - no documentation available
- Threshold
Number double - no documentation available
- Threshold
Percent double - no documentation available
- Trigger string
- Possible Values:
AVAILABLE_DISK_SPACE_MEBIBYTES_BELOW
,AVAILABLE_DISK_SPACE_PERCENT_BELOW
,AVAILABLE_INODES_NUMBER_BELOW
,AVAILABLE_INODES_PERCENT_BELOW
,READ_ONLY_FILE_SYSTEM
,READ_TIME_EXCEEDING
,WRITE_TIME_EXCEEDING
- Sample
Count DiskThresholds Edge Anomaly Detectors Alerts Alert Sample Count Thresholds - no documentation available
- Sample
Count DiskThresholds Immediately Edge Anomaly Detectors Alerts Alert Sample Count Thresholds Immediately - no documentation available
- Threshold
Mebibytes float64 - no documentation available
- Threshold
Milliseconds float64 - no documentation available
- Threshold
Number float64 - no documentation available
- Threshold
Percent float64 - no documentation available
- trigger String
- Possible Values:
AVAILABLE_DISK_SPACE_MEBIBYTES_BELOW
,AVAILABLE_DISK_SPACE_PERCENT_BELOW
,AVAILABLE_INODES_NUMBER_BELOW
,AVAILABLE_INODES_PERCENT_BELOW
,READ_ONLY_FILE_SYSTEM
,READ_TIME_EXCEEDING
,WRITE_TIME_EXCEEDING
- sample
Count DiskThresholds Edge Anomaly Detectors Alerts Alert Sample Count Thresholds - no documentation available
- sample
Count DiskThresholds Immediately Edge Anomaly Detectors Alerts Alert Sample Count Thresholds Immediately - no documentation available
- threshold
Mebibytes Double - no documentation available
- threshold
Milliseconds Double - no documentation available
- threshold
Number Double - no documentation available
- threshold
Percent Double - no documentation available
- trigger string
- Possible Values:
AVAILABLE_DISK_SPACE_MEBIBYTES_BELOW
,AVAILABLE_DISK_SPACE_PERCENT_BELOW
,AVAILABLE_INODES_NUMBER_BELOW
,AVAILABLE_INODES_PERCENT_BELOW
,READ_ONLY_FILE_SYSTEM
,READ_TIME_EXCEEDING
,WRITE_TIME_EXCEEDING
- sample
Count DiskThresholds Edge Anomaly Detectors Alerts Alert Sample Count Thresholds - no documentation available
- sample
Count DiskThresholds Immediately Edge Anomaly Detectors Alerts Alert Sample Count Thresholds Immediately - no documentation available
- threshold
Mebibytes number - no documentation available
- threshold
Milliseconds number - no documentation available
- threshold
Number number - no documentation available
- threshold
Percent number - no documentation available
- trigger str
- Possible Values:
AVAILABLE_DISK_SPACE_MEBIBYTES_BELOW
,AVAILABLE_DISK_SPACE_PERCENT_BELOW
,AVAILABLE_INODES_NUMBER_BELOW
,AVAILABLE_INODES_PERCENT_BELOW
,READ_ONLY_FILE_SYSTEM
,READ_TIME_EXCEEDING
,WRITE_TIME_EXCEEDING
- sample_
count_ Diskthresholds Edge Anomaly Detectors Alerts Alert Sample Count Thresholds - no documentation available
- sample_
count_ Diskthresholds_ immediately Edge Anomaly Detectors Alerts Alert Sample Count Thresholds Immediately - no documentation available
- threshold_
mebibytes float - no documentation available
- threshold_
milliseconds float - no documentation available
- threshold_
number float - no documentation available
- threshold_
percent float - no documentation available
- trigger String
- Possible Values:
AVAILABLE_DISK_SPACE_MEBIBYTES_BELOW
,AVAILABLE_DISK_SPACE_PERCENT_BELOW
,AVAILABLE_INODES_NUMBER_BELOW
,AVAILABLE_INODES_PERCENT_BELOW
,READ_ONLY_FILE_SYSTEM
,READ_TIME_EXCEEDING
,WRITE_TIME_EXCEEDING
- sample
Count Property MapThresholds - no documentation available
- sample
Count Property MapThresholds Immediately - no documentation available
- threshold
Mebibytes Number - no documentation available
- threshold
Milliseconds Number - no documentation available
- threshold
Number Number - no documentation available
- threshold
Percent Number - no documentation available
DiskEdgeAnomalyDetectorsAlertsAlertSampleCountThresholds, DiskEdgeAnomalyDetectorsAlertsAlertSampleCountThresholdsArgs
- Dealerting
Evaluation intWindow - The number of 10-second samples that form the sliding evaluation window for dealerting.
- Dealerting
Samples int - The number of 10-second samples within the evaluation window that must be lower than the threshold to close an event
- Violating
Evaluation intWindow - The number of 10-second samples that form the sliding evaluation window to detect violating samples.
- Violating
Samples int - The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
- Dealerting
Evaluation intWindow - The number of 10-second samples that form the sliding evaluation window for dealerting.
- Dealerting
Samples int - The number of 10-second samples within the evaluation window that must be lower than the threshold to close an event
- Violating
Evaluation intWindow - The number of 10-second samples that form the sliding evaluation window to detect violating samples.
- Violating
Samples int - The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
- dealerting
Evaluation IntegerWindow - The number of 10-second samples that form the sliding evaluation window for dealerting.
- dealerting
Samples Integer - The number of 10-second samples within the evaluation window that must be lower than the threshold to close an event
- violating
Evaluation IntegerWindow - The number of 10-second samples that form the sliding evaluation window to detect violating samples.
- violating
Samples Integer - The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
- dealerting
Evaluation numberWindow - The number of 10-second samples that form the sliding evaluation window for dealerting.
- dealerting
Samples number - The number of 10-second samples within the evaluation window that must be lower than the threshold to close an event
- violating
Evaluation numberWindow - The number of 10-second samples that form the sliding evaluation window to detect violating samples.
- violating
Samples number - The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
- dealerting_
evaluation_ intwindow - The number of 10-second samples that form the sliding evaluation window for dealerting.
- dealerting_
samples int - The number of 10-second samples within the evaluation window that must be lower than the threshold to close an event
- violating_
evaluation_ intwindow - The number of 10-second samples that form the sliding evaluation window to detect violating samples.
- violating_
samples int - The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
- dealerting
Evaluation NumberWindow - The number of 10-second samples that form the sliding evaluation window for dealerting.
- dealerting
Samples Number - The number of 10-second samples within the evaluation window that must be lower than the threshold to close an event
- violating
Evaluation NumberWindow - The number of 10-second samples that form the sliding evaluation window to detect violating samples.
- violating
Samples Number - The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
DiskEdgeAnomalyDetectorsAlertsAlertSampleCountThresholdsImmediately, DiskEdgeAnomalyDetectorsAlertsAlertSampleCountThresholdsImmediatelyArgs
- Dealerting
Evaluation intWindow - The number of 10-second samples that form the sliding evaluation window for dealerting.
- Dealerting
Samples int - The number of 10-second samples within the evaluation window that must be lower than the threshold to close an event
- Violating
Evaluation intWindow - The number of 10-second samples that form the sliding evaluation window to detect violating samples.
- Violating
Samples int - The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
- Dealerting
Evaluation intWindow - The number of 10-second samples that form the sliding evaluation window for dealerting.
- Dealerting
Samples int - The number of 10-second samples within the evaluation window that must be lower than the threshold to close an event
- Violating
Evaluation intWindow - The number of 10-second samples that form the sliding evaluation window to detect violating samples.
- Violating
Samples int - The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
- dealerting
Evaluation IntegerWindow - The number of 10-second samples that form the sliding evaluation window for dealerting.
- dealerting
Samples Integer - The number of 10-second samples within the evaluation window that must be lower than the threshold to close an event
- violating
Evaluation IntegerWindow - The number of 10-second samples that form the sliding evaluation window to detect violating samples.
- violating
Samples Integer - The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
- dealerting
Evaluation numberWindow - The number of 10-second samples that form the sliding evaluation window for dealerting.
- dealerting
Samples number - The number of 10-second samples within the evaluation window that must be lower than the threshold to close an event
- violating
Evaluation numberWindow - The number of 10-second samples that form the sliding evaluation window to detect violating samples.
- violating
Samples number - The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
- dealerting_
evaluation_ intwindow - The number of 10-second samples that form the sliding evaluation window for dealerting.
- dealerting_
samples int - The number of 10-second samples within the evaluation window that must be lower than the threshold to close an event
- violating_
evaluation_ intwindow - The number of 10-second samples that form the sliding evaluation window to detect violating samples.
- violating_
samples int - The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
- dealerting
Evaluation NumberWindow - The number of 10-second samples that form the sliding evaluation window for dealerting.
- dealerting
Samples Number - The number of 10-second samples within the evaluation window that must be lower than the threshold to close an event
- violating
Evaluation NumberWindow - The number of 10-second samples that form the sliding evaluation window to detect violating samples.
- violating
Samples Number - The number of 10-second samples within the evaluation window that must exceed the threshold to trigger an event
DiskEdgeAnomalyDetectorsEventProperties, DiskEdgeAnomalyDetectorsEventPropertiesArgs
DiskEdgeAnomalyDetectorsEventPropertiesEventProperty, DiskEdgeAnomalyDetectorsEventPropertiesEventPropertyArgs
- Metadata
Key string - Type 'dt.' for key hints.
- Metadata
Value string - no documentation available
- Metadata
Key string - Type 'dt.' for key hints.
- Metadata
Value string - no documentation available
- metadata
Key String - Type 'dt.' for key hints.
- metadata
Value String - no documentation available
- metadata
Key string - Type 'dt.' for key hints.
- metadata
Value string - no documentation available
- metadata_
key str - Type 'dt.' for key hints.
- metadata_
value str - no documentation available
- metadata
Key String - Type 'dt.' for key hints.
- metadata
Value String - no documentation available
DiskEdgeAnomalyDetectorsHostMetadataConditions, DiskEdgeAnomalyDetectorsHostMetadataConditionsArgs
DiskEdgeAnomalyDetectorsHostMetadataConditionsHostMetadataCondition, DiskEdgeAnomalyDetectorsHostMetadataConditionsHostMetadataConditionArgs
- host
Metadata Property MapCondition - no documentation available
DiskEdgeAnomalyDetectorsHostMetadataConditionsHostMetadataConditionHostMetadataCondition, DiskEdgeAnomalyDetectorsHostMetadataConditionsHostMetadataConditionHostMetadataConditionArgs
- Metadata
Condition string - This string has to match a required format.
- Metadata
Key string - Key
- Metadata
Condition string - This string has to match a required format.
- Metadata
Key string - Key
- metadata
Condition String - This string has to match a required format.
- metadata
Key String - Key
- metadata
Condition string - This string has to match a required format.
- metadata
Key string - Key
- metadata_
condition str - This string has to match a required format.
- metadata_
key str - Key
- metadata
Condition String - This string has to match a required format.
- metadata
Key String - Key
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.