InfluxDB v1.6.0 published on Wednesday, Oct 29, 2025 by thulasirajkomminar
influxdb.getTask
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 dictionaryThe following arguments are supported:
- Id string
- Id string
- id String
- id string
- id str
- id String
getTask Result
The following output properties are available:
- string
- Created
At string - Cron string
- Description string
- Every string
- Flux string
- Id string
- Labels
List<Thulasiraj
Komminar. Influx DB. Outputs. Get Task Label> - Last
Run stringError - Last
Run stringStatus - Latest
Completed string - Links
Thulasiraj
Komminar. Influx DB. Outputs. Get Task Links - Name string
- Offset string
- Org string
- Org
Id string - Owner
Id string - Status string
- Updated
At string
- string
- Created
At string - Cron string
- Description string
- Every string
- Flux string
- Id string
- Labels
[]Get
Task Label - Last
Run stringError - Last
Run stringStatus - Latest
Completed string - Links
Get
Task Links - Name string
- Offset string
- Org string
- Org
Id string - Owner
Id string - Status string
- Updated
At string
- String
- created
At String - cron String
- description String
- every String
- flux String
- id String
- labels
List<Get
Task Label> - last
Run StringError - last
Run StringStatus - latest
Completed String - links
Get
Task Links - name String
- offset String
- org String
- org
Id String - owner
Id String - status String
- updated
At String
- string
- created
At string - cron string
- description string
- every string
- flux string
- id string
- labels
Get
Task Label[] - last
Run stringError - last
Run stringStatus - latest
Completed string - links
Get
Task Links - name string
- offset string
- org string
- org
Id string - owner
Id string - status string
- updated
At string
- str
- created_
at str - cron str
- description str
- every str
- flux str
- id str
- labels
Sequence[Get
Task Label] - last_
run_ strerror - last_
run_ strstatus - latest_
completed str - links
Get
Task Links - name str
- offset str
- org str
- org_
id str - owner_
id str - status str
- updated_
at str
- String
- created
At String - cron String
- description String
- every String
- flux String
- id String
- labels List<Property Map>
- last
Run StringError - last
Run StringStatus - latest
Completed String - links Property Map
- name String
- offset String
- org String
- org
Id String - owner
Id String - status String
- updated
At String
Supporting Types
GetTaskLabel
- Id string
- The label ID.
- Name string
- The label name.
- Org
Id 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.
- Org
Id 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.
- org
Id 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.
- org
Id 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.
- org
Id String - The organization ID.
- properties Map<String>
- The key-value pairs associated with this label.
GetTaskLinks
Package Details
- Repository
- influxdb thulasirajkomminar/pulumi-influxdb
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
influxdbTerraform Provider.
InfluxDB v1.6.0 published on Wednesday, Oct 29, 2025 by thulasirajkomminar
