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

dynatrace.HttpMonitorOutage

Explore with Pulumi AI

Create HttpMonitorOutage Resource

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

Constructor syntax

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

@overload
def HttpMonitorOutage(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      global_outages: Optional[bool] = None,
                      local_outages: Optional[bool] = None,
                      global_consecutive_outage_count_threshold: Optional[int] = None,
                      local_consecutive_outage_count_threshold: Optional[int] = None,
                      local_location_outage_count_threshold: Optional[int] = None,
                      scope: Optional[str] = None)
func NewHttpMonitorOutage(ctx *Context, name string, args HttpMonitorOutageArgs, opts ...ResourceOption) (*HttpMonitorOutage, error)
public HttpMonitorOutage(string name, HttpMonitorOutageArgs args, CustomResourceOptions? opts = null)
public HttpMonitorOutage(String name, HttpMonitorOutageArgs args)
public HttpMonitorOutage(String name, HttpMonitorOutageArgs args, CustomResourceOptions options)
type: dynatrace:HttpMonitorOutage
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. HttpMonitorOutageArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. HttpMonitorOutageArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. HttpMonitorOutageArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. HttpMonitorOutageArgs
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. HttpMonitorOutageArgs
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 httpMonitorOutageResource = new Dynatrace.HttpMonitorOutage("httpMonitorOutageResource", new()
{
    GlobalOutages = false,
    LocalOutages = false,
    GlobalConsecutiveOutageCountThreshold = 0,
    LocalConsecutiveOutageCountThreshold = 0,
    LocalLocationOutageCountThreshold = 0,
    Scope = "string",
});
Copy
example, err := dynatrace.NewHttpMonitorOutage(ctx, "httpMonitorOutageResource", &dynatrace.HttpMonitorOutageArgs{
	GlobalOutages:                         pulumi.Bool(false),
	LocalOutages:                          pulumi.Bool(false),
	GlobalConsecutiveOutageCountThreshold: pulumi.Int(0),
	LocalConsecutiveOutageCountThreshold:  pulumi.Int(0),
	LocalLocationOutageCountThreshold:     pulumi.Int(0),
	Scope:                                 pulumi.String("string"),
})
Copy
var httpMonitorOutageResource = new HttpMonitorOutage("httpMonitorOutageResource", HttpMonitorOutageArgs.builder()
    .globalOutages(false)
    .localOutages(false)
    .globalConsecutiveOutageCountThreshold(0)
    .localConsecutiveOutageCountThreshold(0)
    .localLocationOutageCountThreshold(0)
    .scope("string")
    .build());
Copy
http_monitor_outage_resource = dynatrace.HttpMonitorOutage("httpMonitorOutageResource",
    global_outages=False,
    local_outages=False,
    global_consecutive_outage_count_threshold=0,
    local_consecutive_outage_count_threshold=0,
    local_location_outage_count_threshold=0,
    scope="string")
Copy
const httpMonitorOutageResource = new dynatrace.HttpMonitorOutage("httpMonitorOutageResource", {
    globalOutages: false,
    localOutages: false,
    globalConsecutiveOutageCountThreshold: 0,
    localConsecutiveOutageCountThreshold: 0,
    localLocationOutageCountThreshold: 0,
    scope: "string",
});
Copy
type: dynatrace:HttpMonitorOutage
properties:
    globalConsecutiveOutageCountThreshold: 0
    globalOutages: false
    localConsecutiveOutageCountThreshold: 0
    localLocationOutageCountThreshold: 0
    localOutages: false
    scope: string
Copy

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

GlobalOutages This property is required. bool
(Field has overlap with dynatrace.HttpMonitor) Generate a problem and send an alert when the monitor is unavailable at all configured locations.
LocalOutages This property is required. bool
(Field has overlap with dynatrace.HttpMonitor) Generate a problem and send an alert when the monitor is unavailable for one or more consecutive runs at any location.
GlobalConsecutiveOutageCountThreshold int
(Field has overlap with dynatrace.HttpMonitor) Alert if all locations are unable to access my web application
LocalConsecutiveOutageCountThreshold int
(Field has overlap with dynatrace.HttpMonitor) are unable to access my web application
LocalLocationOutageCountThreshold int
(Field has overlap with dynatrace.HttpMonitor) Alert if at least
Scope Changes to this property will trigger replacement. string
The scope of this setting (HTTP_CHECK). Omit this property if you want to cover the whole environment.
GlobalOutages This property is required. bool
(Field has overlap with dynatrace.HttpMonitor) Generate a problem and send an alert when the monitor is unavailable at all configured locations.
LocalOutages This property is required. bool
(Field has overlap with dynatrace.HttpMonitor) Generate a problem and send an alert when the monitor is unavailable for one or more consecutive runs at any location.
GlobalConsecutiveOutageCountThreshold int
(Field has overlap with dynatrace.HttpMonitor) Alert if all locations are unable to access my web application
LocalConsecutiveOutageCountThreshold int
(Field has overlap with dynatrace.HttpMonitor) are unable to access my web application
LocalLocationOutageCountThreshold int
(Field has overlap with dynatrace.HttpMonitor) Alert if at least
Scope Changes to this property will trigger replacement. string
The scope of this setting (HTTP_CHECK). Omit this property if you want to cover the whole environment.
globalOutages This property is required. Boolean
(Field has overlap with dynatrace.HttpMonitor) Generate a problem and send an alert when the monitor is unavailable at all configured locations.
localOutages This property is required. Boolean
(Field has overlap with dynatrace.HttpMonitor) Generate a problem and send an alert when the monitor is unavailable for one or more consecutive runs at any location.
globalConsecutiveOutageCountThreshold Integer
(Field has overlap with dynatrace.HttpMonitor) Alert if all locations are unable to access my web application
localConsecutiveOutageCountThreshold Integer
(Field has overlap with dynatrace.HttpMonitor) are unable to access my web application
localLocationOutageCountThreshold Integer
(Field has overlap with dynatrace.HttpMonitor) Alert if at least
scope Changes to this property will trigger replacement. String
The scope of this setting (HTTP_CHECK). Omit this property if you want to cover the whole environment.
globalOutages This property is required. boolean
(Field has overlap with dynatrace.HttpMonitor) Generate a problem and send an alert when the monitor is unavailable at all configured locations.
localOutages This property is required. boolean
(Field has overlap with dynatrace.HttpMonitor) Generate a problem and send an alert when the monitor is unavailable for one or more consecutive runs at any location.
globalConsecutiveOutageCountThreshold number
(Field has overlap with dynatrace.HttpMonitor) Alert if all locations are unable to access my web application
localConsecutiveOutageCountThreshold number
(Field has overlap with dynatrace.HttpMonitor) are unable to access my web application
localLocationOutageCountThreshold number
(Field has overlap with dynatrace.HttpMonitor) Alert if at least
scope Changes to this property will trigger replacement. string
The scope of this setting (HTTP_CHECK). Omit this property if you want to cover the whole environment.
global_outages This property is required. bool
(Field has overlap with dynatrace.HttpMonitor) Generate a problem and send an alert when the monitor is unavailable at all configured locations.
local_outages This property is required. bool
(Field has overlap with dynatrace.HttpMonitor) Generate a problem and send an alert when the monitor is unavailable for one or more consecutive runs at any location.
global_consecutive_outage_count_threshold int
(Field has overlap with dynatrace.HttpMonitor) Alert if all locations are unable to access my web application
local_consecutive_outage_count_threshold int
(Field has overlap with dynatrace.HttpMonitor) are unable to access my web application
local_location_outage_count_threshold int
(Field has overlap with dynatrace.HttpMonitor) Alert if at least
scope Changes to this property will trigger replacement. str
The scope of this setting (HTTP_CHECK). Omit this property if you want to cover the whole environment.
globalOutages This property is required. Boolean
(Field has overlap with dynatrace.HttpMonitor) Generate a problem and send an alert when the monitor is unavailable at all configured locations.
localOutages This property is required. Boolean
(Field has overlap with dynatrace.HttpMonitor) Generate a problem and send an alert when the monitor is unavailable for one or more consecutive runs at any location.
globalConsecutiveOutageCountThreshold Number
(Field has overlap with dynatrace.HttpMonitor) Alert if all locations are unable to access my web application
localConsecutiveOutageCountThreshold Number
(Field has overlap with dynatrace.HttpMonitor) are unable to access my web application
localLocationOutageCountThreshold Number
(Field has overlap with dynatrace.HttpMonitor) Alert if at least
scope Changes to this property will trigger replacement. String
The scope of this setting (HTTP_CHECK). Omit this property if you want to cover the whole environment.

Outputs

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

Get an existing HttpMonitorOutage 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?: HttpMonitorOutageState, opts?: CustomResourceOptions): HttpMonitorOutage
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        global_consecutive_outage_count_threshold: Optional[int] = None,
        global_outages: Optional[bool] = None,
        local_consecutive_outage_count_threshold: Optional[int] = None,
        local_location_outage_count_threshold: Optional[int] = None,
        local_outages: Optional[bool] = None,
        scope: Optional[str] = None) -> HttpMonitorOutage
func GetHttpMonitorOutage(ctx *Context, name string, id IDInput, state *HttpMonitorOutageState, opts ...ResourceOption) (*HttpMonitorOutage, error)
public static HttpMonitorOutage Get(string name, Input<string> id, HttpMonitorOutageState? state, CustomResourceOptions? opts = null)
public static HttpMonitorOutage get(String name, Output<String> id, HttpMonitorOutageState state, CustomResourceOptions options)
resources:  _:    type: dynatrace:HttpMonitorOutage    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
GlobalConsecutiveOutageCountThreshold int
(Field has overlap with dynatrace.HttpMonitor) Alert if all locations are unable to access my web application
GlobalOutages bool
(Field has overlap with dynatrace.HttpMonitor) Generate a problem and send an alert when the monitor is unavailable at all configured locations.
LocalConsecutiveOutageCountThreshold int
(Field has overlap with dynatrace.HttpMonitor) are unable to access my web application
LocalLocationOutageCountThreshold int
(Field has overlap with dynatrace.HttpMonitor) Alert if at least
LocalOutages bool
(Field has overlap with dynatrace.HttpMonitor) Generate a problem and send an alert when the monitor is unavailable for one or more consecutive runs at any location.
Scope Changes to this property will trigger replacement. string
The scope of this setting (HTTP_CHECK). Omit this property if you want to cover the whole environment.
GlobalConsecutiveOutageCountThreshold int
(Field has overlap with dynatrace.HttpMonitor) Alert if all locations are unable to access my web application
GlobalOutages bool
(Field has overlap with dynatrace.HttpMonitor) Generate a problem and send an alert when the monitor is unavailable at all configured locations.
LocalConsecutiveOutageCountThreshold int
(Field has overlap with dynatrace.HttpMonitor) are unable to access my web application
LocalLocationOutageCountThreshold int
(Field has overlap with dynatrace.HttpMonitor) Alert if at least
LocalOutages bool
(Field has overlap with dynatrace.HttpMonitor) Generate a problem and send an alert when the monitor is unavailable for one or more consecutive runs at any location.
Scope Changes to this property will trigger replacement. string
The scope of this setting (HTTP_CHECK). Omit this property if you want to cover the whole environment.
globalConsecutiveOutageCountThreshold Integer
(Field has overlap with dynatrace.HttpMonitor) Alert if all locations are unable to access my web application
globalOutages Boolean
(Field has overlap with dynatrace.HttpMonitor) Generate a problem and send an alert when the monitor is unavailable at all configured locations.
localConsecutiveOutageCountThreshold Integer
(Field has overlap with dynatrace.HttpMonitor) are unable to access my web application
localLocationOutageCountThreshold Integer
(Field has overlap with dynatrace.HttpMonitor) Alert if at least
localOutages Boolean
(Field has overlap with dynatrace.HttpMonitor) Generate a problem and send an alert when the monitor is unavailable for one or more consecutive runs at any location.
scope Changes to this property will trigger replacement. String
The scope of this setting (HTTP_CHECK). Omit this property if you want to cover the whole environment.
globalConsecutiveOutageCountThreshold number
(Field has overlap with dynatrace.HttpMonitor) Alert if all locations are unable to access my web application
globalOutages boolean
(Field has overlap with dynatrace.HttpMonitor) Generate a problem and send an alert when the monitor is unavailable at all configured locations.
localConsecutiveOutageCountThreshold number
(Field has overlap with dynatrace.HttpMonitor) are unable to access my web application
localLocationOutageCountThreshold number
(Field has overlap with dynatrace.HttpMonitor) Alert if at least
localOutages boolean
(Field has overlap with dynatrace.HttpMonitor) Generate a problem and send an alert when the monitor is unavailable for one or more consecutive runs at any location.
scope Changes to this property will trigger replacement. string
The scope of this setting (HTTP_CHECK). Omit this property if you want to cover the whole environment.
global_consecutive_outage_count_threshold int
(Field has overlap with dynatrace.HttpMonitor) Alert if all locations are unable to access my web application
global_outages bool
(Field has overlap with dynatrace.HttpMonitor) Generate a problem and send an alert when the monitor is unavailable at all configured locations.
local_consecutive_outage_count_threshold int
(Field has overlap with dynatrace.HttpMonitor) are unable to access my web application
local_location_outage_count_threshold int
(Field has overlap with dynatrace.HttpMonitor) Alert if at least
local_outages bool
(Field has overlap with dynatrace.HttpMonitor) Generate a problem and send an alert when the monitor is unavailable for one or more consecutive runs at any location.
scope Changes to this property will trigger replacement. str
The scope of this setting (HTTP_CHECK). Omit this property if you want to cover the whole environment.
globalConsecutiveOutageCountThreshold Number
(Field has overlap with dynatrace.HttpMonitor) Alert if all locations are unable to access my web application
globalOutages Boolean
(Field has overlap with dynatrace.HttpMonitor) Generate a problem and send an alert when the monitor is unavailable at all configured locations.
localConsecutiveOutageCountThreshold Number
(Field has overlap with dynatrace.HttpMonitor) are unable to access my web application
localLocationOutageCountThreshold Number
(Field has overlap with dynatrace.HttpMonitor) Alert if at least
localOutages Boolean
(Field has overlap with dynatrace.HttpMonitor) Generate a problem and send an alert when the monitor is unavailable for one or more consecutive runs at any location.
scope Changes to this property will trigger replacement. String
The scope of this setting (HTTP_CHECK). Omit this property if you want to cover the whole environment.

Package Details

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