1. Packages
  2. Grafana Cloud
  3. API Docs
  4. getSyntheticMonitoringProbe
Grafana v0.4.2 published on Monday, Apr 15, 2024 by pulumiverse

grafana.getSyntheticMonitoringProbe

Explore with Pulumi AI

grafana logo
Grafana v0.4.2 published on Monday, Apr 15, 2024 by pulumiverse

    Using getSyntheticMonitoringProbe

    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 getSyntheticMonitoringProbe(args: GetSyntheticMonitoringProbeArgs, opts?: InvokeOptions): Promise<GetSyntheticMonitoringProbeResult>
    function getSyntheticMonitoringProbeOutput(args: GetSyntheticMonitoringProbeOutputArgs, opts?: InvokeOptions): Output<GetSyntheticMonitoringProbeResult>
    def get_synthetic_monitoring_probe(name: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetSyntheticMonitoringProbeResult
    def get_synthetic_monitoring_probe_output(name: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetSyntheticMonitoringProbeResult]
    func LookupSyntheticMonitoringProbe(ctx *Context, args *LookupSyntheticMonitoringProbeArgs, opts ...InvokeOption) (*LookupSyntheticMonitoringProbeResult, error)
    func LookupSyntheticMonitoringProbeOutput(ctx *Context, args *LookupSyntheticMonitoringProbeOutputArgs, opts ...InvokeOption) LookupSyntheticMonitoringProbeResultOutput

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

    public static class GetSyntheticMonitoringProbe 
    {
        public static Task<GetSyntheticMonitoringProbeResult> InvokeAsync(GetSyntheticMonitoringProbeArgs args, InvokeOptions? opts = null)
        public static Output<GetSyntheticMonitoringProbeResult> Invoke(GetSyntheticMonitoringProbeInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSyntheticMonitoringProbeResult> getSyntheticMonitoringProbe(GetSyntheticMonitoringProbeArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: grafana:index/getSyntheticMonitoringProbe:getSyntheticMonitoringProbe
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    Name string
    name String
    name string
    name str
    name String

    getSyntheticMonitoringProbe Result

    The following output properties are available:

    Id string
    Labels Dictionary<string, string>
    Latitude double
    Longitude double
    Name string
    Public bool
    Region string
    TenantId int
    Id string
    Labels map[string]string
    Latitude float64
    Longitude float64
    Name string
    Public bool
    Region string
    TenantId int
    id String
    labels Map<String,String>
    latitude Double
    longitude Double
    name String
    public_ Boolean
    region String
    tenantId Integer
    id string
    labels {[key: string]: string}
    latitude number
    longitude number
    name string
    public boolean
    region string
    tenantId number
    id str
    labels Mapping[str, str]
    latitude float
    longitude float
    name str
    public bool
    region str
    tenant_id int
    id String
    labels Map<String>
    latitude Number
    longitude Number
    name String
    public Boolean
    region String
    tenantId Number

    Package Details

    Repository
    grafana pulumiverse/pulumi-grafana
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the grafana Terraform Provider.
    grafana logo
    Grafana v0.4.2 published on Monday, Apr 15, 2024 by pulumiverse