1. Packages
  2. Dynatrace
  3. API Docs
  4. AlertingProfile
Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs

dynatrace.AlertingProfile

Explore with Pulumi AI

dynatrace logo
Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs

    Create AlertingProfile Resource

    new AlertingProfile(name: string, args: AlertingProfileArgs, opts?: CustomResourceOptions);
    @overload
    def AlertingProfile(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        display_name: Optional[str] = None,
                        event_type_filters: Optional[Sequence[AlertingProfileEventTypeFilterArgs]] = None,
                        metadata: Optional[AlertingProfileMetadataArgs] = None,
                        mz_id: Optional[str] = None,
                        rules: Optional[Sequence[AlertingProfileRuleArgs]] = None,
                        unknowns: Optional[str] = None)
    @overload
    def AlertingProfile(resource_name: str,
                        args: AlertingProfileArgs,
                        opts: Optional[ResourceOptions] = None)
    func NewAlertingProfile(ctx *Context, name string, args AlertingProfileArgs, opts ...ResourceOption) (*AlertingProfile, error)
    public AlertingProfile(string name, AlertingProfileArgs args, CustomResourceOptions? opts = null)
    public AlertingProfile(String name, AlertingProfileArgs args)
    public AlertingProfile(String name, AlertingProfileArgs args, CustomResourceOptions options)
    
    type: dynatrace:AlertingProfile
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args AlertingProfileArgs
    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 AlertingProfileArgs
    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 AlertingProfileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AlertingProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AlertingProfileArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

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

    DisplayName string

    The name of the alerting profile, displayed in the UI

    EventTypeFilters List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AlertingProfileEventTypeFilter>

    The list of event filters. For all filters that are negated inside of these event filters, that is all Predefined as well as Custom (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

    Metadata Lbrlabs.PulumiPackage.Dynatrace.Inputs.AlertingProfileMetadata

    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated:

    metadata exists for backwards compatibility but shouldn't get specified anymore

    MzId string

    The ID of the management zone to which the alerting profile applies

    Rules List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AlertingProfileRule>

    A list of rules for management zone usage. Each rule is evaluated independently of all other rules

    Unknowns string

    allows for configuring properties that are not explicitly supported by the current version of this provider

    DisplayName string

    The name of the alerting profile, displayed in the UI

    EventTypeFilters []AlertingProfileEventTypeFilterArgs

    The list of event filters. For all filters that are negated inside of these event filters, that is all Predefined as well as Custom (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

    Metadata AlertingProfileMetadataArgs

    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated:

    metadata exists for backwards compatibility but shouldn't get specified anymore

    MzId string

    The ID of the management zone to which the alerting profile applies

    Rules []AlertingProfileRuleArgs

    A list of rules for management zone usage. Each rule is evaluated independently of all other rules

    Unknowns string

    allows for configuring properties that are not explicitly supported by the current version of this provider

    displayName String

    The name of the alerting profile, displayed in the UI

    eventTypeFilters List<AlertingProfileEventTypeFilter>

    The list of event filters. For all filters that are negated inside of these event filters, that is all Predefined as well as Custom (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

    metadata AlertingProfileMetadata

    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated:

    metadata exists for backwards compatibility but shouldn't get specified anymore

    mzId String

    The ID of the management zone to which the alerting profile applies

    rules List<AlertingProfileRule>

    A list of rules for management zone usage. Each rule is evaluated independently of all other rules

    unknowns String

    allows for configuring properties that are not explicitly supported by the current version of this provider

    displayName string

    The name of the alerting profile, displayed in the UI

    eventTypeFilters AlertingProfileEventTypeFilter[]

    The list of event filters. For all filters that are negated inside of these event filters, that is all Predefined as well as Custom (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

    metadata AlertingProfileMetadata

    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated:

    metadata exists for backwards compatibility but shouldn't get specified anymore

    mzId string

    The ID of the management zone to which the alerting profile applies

    rules AlertingProfileRule[]

    A list of rules for management zone usage. Each rule is evaluated independently of all other rules

    unknowns string

    allows for configuring properties that are not explicitly supported by the current version of this provider

    display_name str

    The name of the alerting profile, displayed in the UI

    event_type_filters Sequence[AlertingProfileEventTypeFilterArgs]

    The list of event filters. For all filters that are negated inside of these event filters, that is all Predefined as well as Custom (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

    metadata AlertingProfileMetadataArgs

    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated:

    metadata exists for backwards compatibility but shouldn't get specified anymore

    mz_id str

    The ID of the management zone to which the alerting profile applies

    rules Sequence[AlertingProfileRuleArgs]

    A list of rules for management zone usage. Each rule is evaluated independently of all other rules

    unknowns str

    allows for configuring properties that are not explicitly supported by the current version of this provider

    displayName String

    The name of the alerting profile, displayed in the UI

    eventTypeFilters List<Property Map>

    The list of event filters. For all filters that are negated inside of these event filters, that is all Predefined as well as Custom (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

    metadata Property Map

    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated:

    metadata exists for backwards compatibility but shouldn't get specified anymore

    mzId String

    The ID of the management zone to which the alerting profile applies

    rules List<Property Map>

    A list of rules for management zone usage. Each rule is evaluated independently of all other rules

    unknowns String

    allows for configuring properties that are not explicitly supported by the current version of this provider

    Outputs

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

    Get an existing AlertingProfile 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?: AlertingProfileState, opts?: CustomResourceOptions): AlertingProfile
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            display_name: Optional[str] = None,
            event_type_filters: Optional[Sequence[AlertingProfileEventTypeFilterArgs]] = None,
            metadata: Optional[AlertingProfileMetadataArgs] = None,
            mz_id: Optional[str] = None,
            rules: Optional[Sequence[AlertingProfileRuleArgs]] = None,
            unknowns: Optional[str] = None) -> AlertingProfile
    func GetAlertingProfile(ctx *Context, name string, id IDInput, state *AlertingProfileState, opts ...ResourceOption) (*AlertingProfile, error)
    public static AlertingProfile Get(string name, Input<string> id, AlertingProfileState? state, CustomResourceOptions? opts = null)
    public static AlertingProfile get(String name, Output<String> id, AlertingProfileState 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.
    The following state arguments are supported:
    DisplayName string

    The name of the alerting profile, displayed in the UI

    EventTypeFilters List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AlertingProfileEventTypeFilter>

    The list of event filters. For all filters that are negated inside of these event filters, that is all Predefined as well as Custom (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

    Metadata Lbrlabs.PulumiPackage.Dynatrace.Inputs.AlertingProfileMetadata

    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated:

    metadata exists for backwards compatibility but shouldn't get specified anymore

    MzId string

    The ID of the management zone to which the alerting profile applies

    Rules List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AlertingProfileRule>

    A list of rules for management zone usage. Each rule is evaluated independently of all other rules

    Unknowns string

    allows for configuring properties that are not explicitly supported by the current version of this provider

    DisplayName string

    The name of the alerting profile, displayed in the UI

    EventTypeFilters []AlertingProfileEventTypeFilterArgs

    The list of event filters. For all filters that are negated inside of these event filters, that is all Predefined as well as Custom (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

    Metadata AlertingProfileMetadataArgs

    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated:

    metadata exists for backwards compatibility but shouldn't get specified anymore

    MzId string

    The ID of the management zone to which the alerting profile applies

    Rules []AlertingProfileRuleArgs

    A list of rules for management zone usage. Each rule is evaluated independently of all other rules

    Unknowns string

    allows for configuring properties that are not explicitly supported by the current version of this provider

    displayName String

    The name of the alerting profile, displayed in the UI

    eventTypeFilters List<AlertingProfileEventTypeFilter>

    The list of event filters. For all filters that are negated inside of these event filters, that is all Predefined as well as Custom (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

    metadata AlertingProfileMetadata

    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated:

    metadata exists for backwards compatibility but shouldn't get specified anymore

    mzId String

    The ID of the management zone to which the alerting profile applies

    rules List<AlertingProfileRule>

    A list of rules for management zone usage. Each rule is evaluated independently of all other rules

    unknowns String

    allows for configuring properties that are not explicitly supported by the current version of this provider

    displayName string

    The name of the alerting profile, displayed in the UI

    eventTypeFilters AlertingProfileEventTypeFilter[]

    The list of event filters. For all filters that are negated inside of these event filters, that is all Predefined as well as Custom (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

    metadata AlertingProfileMetadata

    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated:

    metadata exists for backwards compatibility but shouldn't get specified anymore

    mzId string

    The ID of the management zone to which the alerting profile applies

    rules AlertingProfileRule[]

    A list of rules for management zone usage. Each rule is evaluated independently of all other rules

    unknowns string

    allows for configuring properties that are not explicitly supported by the current version of this provider

    display_name str

    The name of the alerting profile, displayed in the UI

    event_type_filters Sequence[AlertingProfileEventTypeFilterArgs]

    The list of event filters. For all filters that are negated inside of these event filters, that is all Predefined as well as Custom (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

    metadata AlertingProfileMetadataArgs

    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated:

    metadata exists for backwards compatibility but shouldn't get specified anymore

    mz_id str

    The ID of the management zone to which the alerting profile applies

    rules Sequence[AlertingProfileRuleArgs]

    A list of rules for management zone usage. Each rule is evaluated independently of all other rules

    unknowns str

    allows for configuring properties that are not explicitly supported by the current version of this provider

    displayName String

    The name of the alerting profile, displayed in the UI

    eventTypeFilters List<Property Map>

    The list of event filters. For all filters that are negated inside of these event filters, that is all Predefined as well as Custom (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

    metadata Property Map

    metadata exists for backwards compatibility but shouldn't get specified anymore

    Deprecated:

    metadata exists for backwards compatibility but shouldn't get specified anymore

    mzId String

    The ID of the management zone to which the alerting profile applies

    rules List<Property Map>

    A list of rules for management zone usage. Each rule is evaluated independently of all other rules

    unknowns String

    allows for configuring properties that are not explicitly supported by the current version of this provider

    Supporting Types

    AlertingProfileEventTypeFilter, AlertingProfileEventTypeFilterArgs

    CustomEventFilters List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AlertingProfileEventTypeFilterCustomEventFilter>

    Configuration of a custom event filter. Filters custom events by title or description. If both specified, the AND logic applies

    PredefinedEventFilters List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AlertingProfileEventTypeFilterPredefinedEventFilter>

    Configuration of a custom event filter. Filters custom events by title or description. If both specified, the AND logic applies

    Unknowns string

    allows for configuring properties that are not explicitly supported by the current version of this provider

    CustomEventFilters []AlertingProfileEventTypeFilterCustomEventFilter

    Configuration of a custom event filter. Filters custom events by title or description. If both specified, the AND logic applies

    PredefinedEventFilters []AlertingProfileEventTypeFilterPredefinedEventFilter

    Configuration of a custom event filter. Filters custom events by title or description. If both specified, the AND logic applies

    Unknowns string

    allows for configuring properties that are not explicitly supported by the current version of this provider

    customEventFilters List<AlertingProfileEventTypeFilterCustomEventFilter>

    Configuration of a custom event filter. Filters custom events by title or description. If both specified, the AND logic applies

    predefinedEventFilters List<AlertingProfileEventTypeFilterPredefinedEventFilter>

    Configuration of a custom event filter. Filters custom events by title or description. If both specified, the AND logic applies

    unknowns String

    allows for configuring properties that are not explicitly supported by the current version of this provider

    customEventFilters AlertingProfileEventTypeFilterCustomEventFilter[]

    Configuration of a custom event filter. Filters custom events by title or description. If both specified, the AND logic applies

    predefinedEventFilters AlertingProfileEventTypeFilterPredefinedEventFilter[]

    Configuration of a custom event filter. Filters custom events by title or description. If both specified, the AND logic applies

    unknowns string

    allows for configuring properties that are not explicitly supported by the current version of this provider

    custom_event_filters Sequence[AlertingProfileEventTypeFilterCustomEventFilter]

    Configuration of a custom event filter. Filters custom events by title or description. If both specified, the AND logic applies

    predefined_event_filters Sequence[AlertingProfileEventTypeFilterPredefinedEventFilter]

    Configuration of a custom event filter. Filters custom events by title or description. If both specified, the AND logic applies

    unknowns str

    allows for configuring properties that are not explicitly supported by the current version of this provider

    customEventFilters List<Property Map>

    Configuration of a custom event filter. Filters custom events by title or description. If both specified, the AND logic applies

    predefinedEventFilters List<Property Map>

    Configuration of a custom event filter. Filters custom events by title or description. If both specified, the AND logic applies

    unknowns String

    allows for configuring properties that are not explicitly supported by the current version of this provider

    AlertingProfileEventTypeFilterCustomEventFilter, AlertingProfileEventTypeFilterCustomEventFilterArgs

    customDescriptionFilters List<Property Map>
    customTitleFilters List<Property Map>
    unknowns String

    allows for configuring properties that are not explicitly supported by the current version of this provider

    AlertingProfileEventTypeFilterCustomEventFilterCustomDescriptionFilter, AlertingProfileEventTypeFilterCustomEventFilterCustomDescriptionFilterArgs

    Operator string
    Value string
    CaseInsensitive bool
    Enabled bool
    Negate bool
    Unknowns string

    allows for configuring properties that are not explicitly supported by the current version of this provider

    Operator string
    Value string
    CaseInsensitive bool
    Enabled bool
    Negate bool
    Unknowns string

    allows for configuring properties that are not explicitly supported by the current version of this provider

    operator String
    value String
    caseInsensitive Boolean
    enabled Boolean
    negate Boolean
    unknowns String

    allows for configuring properties that are not explicitly supported by the current version of this provider

    operator string
    value string
    caseInsensitive boolean
    enabled boolean
    negate boolean
    unknowns string

    allows for configuring properties that are not explicitly supported by the current version of this provider

    operator str
    value str
    case_insensitive bool
    enabled bool
    negate bool
    unknowns str

    allows for configuring properties that are not explicitly supported by the current version of this provider

    operator String
    value String
    caseInsensitive Boolean
    enabled Boolean
    negate Boolean
    unknowns String

    allows for configuring properties that are not explicitly supported by the current version of this provider

    AlertingProfileEventTypeFilterCustomEventFilterCustomTitleFilter, AlertingProfileEventTypeFilterCustomEventFilterCustomTitleFilterArgs

    Operator string
    Value string
    CaseInsensitive bool
    Enabled bool
    Negate bool
    Unknowns string

    allows for configuring properties that are not explicitly supported by the current version of this provider

    Operator string
    Value string
    CaseInsensitive bool
    Enabled bool
    Negate bool
    Unknowns string

    allows for configuring properties that are not explicitly supported by the current version of this provider

    operator String
    value String
    caseInsensitive Boolean
    enabled Boolean
    negate Boolean
    unknowns String

    allows for configuring properties that are not explicitly supported by the current version of this provider

    operator string
    value string
    caseInsensitive boolean
    enabled boolean
    negate boolean
    unknowns string

    allows for configuring properties that are not explicitly supported by the current version of this provider

    operator str
    value str
    case_insensitive bool
    enabled bool
    negate bool
    unknowns str

    allows for configuring properties that are not explicitly supported by the current version of this provider

    operator String
    value String
    caseInsensitive Boolean
    enabled Boolean
    negate Boolean
    unknowns String

    allows for configuring properties that are not explicitly supported by the current version of this provider

    AlertingProfileEventTypeFilterPredefinedEventFilter, AlertingProfileEventTypeFilterPredefinedEventFilterArgs

    EventType string
    Negate bool
    Unknowns string

    allows for configuring properties that are not explicitly supported by the current version of this provider

    EventType string
    Negate bool
    Unknowns string

    allows for configuring properties that are not explicitly supported by the current version of this provider

    eventType String
    negate Boolean
    unknowns String

    allows for configuring properties that are not explicitly supported by the current version of this provider

    eventType string
    negate boolean
    unknowns string

    allows for configuring properties that are not explicitly supported by the current version of this provider

    event_type str
    negate bool
    unknowns str

    allows for configuring properties that are not explicitly supported by the current version of this provider

    eventType String
    negate Boolean
    unknowns String

    allows for configuring properties that are not explicitly supported by the current version of this provider

    AlertingProfileMetadata, AlertingProfileMetadataArgs

    ClusterVersion string

    Dynatrace server version

    ConfigurationVersions List<int>

    A Sorted list of the version numbers of the configuration

    CurrentConfigurationVersions List<string>

    A Sorted list of the version numbers of the configuration

    ClusterVersion string

    Dynatrace server version

    ConfigurationVersions []int

    A Sorted list of the version numbers of the configuration

    CurrentConfigurationVersions []string

    A Sorted list of the version numbers of the configuration

    clusterVersion String

    Dynatrace server version

    configurationVersions List<Integer>

    A Sorted list of the version numbers of the configuration

    currentConfigurationVersions List<String>

    A Sorted list of the version numbers of the configuration

    clusterVersion string

    Dynatrace server version

    configurationVersions number[]

    A Sorted list of the version numbers of the configuration

    currentConfigurationVersions string[]

    A Sorted list of the version numbers of the configuration

    cluster_version str

    Dynatrace server version

    configuration_versions Sequence[int]

    A Sorted list of the version numbers of the configuration

    current_configuration_versions Sequence[str]

    A Sorted list of the version numbers of the configuration

    clusterVersion String

    Dynatrace server version

    configurationVersions List<Number>

    A Sorted list of the version numbers of the configuration

    currentConfigurationVersions List<String>

    A Sorted list of the version numbers of the configuration

    AlertingProfileRule, AlertingProfileRuleArgs

    DelayInMinutes int

    Send a notification if a problem remains open longer than X minutes

    SeverityLevel string

    The severity level to trigger the alert. Possible values are AVAILABILITY, CUSTOM_ALERT, ERROR,MONITORING_UNAVAILABLE,PERFORMANCE and RESOURCE_CONTENTION.

    TagFilters List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AlertingProfileRuleTagFilter>

    Configuration of the tag filtering of the alerting profile

    Unknowns string

    allows for configuring properties that are not explicitly supported by the current version of this provider

    DelayInMinutes int

    Send a notification if a problem remains open longer than X minutes

    SeverityLevel string

    The severity level to trigger the alert. Possible values are AVAILABILITY, CUSTOM_ALERT, ERROR,MONITORING_UNAVAILABLE,PERFORMANCE and RESOURCE_CONTENTION.

    TagFilters []AlertingProfileRuleTagFilter

    Configuration of the tag filtering of the alerting profile

    Unknowns string

    allows for configuring properties that are not explicitly supported by the current version of this provider

    delayInMinutes Integer

    Send a notification if a problem remains open longer than X minutes

    severityLevel String

    The severity level to trigger the alert. Possible values are AVAILABILITY, CUSTOM_ALERT, ERROR,MONITORING_UNAVAILABLE,PERFORMANCE and RESOURCE_CONTENTION.

    tagFilters List<AlertingProfileRuleTagFilter>

    Configuration of the tag filtering of the alerting profile

    unknowns String

    allows for configuring properties that are not explicitly supported by the current version of this provider

    delayInMinutes number

    Send a notification if a problem remains open longer than X minutes

    severityLevel string

    The severity level to trigger the alert. Possible values are AVAILABILITY, CUSTOM_ALERT, ERROR,MONITORING_UNAVAILABLE,PERFORMANCE and RESOURCE_CONTENTION.

    tagFilters AlertingProfileRuleTagFilter[]

    Configuration of the tag filtering of the alerting profile

    unknowns string

    allows for configuring properties that are not explicitly supported by the current version of this provider

    delay_in_minutes int

    Send a notification if a problem remains open longer than X minutes

    severity_level str

    The severity level to trigger the alert. Possible values are AVAILABILITY, CUSTOM_ALERT, ERROR,MONITORING_UNAVAILABLE,PERFORMANCE and RESOURCE_CONTENTION.

    tag_filters Sequence[AlertingProfileRuleTagFilter]

    Configuration of the tag filtering of the alerting profile

    unknowns str

    allows for configuring properties that are not explicitly supported by the current version of this provider

    delayInMinutes Number

    Send a notification if a problem remains open longer than X minutes

    severityLevel String

    The severity level to trigger the alert. Possible values are AVAILABILITY, CUSTOM_ALERT, ERROR,MONITORING_UNAVAILABLE,PERFORMANCE and RESOURCE_CONTENTION.

    tagFilters List<Property Map>

    Configuration of the tag filtering of the alerting profile

    unknowns String

    allows for configuring properties that are not explicitly supported by the current version of this provider

    AlertingProfileRuleTagFilter, AlertingProfileRuleTagFilterArgs

    IncludeMode string
    TagFilters List<Lbrlabs.PulumiPackage.Dynatrace.Inputs.AlertingProfileRuleTagFilterTagFilter>
    Unknowns string

    allows for configuring properties that are not explicitly supported by the current version of this provider

    IncludeMode string
    TagFilters []AlertingProfileRuleTagFilterTagFilter
    Unknowns string

    allows for configuring properties that are not explicitly supported by the current version of this provider

    includeMode String
    tagFilters List<AlertingProfileRuleTagFilterTagFilter>
    unknowns String

    allows for configuring properties that are not explicitly supported by the current version of this provider

    includeMode string
    tagFilters AlertingProfileRuleTagFilterTagFilter[]
    unknowns string

    allows for configuring properties that are not explicitly supported by the current version of this provider

    include_mode str
    tag_filters Sequence[AlertingProfileRuleTagFilterTagFilter]
    unknowns str

    allows for configuring properties that are not explicitly supported by the current version of this provider

    includeMode String
    tagFilters List<Property Map>
    unknowns String

    allows for configuring properties that are not explicitly supported by the current version of this provider

    AlertingProfileRuleTagFilterTagFilter, AlertingProfileRuleTagFilterTagFilterArgs

    Context string
    Key string
    Value string
    Context string
    Key string
    Value string
    context String
    key String
    value String
    context string
    key string
    value string
    context str
    key str
    value str
    context String
    key String
    value String

    Package Details

    Repository
    dynatrace lbrlabs/pulumi-dynatrace
    License
    Apache-2.0
    Notes

    This Pulumi package is based on the dynatrace Terraform Provider.

    dynatrace logo
    Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs