Dynatrace v0.16.0 published on Tuesday, Sep 10, 2024 by Pulumiverse
dynatrace.getSyntheticNodes
Explore with Pulumi AI
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. Get Synthetic Nodes Node>
- Id string
- The provider-assigned unique ID for this managed resource.
- Nodes
[]Get
Synthetic Nodes Node
- id String
- The provider-assigned unique ID for this managed resource.
- nodes
List<Get
Synthetic Nodes Node>
- id string
- The provider-assigned unique ID for this managed resource.
- nodes
Get
Synthetic Nodes Node[]
- id str
- The provider-assigned unique ID for this managed resource.
- nodes
Sequence[Get
Synthetic Nodes Node]
- id String
- The provider-assigned unique ID for this managed resource.
- nodes List<Property Map>
Supporting Types
GetSyntheticNodesNode
- Active
Gate stringVersion - 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 stringStatus - 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
- One
Agent boolRouting - Specifies whether the Active Gate has the One Agent routing enabled
- Operating
System string - The Active Gate's host operating system
- Player
Version string - The version of the synthetic player
- Status string
- The status of the synthetic node
- Version string
- The version of a node
- Active
Gate stringVersion - 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 stringStatus - 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
- One
Agent boolRouting - Specifies whether the Active Gate has the One Agent routing enabled
- Operating
System string - The Active Gate's host operating system
- Player
Version string - The version of the synthetic player
- Status string
- The status of the synthetic node
- Version string
- The version of a node
- active
Gate StringVersion - The version of the Active Gate
- auto
Update Boolean - Specifies whether the Active Gate has the Auto update option enabled
- browser
Monitors Boolean - Specifies whether Browser Monitors are enabled or not
- health
Check StringStatus - 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
- one
Agent BooleanRouting - Specifies whether the Active Gate has the One Agent routing enabled
- operating
System String - The Active Gate's host operating system
- player
Version String - The version of the synthetic player
- status String
- The status of the synthetic node
- version String
- The version of a node
- active
Gate stringVersion - The version of the Active Gate
- auto
Update boolean - Specifies whether the Active Gate has the Auto update option enabled
- browser
Monitors boolean - Specifies whether Browser Monitors are enabled or not
- health
Check stringStatus - 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
- one
Agent booleanRouting - Specifies whether the Active Gate has the One Agent routing enabled
- operating
System string - The Active Gate's host operating system
- player
Version string - The version of the synthetic player
- status string
- The status of the synthetic node
- version string
- The version of a node
- active_
gate_ strversion - 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_ strstatus - 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_ boolrouting - 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
- active
Gate StringVersion - The version of the Active Gate
- auto
Update Boolean - Specifies whether the Active Gate has the Auto update option enabled
- browser
Monitors Boolean - Specifies whether Browser Monitors are enabled or not
- health
Check StringStatus - 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
- one
Agent BooleanRouting - Specifies whether the Active Gate has the One Agent routing enabled
- operating
System String - The Active Gate's host operating system
- player
Version 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.