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

grafana.getSyntheticMonitoringProbes

Explore with Pulumi AI

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

    Using getSyntheticMonitoringProbes

    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 getSyntheticMonitoringProbes(args: GetSyntheticMonitoringProbesArgs, opts?: InvokeOptions): Promise<GetSyntheticMonitoringProbesResult>
    function getSyntheticMonitoringProbesOutput(args: GetSyntheticMonitoringProbesOutputArgs, opts?: InvokeOptions): Output<GetSyntheticMonitoringProbesResult>
    def get_synthetic_monitoring_probes(filter_deprecated: Optional[bool] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetSyntheticMonitoringProbesResult
    def get_synthetic_monitoring_probes_output(filter_deprecated: Optional[pulumi.Input[bool]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetSyntheticMonitoringProbesResult]
    func GetSyntheticMonitoringProbes(ctx *Context, args *GetSyntheticMonitoringProbesArgs, opts ...InvokeOption) (*GetSyntheticMonitoringProbesResult, error)
    func GetSyntheticMonitoringProbesOutput(ctx *Context, args *GetSyntheticMonitoringProbesOutputArgs, opts ...InvokeOption) GetSyntheticMonitoringProbesResultOutput

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

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

    The following arguments are supported:

    getSyntheticMonitoringProbes Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Probes Dictionary<string, int>
    FilterDeprecated bool
    Id string
    The provider-assigned unique ID for this managed resource.
    Probes map[string]int
    FilterDeprecated bool
    id String
    The provider-assigned unique ID for this managed resource.
    probes Map<String,Integer>
    filterDeprecated Boolean
    id string
    The provider-assigned unique ID for this managed resource.
    probes {[key: string]: number}
    filterDeprecated boolean
    id str
    The provider-assigned unique ID for this managed resource.
    probes Mapping[str, int]
    filter_deprecated bool
    id String
    The provider-assigned unique ID for this managed resource.
    probes Map<Number>
    filterDeprecated Boolean

    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