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

dynatrace.SyntheticLocation

Explore with Pulumi AI

Create SyntheticLocation Resource

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

Constructor syntax

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

@overload
def SyntheticLocation(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      latitude: Optional[float] = None,
                      longitude: Optional[float] = None,
                      location_node_outage_delay_in_minutes: Optional[int] = None,
                      availability_location_outage: Optional[bool] = None,
                      city: Optional[str] = None,
                      country_code: Optional[str] = None,
                      deployment_type: Optional[str] = None,
                      availability_node_outage: Optional[bool] = None,
                      auto_update_chromium: Optional[bool] = None,
                      availability_notifications_enabled: Optional[bool] = None,
                      max_active_gate_count: Optional[int] = None,
                      min_active_gate_count: Optional[int] = None,
                      name: Optional[str] = None,
                      node_size: Optional[str] = None,
                      nodes: Optional[Sequence[str]] = None,
                      region_code: Optional[str] = None)
func NewSyntheticLocation(ctx *Context, name string, args SyntheticLocationArgs, opts ...ResourceOption) (*SyntheticLocation, error)
public SyntheticLocation(string name, SyntheticLocationArgs args, CustomResourceOptions? opts = null)
public SyntheticLocation(String name, SyntheticLocationArgs args)
public SyntheticLocation(String name, SyntheticLocationArgs args, CustomResourceOptions options)
type: dynatrace:SyntheticLocation
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. SyntheticLocationArgs
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. SyntheticLocationArgs
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. SyntheticLocationArgs
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. SyntheticLocationArgs
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. SyntheticLocationArgs
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 syntheticLocationResource = new Dynatrace.SyntheticLocation("syntheticLocationResource", new()
{
    Latitude = 0,
    Longitude = 0,
    LocationNodeOutageDelayInMinutes = 0,
    AvailabilityLocationOutage = false,
    City = "string",
    CountryCode = "string",
    DeploymentType = "string",
    AvailabilityNodeOutage = false,
    AutoUpdateChromium = false,
    AvailabilityNotificationsEnabled = false,
    MaxActiveGateCount = 0,
    MinActiveGateCount = 0,
    Name = "string",
    NodeSize = "string",
    Nodes = new[]
    {
        "string",
    },
    RegionCode = "string",
});
Copy
example, err := dynatrace.NewSyntheticLocation(ctx, "syntheticLocationResource", &dynatrace.SyntheticLocationArgs{
	Latitude:                         pulumi.Float64(0),
	Longitude:                        pulumi.Float64(0),
	LocationNodeOutageDelayInMinutes: pulumi.Int(0),
	AvailabilityLocationOutage:       pulumi.Bool(false),
	City:                             pulumi.String("string"),
	CountryCode:                      pulumi.String("string"),
	DeploymentType:                   pulumi.String("string"),
	AvailabilityNodeOutage:           pulumi.Bool(false),
	AutoUpdateChromium:               pulumi.Bool(false),
	AvailabilityNotificationsEnabled: pulumi.Bool(false),
	MaxActiveGateCount:               pulumi.Int(0),
	MinActiveGateCount:               pulumi.Int(0),
	Name:                             pulumi.String("string"),
	NodeSize:                         pulumi.String("string"),
	Nodes: pulumi.StringArray{
		pulumi.String("string"),
	},
	RegionCode: pulumi.String("string"),
})
Copy
var syntheticLocationResource = new SyntheticLocation("syntheticLocationResource", SyntheticLocationArgs.builder()
    .latitude(0)
    .longitude(0)
    .locationNodeOutageDelayInMinutes(0)
    .availabilityLocationOutage(false)
    .city("string")
    .countryCode("string")
    .deploymentType("string")
    .availabilityNodeOutage(false)
    .autoUpdateChromium(false)
    .availabilityNotificationsEnabled(false)
    .maxActiveGateCount(0)
    .minActiveGateCount(0)
    .name("string")
    .nodeSize("string")
    .nodes("string")
    .regionCode("string")
    .build());
Copy
synthetic_location_resource = dynatrace.SyntheticLocation("syntheticLocationResource",
    latitude=0,
    longitude=0,
    location_node_outage_delay_in_minutes=0,
    availability_location_outage=False,
    city="string",
    country_code="string",
    deployment_type="string",
    availability_node_outage=False,
    auto_update_chromium=False,
    availability_notifications_enabled=False,
    max_active_gate_count=0,
    min_active_gate_count=0,
    name="string",
    node_size="string",
    nodes=["string"],
    region_code="string")
Copy
const syntheticLocationResource = new dynatrace.SyntheticLocation("syntheticLocationResource", {
    latitude: 0,
    longitude: 0,
    locationNodeOutageDelayInMinutes: 0,
    availabilityLocationOutage: false,
    city: "string",
    countryCode: "string",
    deploymentType: "string",
    availabilityNodeOutage: false,
    autoUpdateChromium: false,
    availabilityNotificationsEnabled: false,
    maxActiveGateCount: 0,
    minActiveGateCount: 0,
    name: "string",
    nodeSize: "string",
    nodes: ["string"],
    regionCode: "string",
});
Copy
type: dynatrace:SyntheticLocation
properties:
    autoUpdateChromium: false
    availabilityLocationOutage: false
    availabilityNodeOutage: false
    availabilityNotificationsEnabled: false
    city: string
    countryCode: string
    deploymentType: string
    latitude: 0
    locationNodeOutageDelayInMinutes: 0
    longitude: 0
    maxActiveGateCount: 0
    minActiveGateCount: 0
    name: string
    nodeSize: string
    nodes:
        - string
    regionCode: string
Copy

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

Latitude This property is required. double
The latitude of the location in DDD.dddd format
Longitude This property is required. double
The longitude of the location in DDD.dddd format
AutoUpdateChromium bool
Auto upgrade of Chromium is enabled (true) or disabled (false)
AvailabilityLocationOutage bool
The alerting of location outage is enabled (true) or disabled (false)
AvailabilityNodeOutage bool
The alerting of node outage is enabled (true) or disabled (false).
AvailabilityNotificationsEnabled bool
The notifications of location and node outage is enabled (true) or disabled (false)
City string
The city of the location
CountryCode string
The country code of the location. To fetch the list of available country codes, use the GET all countries request
DeploymentType string
The deployment type of the location: * STANDARD: The location is deployed on Windows or Linux. * KUBERNETES: The location is deployed on Kubernetes
LocationNodeOutageDelayInMinutes int
Alert if the location or node outage lasts longer than X minutes. Only applicable when availability_location_outage or availability_node_outage is set to true
MaxActiveGateCount int
The maximum number of Active Gates required for that location. Not required when deployment_type is set to STANDARD
MinActiveGateCount int
The minimum number of Active Gates required for that location. Not required when deployment_type is set to STANDARD
Name string
The name of the location
NodeSize string
Possible values: UNSUPPORTED, XS, S and M. Not required when deployment_type is set to STANDARD.
Nodes List<string>
A list of synthetic nodes belonging to the location. You can retrieve the list of available nodes with the GET all nodes call
RegionCode string
The region code of the location. To fetch the list of available region codes, use the GET regions of the country request
Latitude This property is required. float64
The latitude of the location in DDD.dddd format
Longitude This property is required. float64
The longitude of the location in DDD.dddd format
AutoUpdateChromium bool
Auto upgrade of Chromium is enabled (true) or disabled (false)
AvailabilityLocationOutage bool
The alerting of location outage is enabled (true) or disabled (false)
AvailabilityNodeOutage bool
The alerting of node outage is enabled (true) or disabled (false).
AvailabilityNotificationsEnabled bool
The notifications of location and node outage is enabled (true) or disabled (false)
City string
The city of the location
CountryCode string
The country code of the location. To fetch the list of available country codes, use the GET all countries request
DeploymentType string
The deployment type of the location: * STANDARD: The location is deployed on Windows or Linux. * KUBERNETES: The location is deployed on Kubernetes
LocationNodeOutageDelayInMinutes int
Alert if the location or node outage lasts longer than X minutes. Only applicable when availability_location_outage or availability_node_outage is set to true
MaxActiveGateCount int
The maximum number of Active Gates required for that location. Not required when deployment_type is set to STANDARD
MinActiveGateCount int
The minimum number of Active Gates required for that location. Not required when deployment_type is set to STANDARD
Name string
The name of the location
NodeSize string
Possible values: UNSUPPORTED, XS, S and M. Not required when deployment_type is set to STANDARD.
Nodes []string
A list of synthetic nodes belonging to the location. You can retrieve the list of available nodes with the GET all nodes call
RegionCode string
The region code of the location. To fetch the list of available region codes, use the GET regions of the country request
latitude This property is required. Double
The latitude of the location in DDD.dddd format
longitude This property is required. Double
The longitude of the location in DDD.dddd format
autoUpdateChromium Boolean
Auto upgrade of Chromium is enabled (true) or disabled (false)
availabilityLocationOutage Boolean
The alerting of location outage is enabled (true) or disabled (false)
availabilityNodeOutage Boolean
The alerting of node outage is enabled (true) or disabled (false).
availabilityNotificationsEnabled Boolean
The notifications of location and node outage is enabled (true) or disabled (false)
city String
The city of the location
countryCode String
The country code of the location. To fetch the list of available country codes, use the GET all countries request
deploymentType String
The deployment type of the location: * STANDARD: The location is deployed on Windows or Linux. * KUBERNETES: The location is deployed on Kubernetes
locationNodeOutageDelayInMinutes Integer
Alert if the location or node outage lasts longer than X minutes. Only applicable when availability_location_outage or availability_node_outage is set to true
maxActiveGateCount Integer
The maximum number of Active Gates required for that location. Not required when deployment_type is set to STANDARD
minActiveGateCount Integer
The minimum number of Active Gates required for that location. Not required when deployment_type is set to STANDARD
name String
The name of the location
nodeSize String
Possible values: UNSUPPORTED, XS, S and M. Not required when deployment_type is set to STANDARD.
nodes List<String>
A list of synthetic nodes belonging to the location. You can retrieve the list of available nodes with the GET all nodes call
regionCode String
The region code of the location. To fetch the list of available region codes, use the GET regions of the country request
latitude This property is required. number
The latitude of the location in DDD.dddd format
longitude This property is required. number
The longitude of the location in DDD.dddd format
autoUpdateChromium boolean
Auto upgrade of Chromium is enabled (true) or disabled (false)
availabilityLocationOutage boolean
The alerting of location outage is enabled (true) or disabled (false)
availabilityNodeOutage boolean
The alerting of node outage is enabled (true) or disabled (false).
availabilityNotificationsEnabled boolean
The notifications of location and node outage is enabled (true) or disabled (false)
city string
The city of the location
countryCode string
The country code of the location. To fetch the list of available country codes, use the GET all countries request
deploymentType string
The deployment type of the location: * STANDARD: The location is deployed on Windows or Linux. * KUBERNETES: The location is deployed on Kubernetes
locationNodeOutageDelayInMinutes number
Alert if the location or node outage lasts longer than X minutes. Only applicable when availability_location_outage or availability_node_outage is set to true
maxActiveGateCount number
The maximum number of Active Gates required for that location. Not required when deployment_type is set to STANDARD
minActiveGateCount number
The minimum number of Active Gates required for that location. Not required when deployment_type is set to STANDARD
name string
The name of the location
nodeSize string
Possible values: UNSUPPORTED, XS, S and M. Not required when deployment_type is set to STANDARD.
nodes string[]
A list of synthetic nodes belonging to the location. You can retrieve the list of available nodes with the GET all nodes call
regionCode string
The region code of the location. To fetch the list of available region codes, use the GET regions of the country request
latitude This property is required. float
The latitude of the location in DDD.dddd format
longitude This property is required. float
The longitude of the location in DDD.dddd format
auto_update_chromium bool
Auto upgrade of Chromium is enabled (true) or disabled (false)
availability_location_outage bool
The alerting of location outage is enabled (true) or disabled (false)
availability_node_outage bool
The alerting of node outage is enabled (true) or disabled (false).
availability_notifications_enabled bool
The notifications of location and node outage is enabled (true) or disabled (false)
city str
The city of the location
country_code str
The country code of the location. To fetch the list of available country codes, use the GET all countries request
deployment_type str
The deployment type of the location: * STANDARD: The location is deployed on Windows or Linux. * KUBERNETES: The location is deployed on Kubernetes
location_node_outage_delay_in_minutes int
Alert if the location or node outage lasts longer than X minutes. Only applicable when availability_location_outage or availability_node_outage is set to true
max_active_gate_count int
The maximum number of Active Gates required for that location. Not required when deployment_type is set to STANDARD
min_active_gate_count int
The minimum number of Active Gates required for that location. Not required when deployment_type is set to STANDARD
name str
The name of the location
node_size str
Possible values: UNSUPPORTED, XS, S and M. Not required when deployment_type is set to STANDARD.
nodes Sequence[str]
A list of synthetic nodes belonging to the location. You can retrieve the list of available nodes with the GET all nodes call
region_code str
The region code of the location. To fetch the list of available region codes, use the GET regions of the country request
latitude This property is required. Number
The latitude of the location in DDD.dddd format
longitude This property is required. Number
The longitude of the location in DDD.dddd format
autoUpdateChromium Boolean
Auto upgrade of Chromium is enabled (true) or disabled (false)
availabilityLocationOutage Boolean
The alerting of location outage is enabled (true) or disabled (false)
availabilityNodeOutage Boolean
The alerting of node outage is enabled (true) or disabled (false).
availabilityNotificationsEnabled Boolean
The notifications of location and node outage is enabled (true) or disabled (false)
city String
The city of the location
countryCode String
The country code of the location. To fetch the list of available country codes, use the GET all countries request
deploymentType String
The deployment type of the location: * STANDARD: The location is deployed on Windows or Linux. * KUBERNETES: The location is deployed on Kubernetes
locationNodeOutageDelayInMinutes Number
Alert if the location or node outage lasts longer than X minutes. Only applicable when availability_location_outage or availability_node_outage is set to true
maxActiveGateCount Number
The maximum number of Active Gates required for that location. Not required when deployment_type is set to STANDARD
minActiveGateCount Number
The minimum number of Active Gates required for that location. Not required when deployment_type is set to STANDARD
name String
The name of the location
nodeSize String
Possible values: UNSUPPORTED, XS, S and M. Not required when deployment_type is set to STANDARD.
nodes List<String>
A list of synthetic nodes belonging to the location. You can retrieve the list of available nodes with the GET all nodes call
regionCode String
The region code of the location. To fetch the list of available region codes, use the GET regions of the country request

Outputs

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

Get an existing SyntheticLocation 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?: SyntheticLocationState, opts?: CustomResourceOptions): SyntheticLocation
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        auto_update_chromium: Optional[bool] = None,
        availability_location_outage: Optional[bool] = None,
        availability_node_outage: Optional[bool] = None,
        availability_notifications_enabled: Optional[bool] = None,
        city: Optional[str] = None,
        country_code: Optional[str] = None,
        deployment_type: Optional[str] = None,
        latitude: Optional[float] = None,
        location_node_outage_delay_in_minutes: Optional[int] = None,
        longitude: Optional[float] = None,
        max_active_gate_count: Optional[int] = None,
        min_active_gate_count: Optional[int] = None,
        name: Optional[str] = None,
        node_size: Optional[str] = None,
        nodes: Optional[Sequence[str]] = None,
        region_code: Optional[str] = None) -> SyntheticLocation
func GetSyntheticLocation(ctx *Context, name string, id IDInput, state *SyntheticLocationState, opts ...ResourceOption) (*SyntheticLocation, error)
public static SyntheticLocation Get(string name, Input<string> id, SyntheticLocationState? state, CustomResourceOptions? opts = null)
public static SyntheticLocation get(String name, Output<String> id, SyntheticLocationState state, CustomResourceOptions options)
resources:  _:    type: dynatrace:SyntheticLocation    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:
AutoUpdateChromium bool
Auto upgrade of Chromium is enabled (true) or disabled (false)
AvailabilityLocationOutage bool
The alerting of location outage is enabled (true) or disabled (false)
AvailabilityNodeOutage bool
The alerting of node outage is enabled (true) or disabled (false).
AvailabilityNotificationsEnabled bool
The notifications of location and node outage is enabled (true) or disabled (false)
City string
The city of the location
CountryCode string
The country code of the location. To fetch the list of available country codes, use the GET all countries request
DeploymentType string
The deployment type of the location: * STANDARD: The location is deployed on Windows or Linux. * KUBERNETES: The location is deployed on Kubernetes
Latitude double
The latitude of the location in DDD.dddd format
LocationNodeOutageDelayInMinutes int
Alert if the location or node outage lasts longer than X minutes. Only applicable when availability_location_outage or availability_node_outage is set to true
Longitude double
The longitude of the location in DDD.dddd format
MaxActiveGateCount int
The maximum number of Active Gates required for that location. Not required when deployment_type is set to STANDARD
MinActiveGateCount int
The minimum number of Active Gates required for that location. Not required when deployment_type is set to STANDARD
Name string
The name of the location
NodeSize string
Possible values: UNSUPPORTED, XS, S and M. Not required when deployment_type is set to STANDARD.
Nodes List<string>
A list of synthetic nodes belonging to the location. You can retrieve the list of available nodes with the GET all nodes call
RegionCode string
The region code of the location. To fetch the list of available region codes, use the GET regions of the country request
AutoUpdateChromium bool
Auto upgrade of Chromium is enabled (true) or disabled (false)
AvailabilityLocationOutage bool
The alerting of location outage is enabled (true) or disabled (false)
AvailabilityNodeOutage bool
The alerting of node outage is enabled (true) or disabled (false).
AvailabilityNotificationsEnabled bool
The notifications of location and node outage is enabled (true) or disabled (false)
City string
The city of the location
CountryCode string
The country code of the location. To fetch the list of available country codes, use the GET all countries request
DeploymentType string
The deployment type of the location: * STANDARD: The location is deployed on Windows or Linux. * KUBERNETES: The location is deployed on Kubernetes
Latitude float64
The latitude of the location in DDD.dddd format
LocationNodeOutageDelayInMinutes int
Alert if the location or node outage lasts longer than X minutes. Only applicable when availability_location_outage or availability_node_outage is set to true
Longitude float64
The longitude of the location in DDD.dddd format
MaxActiveGateCount int
The maximum number of Active Gates required for that location. Not required when deployment_type is set to STANDARD
MinActiveGateCount int
The minimum number of Active Gates required for that location. Not required when deployment_type is set to STANDARD
Name string
The name of the location
NodeSize string
Possible values: UNSUPPORTED, XS, S and M. Not required when deployment_type is set to STANDARD.
Nodes []string
A list of synthetic nodes belonging to the location. You can retrieve the list of available nodes with the GET all nodes call
RegionCode string
The region code of the location. To fetch the list of available region codes, use the GET regions of the country request
autoUpdateChromium Boolean
Auto upgrade of Chromium is enabled (true) or disabled (false)
availabilityLocationOutage Boolean
The alerting of location outage is enabled (true) or disabled (false)
availabilityNodeOutage Boolean
The alerting of node outage is enabled (true) or disabled (false).
availabilityNotificationsEnabled Boolean
The notifications of location and node outage is enabled (true) or disabled (false)
city String
The city of the location
countryCode String
The country code of the location. To fetch the list of available country codes, use the GET all countries request
deploymentType String
The deployment type of the location: * STANDARD: The location is deployed on Windows or Linux. * KUBERNETES: The location is deployed on Kubernetes
latitude Double
The latitude of the location in DDD.dddd format
locationNodeOutageDelayInMinutes Integer
Alert if the location or node outage lasts longer than X minutes. Only applicable when availability_location_outage or availability_node_outage is set to true
longitude Double
The longitude of the location in DDD.dddd format
maxActiveGateCount Integer
The maximum number of Active Gates required for that location. Not required when deployment_type is set to STANDARD
minActiveGateCount Integer
The minimum number of Active Gates required for that location. Not required when deployment_type is set to STANDARD
name String
The name of the location
nodeSize String
Possible values: UNSUPPORTED, XS, S and M. Not required when deployment_type is set to STANDARD.
nodes List<String>
A list of synthetic nodes belonging to the location. You can retrieve the list of available nodes with the GET all nodes call
regionCode String
The region code of the location. To fetch the list of available region codes, use the GET regions of the country request
autoUpdateChromium boolean
Auto upgrade of Chromium is enabled (true) or disabled (false)
availabilityLocationOutage boolean
The alerting of location outage is enabled (true) or disabled (false)
availabilityNodeOutage boolean
The alerting of node outage is enabled (true) or disabled (false).
availabilityNotificationsEnabled boolean
The notifications of location and node outage is enabled (true) or disabled (false)
city string
The city of the location
countryCode string
The country code of the location. To fetch the list of available country codes, use the GET all countries request
deploymentType string
The deployment type of the location: * STANDARD: The location is deployed on Windows or Linux. * KUBERNETES: The location is deployed on Kubernetes
latitude number
The latitude of the location in DDD.dddd format
locationNodeOutageDelayInMinutes number
Alert if the location or node outage lasts longer than X minutes. Only applicable when availability_location_outage or availability_node_outage is set to true
longitude number
The longitude of the location in DDD.dddd format
maxActiveGateCount number
The maximum number of Active Gates required for that location. Not required when deployment_type is set to STANDARD
minActiveGateCount number
The minimum number of Active Gates required for that location. Not required when deployment_type is set to STANDARD
name string
The name of the location
nodeSize string
Possible values: UNSUPPORTED, XS, S and M. Not required when deployment_type is set to STANDARD.
nodes string[]
A list of synthetic nodes belonging to the location. You can retrieve the list of available nodes with the GET all nodes call
regionCode string
The region code of the location. To fetch the list of available region codes, use the GET regions of the country request
auto_update_chromium bool
Auto upgrade of Chromium is enabled (true) or disabled (false)
availability_location_outage bool
The alerting of location outage is enabled (true) or disabled (false)
availability_node_outage bool
The alerting of node outage is enabled (true) or disabled (false).
availability_notifications_enabled bool
The notifications of location and node outage is enabled (true) or disabled (false)
city str
The city of the location
country_code str
The country code of the location. To fetch the list of available country codes, use the GET all countries request
deployment_type str
The deployment type of the location: * STANDARD: The location is deployed on Windows or Linux. * KUBERNETES: The location is deployed on Kubernetes
latitude float
The latitude of the location in DDD.dddd format
location_node_outage_delay_in_minutes int
Alert if the location or node outage lasts longer than X minutes. Only applicable when availability_location_outage or availability_node_outage is set to true
longitude float
The longitude of the location in DDD.dddd format
max_active_gate_count int
The maximum number of Active Gates required for that location. Not required when deployment_type is set to STANDARD
min_active_gate_count int
The minimum number of Active Gates required for that location. Not required when deployment_type is set to STANDARD
name str
The name of the location
node_size str
Possible values: UNSUPPORTED, XS, S and M. Not required when deployment_type is set to STANDARD.
nodes Sequence[str]
A list of synthetic nodes belonging to the location. You can retrieve the list of available nodes with the GET all nodes call
region_code str
The region code of the location. To fetch the list of available region codes, use the GET regions of the country request
autoUpdateChromium Boolean
Auto upgrade of Chromium is enabled (true) or disabled (false)
availabilityLocationOutage Boolean
The alerting of location outage is enabled (true) or disabled (false)
availabilityNodeOutage Boolean
The alerting of node outage is enabled (true) or disabled (false).
availabilityNotificationsEnabled Boolean
The notifications of location and node outage is enabled (true) or disabled (false)
city String
The city of the location
countryCode String
The country code of the location. To fetch the list of available country codes, use the GET all countries request
deploymentType String
The deployment type of the location: * STANDARD: The location is deployed on Windows or Linux. * KUBERNETES: The location is deployed on Kubernetes
latitude Number
The latitude of the location in DDD.dddd format
locationNodeOutageDelayInMinutes Number
Alert if the location or node outage lasts longer than X minutes. Only applicable when availability_location_outage or availability_node_outage is set to true
longitude Number
The longitude of the location in DDD.dddd format
maxActiveGateCount Number
The maximum number of Active Gates required for that location. Not required when deployment_type is set to STANDARD
minActiveGateCount Number
The minimum number of Active Gates required for that location. Not required when deployment_type is set to STANDARD
name String
The name of the location
nodeSize String
Possible values: UNSUPPORTED, XS, S and M. Not required when deployment_type is set to STANDARD.
nodes List<String>
A list of synthetic nodes belonging to the location. You can retrieve the list of available nodes with the GET all nodes call
regionCode String
The region code of the location. To fetch the list of available region codes, use the GET regions of the country request

Package Details

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