1. Packages
  2. InfluxDB
  3. API Docs
  4. getLabel
InfluxDB v1.6.0 published on Wednesday, Oct 29, 2025 by thulasirajkomminar

influxdb.getLabel

Get Started
influxdb logo
InfluxDB v1.6.0 published on Wednesday, Oct 29, 2025 by thulasirajkomminar

    Using getLabel

    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 getLabel(args: GetLabelArgs, opts?: InvokeOptions): Promise<GetLabelResult>
    function getLabelOutput(args: GetLabelOutputArgs, opts?: InvokeOptions): Output<GetLabelResult>
    def get_label(id: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetLabelResult
    def get_label_output(id: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetLabelResult]
    func LookupLabel(ctx *Context, args *LookupLabelArgs, opts ...InvokeOption) (*LookupLabelResult, error)
    func LookupLabelOutput(ctx *Context, args *LookupLabelOutputArgs, opts ...InvokeOption) LookupLabelResultOutput

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

    public static class GetLabel 
    {
        public static Task<GetLabelResult> InvokeAsync(GetLabelArgs args, InvokeOptions? opts = null)
        public static Output<GetLabelResult> Invoke(GetLabelInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetLabelResult> getLabel(GetLabelArgs args, InvokeOptions options)
    public static Output<GetLabelResult> getLabel(GetLabelArgs args, InvokeOptions options)
    
    fn::invoke:
      function: influxdb:index/getLabel:getLabel
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Id string
    id String
    id string
    id str
    id String

    getLabel Result

    The following output properties are available:

    Id string
    Name string
    OrgId string
    Properties Dictionary<string, string>
    Id string
    Name string
    OrgId string
    Properties map[string]string
    id String
    name String
    orgId String
    properties Map<String,String>
    id string
    name string
    orgId string
    properties {[key: string]: string}
    id str
    name str
    org_id str
    properties Mapping[str, str]
    id String
    name String
    orgId String
    properties Map<String>

    Package Details

    Repository
    influxdb thulasirajkomminar/pulumi-influxdb
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the influxdb Terraform Provider.
    influxdb logo
    InfluxDB v1.6.0 published on Wednesday, Oct 29, 2025 by thulasirajkomminar
      Meet Neo: Your AI Platform Teammate