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

influxdb.getTask

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

    Using getTask

    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 getTask(args: GetTaskArgs, opts?: InvokeOptions): Promise<GetTaskResult>
    function getTaskOutput(args: GetTaskOutputArgs, opts?: InvokeOptions): Output<GetTaskResult>
    def get_task(id: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetTaskResult
    def get_task_output(id: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetTaskResult]
    func LookupTask(ctx *Context, args *LookupTaskArgs, opts ...InvokeOption) (*LookupTaskResult, error)
    func LookupTaskOutput(ctx *Context, args *LookupTaskOutputArgs, opts ...InvokeOption) LookupTaskResultOutput

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

    public static class GetTask 
    {
        public static Task<GetTaskResult> InvokeAsync(GetTaskArgs args, InvokeOptions? opts = null)
        public static Output<GetTaskResult> Invoke(GetTaskInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTaskResult> getTask(GetTaskArgs args, InvokeOptions options)
    public static Output<GetTaskResult> getTask(GetTaskArgs args, InvokeOptions options)
    
    fn::invoke:
      function: influxdb:index/getTask:getTask
      arguments:
        # arguments dictionary

    The following arguments are supported:

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

    getTask Result

    The following output properties are available:

    AuthorizationId string
    CreatedAt string
    Cron string
    Description string
    Every string
    Flux string
    Id string
    Labels []GetTaskLabel
    LastRunError string
    LastRunStatus string
    LatestCompleted string
    Links GetTaskLinks
    Name string
    Offset string
    Org string
    OrgId string
    OwnerId string
    Status string
    UpdatedAt string
    authorizationId String
    createdAt String
    cron String
    description String
    every String
    flux String
    id String
    labels List<GetTaskLabel>
    lastRunError String
    lastRunStatus String
    latestCompleted String
    links GetTaskLinks
    name String
    offset String
    org String
    orgId String
    ownerId String
    status String
    updatedAt String
    authorizationId string
    createdAt string
    cron string
    description string
    every string
    flux string
    id string
    labels GetTaskLabel[]
    lastRunError string
    lastRunStatus string
    latestCompleted string
    links GetTaskLinks
    name string
    offset string
    org string
    orgId string
    ownerId string
    status string
    updatedAt string
    authorizationId String
    createdAt String
    cron String
    description String
    every String
    flux String
    id String
    labels List<Property Map>
    lastRunError String
    lastRunStatus String
    latestCompleted String
    links Property Map
    name String
    offset String
    org String
    orgId String
    ownerId String
    status String
    updatedAt String

    Supporting Types

    GetTaskLabel

    Id string
    The label ID.
    Name string
    The label name.
    OrgId string
    The organization ID.
    Properties Dictionary<string, string>
    The key-value pairs associated with this label.
    Id string
    The label ID.
    Name string
    The label name.
    OrgId string
    The organization ID.
    Properties map[string]string
    The key-value pairs associated with this label.
    id String
    The label ID.
    name String
    The label name.
    orgId String
    The organization ID.
    properties Map<String,String>
    The key-value pairs associated with this label.
    id string
    The label ID.
    name string
    The label name.
    orgId string
    The organization ID.
    properties {[key: string]: string}
    The key-value pairs associated with this label.
    id str
    The label ID.
    name str
    The label name.
    org_id str
    The organization ID.
    properties Mapping[str, str]
    The key-value pairs associated with this label.
    id String
    The label ID.
    name String
    The label name.
    orgId String
    The organization ID.
    properties Map<String>
    The key-value pairs associated with this label.
    Labels string
    URI of resource.
    Logs string
    URI of resource.
    Members string
    URI of resource.
    Owners string
    URI of resource.
    Runs string
    URI of resource.
    Self string
    URI of resource.
    Labels string
    URI of resource.
    Logs string
    URI of resource.
    Members string
    URI of resource.
    Owners string
    URI of resource.
    Runs string
    URI of resource.
    Self string
    URI of resource.
    labels String
    URI of resource.
    logs String
    URI of resource.
    members String
    URI of resource.
    owners String
    URI of resource.
    runs String
    URI of resource.
    self String
    URI of resource.
    labels string
    URI of resource.
    logs string
    URI of resource.
    members string
    URI of resource.
    owners string
    URI of resource.
    runs string
    URI of resource.
    self string
    URI of resource.
    labels str
    URI of resource.
    logs str
    URI of resource.
    members str
    URI of resource.
    owners str
    URI of resource.
    runs str
    URI of resource.
    self str
    URI of resource.
    labels String
    URI of resource.
    logs String
    URI of resource.
    members String
    URI of resource.
    owners String
    URI of resource.
    runs String
    URI of resource.
    self String
    URI of resource.

    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