1. Packages
  2. Dynatrace
  3. API Docs
  4. getSyntheticNodes
Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse

dynatrace.getSyntheticNodes

Explore with Pulumi AI

dynatrace logo
Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse

    The synthetic locations data source queries for all available Synthetic Nodes. The data source doesn’t need to get configured. It always provides the full list of synthetic nodes.

    Using getSyntheticNodes

    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 getSyntheticNodes(opts?: InvokeOptions): Promise<GetSyntheticNodesResult>
    function getSyntheticNodesOutput(opts?: InvokeOptions): Output<GetSyntheticNodesResult>
    def get_synthetic_nodes(opts: Optional[InvokeOptions] = None) -> GetSyntheticNodesResult
    def get_synthetic_nodes_output(opts: Optional[InvokeOptions] = None) -> Output[GetSyntheticNodesResult]
    func GetSyntheticNodes(ctx *Context, opts ...InvokeOption) (*GetSyntheticNodesResult, error)
    func GetSyntheticNodesOutput(ctx *Context, opts ...InvokeOption) GetSyntheticNodesResultOutput

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

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

    getSyntheticNodes Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Nodes List<Pulumiverse.Dynatrace.Outputs.GetSyntheticNodesNode>
    Id string
    The provider-assigned unique ID for this managed resource.
    Nodes []GetSyntheticNodesNode
    id String
    The provider-assigned unique ID for this managed resource.
    nodes List<GetSyntheticNodesNode>
    id string
    The provider-assigned unique ID for this managed resource.
    nodes GetSyntheticNodesNode[]
    id str
    The provider-assigned unique ID for this managed resource.
    nodes Sequence[GetSyntheticNodesNode]
    id String
    The provider-assigned unique ID for this managed resource.
    nodes List<Property Map>

    Supporting Types

    GetSyntheticNodesNode

    ActiveGateVersion string
    The version of the Active Gate
    AutoUpdate bool
    Specifies whether the Active Gate has the Auto update option enabled
    BrowserMonitors bool
    Specifies whether Browser Monitors are enabled or not
    HealthCheckStatus string
    The health check status of the synthetic node
    Hostname string
    The hostname of a node
    Id string
    The ID of a node for usage within dynatrace.SyntheticLocation
    Ips List<string>
    The known IP addresses of the node
    OneAgentRouting bool
    Specifies whether the Active Gate has the One Agent routing enabled
    OperatingSystem string
    The Active Gate's host operating system
    PlayerVersion string
    The version of the synthetic player
    Status string
    The status of the synthetic node
    Version string
    The version of a node
    ActiveGateVersion string
    The version of the Active Gate
    AutoUpdate bool
    Specifies whether the Active Gate has the Auto update option enabled
    BrowserMonitors bool
    Specifies whether Browser Monitors are enabled or not
    HealthCheckStatus string
    The health check status of the synthetic node
    Hostname string
    The hostname of a node
    Id string
    The ID of a node for usage within dynatrace.SyntheticLocation
    Ips []string
    The known IP addresses of the node
    OneAgentRouting bool
    Specifies whether the Active Gate has the One Agent routing enabled
    OperatingSystem string
    The Active Gate's host operating system
    PlayerVersion string
    The version of the synthetic player
    Status string
    The status of the synthetic node
    Version string
    The version of a node
    activeGateVersion String
    The version of the Active Gate
    autoUpdate Boolean
    Specifies whether the Active Gate has the Auto update option enabled
    browserMonitors Boolean
    Specifies whether Browser Monitors are enabled or not
    healthCheckStatus String
    The health check status of the synthetic node
    hostname String
    The hostname of a node
    id String
    The ID of a node for usage within dynatrace.SyntheticLocation
    ips List<String>
    The known IP addresses of the node
    oneAgentRouting Boolean
    Specifies whether the Active Gate has the One Agent routing enabled
    operatingSystem String
    The Active Gate's host operating system
    playerVersion String
    The version of the synthetic player
    status String
    The status of the synthetic node
    version String
    The version of a node
    activeGateVersion string
    The version of the Active Gate
    autoUpdate boolean
    Specifies whether the Active Gate has the Auto update option enabled
    browserMonitors boolean
    Specifies whether Browser Monitors are enabled or not
    healthCheckStatus string
    The health check status of the synthetic node
    hostname string
    The hostname of a node
    id string
    The ID of a node for usage within dynatrace.SyntheticLocation
    ips string[]
    The known IP addresses of the node
    oneAgentRouting boolean
    Specifies whether the Active Gate has the One Agent routing enabled
    operatingSystem string
    The Active Gate's host operating system
    playerVersion string
    The version of the synthetic player
    status string
    The status of the synthetic node
    version string
    The version of a node
    active_gate_version str
    The version of the Active Gate
    auto_update bool
    Specifies whether the Active Gate has the Auto update option enabled
    browser_monitors bool
    Specifies whether Browser Monitors are enabled or not
    health_check_status str
    The health check status of the synthetic node
    hostname str
    The hostname of a node
    id str
    The ID of a node for usage within dynatrace.SyntheticLocation
    ips Sequence[str]
    The known IP addresses of the node
    one_agent_routing bool
    Specifies whether the Active Gate has the One Agent routing enabled
    operating_system str
    The Active Gate's host operating system
    player_version str
    The version of the synthetic player
    status str
    The status of the synthetic node
    version str
    The version of a node
    activeGateVersion String
    The version of the Active Gate
    autoUpdate Boolean
    Specifies whether the Active Gate has the Auto update option enabled
    browserMonitors Boolean
    Specifies whether Browser Monitors are enabled or not
    healthCheckStatus String
    The health check status of the synthetic node
    hostname String
    The hostname of a node
    id String
    The ID of a node for usage within dynatrace.SyntheticLocation
    ips List<String>
    The known IP addresses of the node
    oneAgentRouting Boolean
    Specifies whether the Active Gate has the One Agent routing enabled
    operatingSystem String
    The Active Gate's host operating system
    playerVersion String
    The version of the synthetic player
    status String
    The status of the synthetic node
    version String
    The version of a node

    Package Details

    Repository
    dynatrace pulumiverse/pulumi-dynatrace
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the dynatrace Terraform Provider.
    dynatrace logo
    Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse