
Dynatrace v0.1.0, May 24 23

Dynatrace v0.1.0, May 24 23
dynatrace.Alerting
Explore with Pulumi AI
Create Alerting Resource
new Alerting(name: string, args?: AlertingArgs, opts?: CustomResourceOptions);
@overload
def Alerting(resource_name: str,
opts: Optional[ResourceOptions] = None,
filters: Optional[AlertingFiltersArgs] = None,
legacy_id: Optional[str] = None,
management_zone: Optional[str] = None,
name: Optional[str] = None,
rules: Optional[AlertingRulesArgs] = None)
@overload
def Alerting(resource_name: str,
args: Optional[AlertingArgs] = None,
opts: Optional[ResourceOptions] = None)
func NewAlerting(ctx *Context, name string, args *AlertingArgs, opts ...ResourceOption) (*Alerting, error)
public Alerting(string name, AlertingArgs? args = null, CustomResourceOptions? opts = null)
public Alerting(String name, AlertingArgs args)
public Alerting(String name, AlertingArgs args, CustomResourceOptions options)
type: dynatrace:Alerting
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AlertingArgs
- 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 AlertingArgs
- 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 AlertingArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AlertingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AlertingArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Alerting 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 Alerting resource accepts the following input properties:
- Filters
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Alerting Filters Args The list of event filters. For all filters that are negated inside of these event filters, that is all
Predefined
as well asCustom
(Title and/or Description) ones the AND logic applies. For all non-negated ones the OR logic applies. Between these two groups, negated and non-negated, the AND logic applies. If you specify both severity rule and event filter, the AND logic applies- Legacy
Id string The ID of this setting when referred to by the Config REST API V1
- Management
Zone string The ID of the management zone to which the alerting profile applies
- Name string
The name of the alerting profile, displayed in the UI
- Rules
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Alerting Rules Args A list of rules for management zone usage. Each rule is evaluated independently of all other rules
- Filters
Alerting
Filters Args The list of event filters. For all filters that are negated inside of these event filters, that is all
Predefined
as well asCustom
(Title and/or Description) ones the AND logic applies. For all non-negated ones the OR logic applies. Between these two groups, negated and non-negated, the AND logic applies. If you specify both severity rule and event filter, the AND logic applies- Legacy
Id string The ID of this setting when referred to by the Config REST API V1
- Management
Zone string The ID of the management zone to which the alerting profile applies
- Name string
The name of the alerting profile, displayed in the UI
- Rules
Alerting
Rules Args A list of rules for management zone usage. Each rule is evaluated independently of all other rules
- filters
Alerting
Filters Args The list of event filters. For all filters that are negated inside of these event filters, that is all
Predefined
as well asCustom
(Title and/or Description) ones the AND logic applies. For all non-negated ones the OR logic applies. Between these two groups, negated and non-negated, the AND logic applies. If you specify both severity rule and event filter, the AND logic applies- legacy
Id String The ID of this setting when referred to by the Config REST API V1
- management
Zone String The ID of the management zone to which the alerting profile applies
- name String
The name of the alerting profile, displayed in the UI
- rules
Alerting
Rules Args A list of rules for management zone usage. Each rule is evaluated independently of all other rules
- filters
Alerting
Filters Args The list of event filters. For all filters that are negated inside of these event filters, that is all
Predefined
as well asCustom
(Title and/or Description) ones the AND logic applies. For all non-negated ones the OR logic applies. Between these two groups, negated and non-negated, the AND logic applies. If you specify both severity rule and event filter, the AND logic applies- legacy
Id string The ID of this setting when referred to by the Config REST API V1
- management
Zone string The ID of the management zone to which the alerting profile applies
- name string
The name of the alerting profile, displayed in the UI
- rules
Alerting
Rules Args A list of rules for management zone usage. Each rule is evaluated independently of all other rules
- filters
Alerting
Filters Args The list of event filters. For all filters that are negated inside of these event filters, that is all
Predefined
as well asCustom
(Title and/or Description) ones the AND logic applies. For all non-negated ones the OR logic applies. Between these two groups, negated and non-negated, the AND logic applies. If you specify both severity rule and event filter, the AND logic applies- legacy_
id str The ID of this setting when referred to by the Config REST API V1
- management_
zone str The ID of the management zone to which the alerting profile applies
- name str
The name of the alerting profile, displayed in the UI
- rules
Alerting
Rules Args A list of rules for management zone usage. Each rule is evaluated independently of all other rules
- filters Property Map
The list of event filters. For all filters that are negated inside of these event filters, that is all
Predefined
as well asCustom
(Title and/or Description) ones the AND logic applies. For all non-negated ones the OR logic applies. Between these two groups, negated and non-negated, the AND logic applies. If you specify both severity rule and event filter, the AND logic applies- legacy
Id String The ID of this setting when referred to by the Config REST API V1
- management
Zone String The ID of the management zone to which the alerting profile applies
- name String
The name of the alerting profile, displayed in the UI
- rules Property Map
A list of rules for management zone usage. Each rule is evaluated independently of all other rules
Outputs
All input properties are implicitly available as output properties. Additionally, the Alerting 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 Alerting Resource
Get an existing Alerting 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?: AlertingState, opts?: CustomResourceOptions): Alerting
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
filters: Optional[AlertingFiltersArgs] = None,
legacy_id: Optional[str] = None,
management_zone: Optional[str] = None,
name: Optional[str] = None,
rules: Optional[AlertingRulesArgs] = None) -> Alerting
func GetAlerting(ctx *Context, name string, id IDInput, state *AlertingState, opts ...ResourceOption) (*Alerting, error)
public static Alerting Get(string name, Input<string> id, AlertingState? state, CustomResourceOptions? opts = null)
public static Alerting get(String name, Output<String> id, AlertingState 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.
- Filters
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Alerting Filters Args The list of event filters. For all filters that are negated inside of these event filters, that is all
Predefined
as well asCustom
(Title and/or Description) ones the AND logic applies. For all non-negated ones the OR logic applies. Between these two groups, negated and non-negated, the AND logic applies. If you specify both severity rule and event filter, the AND logic applies- Legacy
Id string The ID of this setting when referred to by the Config REST API V1
- Management
Zone string The ID of the management zone to which the alerting profile applies
- Name string
The name of the alerting profile, displayed in the UI
- Rules
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Alerting Rules Args A list of rules for management zone usage. Each rule is evaluated independently of all other rules
- Filters
Alerting
Filters Args The list of event filters. For all filters that are negated inside of these event filters, that is all
Predefined
as well asCustom
(Title and/or Description) ones the AND logic applies. For all non-negated ones the OR logic applies. Between these two groups, negated and non-negated, the AND logic applies. If you specify both severity rule and event filter, the AND logic applies- Legacy
Id string The ID of this setting when referred to by the Config REST API V1
- Management
Zone string The ID of the management zone to which the alerting profile applies
- Name string
The name of the alerting profile, displayed in the UI
- Rules
Alerting
Rules Args A list of rules for management zone usage. Each rule is evaluated independently of all other rules
- filters
Alerting
Filters Args The list of event filters. For all filters that are negated inside of these event filters, that is all
Predefined
as well asCustom
(Title and/or Description) ones the AND logic applies. For all non-negated ones the OR logic applies. Between these two groups, negated and non-negated, the AND logic applies. If you specify both severity rule and event filter, the AND logic applies- legacy
Id String The ID of this setting when referred to by the Config REST API V1
- management
Zone String The ID of the management zone to which the alerting profile applies
- name String
The name of the alerting profile, displayed in the UI
- rules
Alerting
Rules Args A list of rules for management zone usage. Each rule is evaluated independently of all other rules
- filters
Alerting
Filters Args The list of event filters. For all filters that are negated inside of these event filters, that is all
Predefined
as well asCustom
(Title and/or Description) ones the AND logic applies. For all non-negated ones the OR logic applies. Between these two groups, negated and non-negated, the AND logic applies. If you specify both severity rule and event filter, the AND logic applies- legacy
Id string The ID of this setting when referred to by the Config REST API V1
- management
Zone string The ID of the management zone to which the alerting profile applies
- name string
The name of the alerting profile, displayed in the UI
- rules
Alerting
Rules Args A list of rules for management zone usage. Each rule is evaluated independently of all other rules
- filters
Alerting
Filters Args The list of event filters. For all filters that are negated inside of these event filters, that is all
Predefined
as well asCustom
(Title and/or Description) ones the AND logic applies. For all non-negated ones the OR logic applies. Between these two groups, negated and non-negated, the AND logic applies. If you specify both severity rule and event filter, the AND logic applies- legacy_
id str The ID of this setting when referred to by the Config REST API V1
- management_
zone str The ID of the management zone to which the alerting profile applies
- name str
The name of the alerting profile, displayed in the UI
- rules
Alerting
Rules Args A list of rules for management zone usage. Each rule is evaluated independently of all other rules
- filters Property Map
The list of event filters. For all filters that are negated inside of these event filters, that is all
Predefined
as well asCustom
(Title and/or Description) ones the AND logic applies. For all non-negated ones the OR logic applies. Between these two groups, negated and non-negated, the AND logic applies. If you specify both severity rule and event filter, the AND logic applies- legacy
Id String The ID of this setting when referred to by the Config REST API V1
- management
Zone String The ID of the management zone to which the alerting profile applies
- name String
The name of the alerting profile, displayed in the UI
- rules Property Map
A list of rules for management zone usage. Each rule is evaluated independently of all other rules
Supporting Types
AlertingFilters
- Filters
List<Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Alerting Filters Filter> A conditions for the metric usage
- Filters
[]Alerting
Filters Filter A conditions for the metric usage
- filters
List<Alerting
Filters Filter> A conditions for the metric usage
- filters
Alerting
Filters Filter[] A conditions for the metric usage
- filters
Sequence[Alerting
Filters Filter] A conditions for the metric usage
- filters List<Property Map>
A conditions for the metric usage
AlertingFiltersFilter
AlertingFiltersFilterCustom
AlertingFiltersFilterCustomDescription
- Operator string
- Value string
- Case
Sensitive bool - Enabled bool
- Negate bool
- Operator string
- Value string
- Case
Sensitive bool - Enabled bool
- Negate bool
- operator String
- value String
- case
Sensitive Boolean - enabled Boolean
- negate Boolean
- operator string
- value string
- case
Sensitive boolean - enabled boolean
- negate boolean
- operator str
- value str
- case_
sensitive bool - enabled bool
- negate bool
- operator String
- value String
- case
Sensitive Boolean - enabled Boolean
- negate Boolean
AlertingFiltersFilterCustomMetadata
AlertingFiltersFilterCustomMetadataItems
AlertingFiltersFilterCustomMetadataItemsFilter
AlertingFiltersFilterCustomTitle
- Operator string
- Value string
- Case
Sensitive bool - Enabled bool
- Negate bool
- Operator string
- Value string
- Case
Sensitive bool - Enabled bool
- Negate bool
- operator String
- value String
- case
Sensitive Boolean - enabled Boolean
- negate Boolean
- operator string
- value string
- case
Sensitive boolean - enabled boolean
- negate boolean
- operator str
- value str
- case_
sensitive bool - enabled bool
- negate bool
- operator String
- value String
- case
Sensitive Boolean - enabled Boolean
- negate Boolean
AlertingFiltersFilterPredefined
AlertingRules
- Rules
List<Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Alerting Rules Rule> A conditions for the metric usage
- Rules
[]Alerting
Rules Rule A conditions for the metric usage
- rules
List<Alerting
Rules Rule> A conditions for the metric usage
- rules
Alerting
Rules Rule[] A conditions for the metric usage
- rules
Sequence[Alerting
Rules Rule] A conditions for the metric usage
- rules List<Property Map>
A conditions for the metric usage
AlertingRulesRule
- Delay
In intMinutes - Include
Mode string - Severity
Level string - List<string>
- Delay
In intMinutes - Include
Mode string - Severity
Level string - []string
- delay
In IntegerMinutes - include
Mode String - severity
Level String - List<String>
- delay
In numberMinutes - include
Mode string - severity
Level string - string[]
- delay_
in_ intminutes - include_
mode str - severity_
level str - Sequence[str]
- delay
In NumberMinutes - include
Mode String - severity
Level String - List<String>
Package Details
- Repository
- dynatrace lbrlabs/pulumi-dynatrace
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
dynatrace
Terraform Provider.