dynatrace.getSyntheticLocations

The synthetic locations data source allows the location IDs to be retrieved based off of provided parameters.

Using getSyntheticLocations

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getSyntheticLocations(args: GetSyntheticLocationsArgs, opts?: InvokeOptions): Promise<GetSyntheticLocationsResult>
function getSyntheticLocationsOutput(args: GetSyntheticLocationsOutputArgs, opts?: InvokeOptions): Output<GetSyntheticLocationsResult>
def get_synthetic_locations(id: Optional[str] = None,
                            locations: Optional[GetSyntheticLocationsLocations] = None,
                            name: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetSyntheticLocationsResult
def get_synthetic_locations_output(id: Optional[pulumi.Input[str]] = None,
                            locations: Optional[pulumi.Input[GetSyntheticLocationsLocationsArgs]] = None,
                            name: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetSyntheticLocationsResult]
func GetSyntheticLocations(ctx *Context, args *GetSyntheticLocationsArgs, opts ...InvokeOption) (*GetSyntheticLocationsResult, error)
func GetSyntheticLocationsOutput(ctx *Context, args *GetSyntheticLocationsOutputArgs, opts ...InvokeOption) GetSyntheticLocationsResultOutput

> Note: This function is named GetSyntheticLocations in the Go SDK.

public static class GetSyntheticLocations 
{
    public static Task<GetSyntheticLocationsResult> InvokeAsync(GetSyntheticLocationsArgs args, InvokeOptions? opts = null)
    public static Output<GetSyntheticLocationsResult> Invoke(GetSyntheticLocationsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSyntheticLocationsResult> getSyntheticLocations(GetSyntheticLocationsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: dynatrace:index/getSyntheticLocations:getSyntheticLocations
  arguments:
    # arguments dictionary

The following arguments are supported:

Id string

The ID of this resource.

Locations GetSyntheticLocationsLocations
Name string
id String

The ID of this resource.

locations GetSyntheticLocationsLocations
name String
id string

The ID of this resource.

locations GetSyntheticLocationsLocations
name string
id str

The ID of this resource.

locations GetSyntheticLocationsLocations
name str
id String

The ID of this resource.

locations Property Map
name String

getSyntheticLocations Result

The following output properties are available:

Locations GetSyntheticLocationsLocations
Id string

The ID of this resource.

Name string
locations GetSyntheticLocationsLocations
id String

The ID of this resource.

name String
locations GetSyntheticLocationsLocations
id string

The ID of this resource.

name string
locations GetSyntheticLocationsLocations
id str

The ID of this resource.

name str
locations Property Map
id String

The ID of this resource.

name String

Supporting Types

GetSyntheticLocationsLocations

locations List<Property Map>

The name of the location

GetSyntheticLocationsLocationsLocation

CloudPlatform string
Ips List<string>
Stage string
Status string
Id string

The ID of this resource.

Name string
Type string
CloudPlatform string
Ips []string
Stage string
Status string
Id string

The ID of this resource.

Name string
Type string
cloudPlatform String
ips List<String>
stage String
status String
id String

The ID of this resource.

name String
type String
cloudPlatform string
ips string[]
stage string
status string
id string

The ID of this resource.

name string
type string
cloud_platform str
ips Sequence[str]
stage str
status str
id str

The ID of this resource.

name str
type str
cloudPlatform String
ips List<String>
stage String
status String
id String

The ID of this resource.

name String
type String

Package Details

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

This Pulumi package is based on the dynatrace Terraform Provider.