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

dynatrace.getSyntheticLocations

Explore with Pulumi AI

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

    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

    CloudPlatform string
    The cloud provider where the location is hosted.
    Ips List<string>
    Stage string
    Status string
    EntityId string
    Name string
    Type string
    CloudPlatform string
    The cloud provider where the location is hosted.
    Ips []string
    Stage string
    Status string
    EntityId string
    Name string
    Type string
    cloudPlatform String
    The cloud provider where the location is hosted.
    ips List<String>
    stage String
    status String
    entityId String
    name String
    type String
    cloudPlatform string
    The cloud provider where the location is hosted.
    ips string[]
    stage string
    status string
    entityId string
    name string
    type string
    cloud_platform str
    The cloud provider where the location is hosted.
    ips Sequence[str]
    stage str
    status str
    entity_id str
    name str
    type str
    cloudPlatform String
    The cloud provider where the location is hosted.
    ips List<String>
    stage String
    status String
    entityId String
    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.
    dynatrace logo
    Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs