InfluxDB v1.5.0 published on Wednesday, Jul 2, 2025 by komminarlabs
influxdb.getTasks
Explore with Pulumi AI
List all tasks.
Using getTasks
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 getTasks(opts?: InvokeOptions): Promise<GetTasksResult>
function getTasksOutput(opts?: InvokeOptions): Output<GetTasksResult>
def get_tasks(opts: Optional[InvokeOptions] = None) -> GetTasksResult
def get_tasks_output(opts: Optional[InvokeOptions] = None) -> Output[GetTasksResult]
func GetTasks(ctx *Context, opts ...InvokeOption) (*GetTasksResult, error)
func GetTasksOutput(ctx *Context, opts ...InvokeOption) GetTasksResultOutput
> Note: This function is named GetTasks
in the Go SDK.
public static class GetTasks
{
public static Task<GetTasksResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetTasksResult> Invoke(InvokeOptions? opts = null)
}
public static CompletableFuture<GetTasksResult> getTasks(InvokeOptions options)
public static Output<GetTasksResult> getTasks(InvokeOptions options)
fn::invoke:
function: influxdb:index/getTasks:getTasks
arguments:
# arguments dictionary
getTasks Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Tasks
List<Komminar
Labs. Influx DB. Outputs. Get Tasks Task>
- Id string
- The provider-assigned unique ID for this managed resource.
- Tasks
[]Get
Tasks Task
- id String
- The provider-assigned unique ID for this managed resource.
- tasks
List<Get
Tasks Task>
- id string
- The provider-assigned unique ID for this managed resource.
- tasks
Get
Tasks Task[]
- id str
- The provider-assigned unique ID for this managed resource.
- tasks
Sequence[Get
Tasks Task]
- id String
- The provider-assigned unique ID for this managed resource.
- tasks List<Property Map>
Supporting Types
GetTasksTask
- string
- The authorization ID. Specifies the authorization used when the task communicates with the query engine.
- Created
At string - The timestamp when the task was created.
- Cron string
- The Cron expression that defines the schedule on which the task runs. InfluxDB uses the system time when evaluating Cron expressions.
- Description string
- The description of the task.
- Every string
- The interval duration literal at which the task runs. every also determines when the task first runs, depending on the specified time.
- Flux string
- The Flux script that the task executes.
- Id string
- The task ID.
- Labels
List<Komminar
Labs. Influx DB. Inputs. Get Tasks Task Label> - The labels associated with the task.
- Last
Run stringError - The error message from the last task run, if any.
- Last
Run stringStatus - The status of the last task run.
- Latest
Completed string - A timestamp RFC3339 date/time format of the latest scheduled and completed run.
- Links
Komminar
Labs. Influx DB. Inputs. Get Tasks Task Links - Links related to the task.
- Name string
- The name of the task.
- Offset string
- The duration to delay execution of the task after the scheduled time has elapsed. 0 removes the offset.
- Org string
- The organization name. Specifies the organization that owns the task.
- Org
Id string - The organization ID. Specifies the organization that owns the task.
- Owner
Id string - The user ID. Specifies the owner of the task.
- Status string
- The status of the task (
active
orinactive
). - Updated
At string - The timestamp when the task was last updated.
- string
- The authorization ID. Specifies the authorization used when the task communicates with the query engine.
- Created
At string - The timestamp when the task was created.
- Cron string
- The Cron expression that defines the schedule on which the task runs. InfluxDB uses the system time when evaluating Cron expressions.
- Description string
- The description of the task.
- Every string
- The interval duration literal at which the task runs. every also determines when the task first runs, depending on the specified time.
- Flux string
- The Flux script that the task executes.
- Id string
- The task ID.
- Labels
[]Get
Tasks Task Label - The labels associated with the task.
- Last
Run stringError - The error message from the last task run, if any.
- Last
Run stringStatus - The status of the last task run.
- Latest
Completed string - A timestamp RFC3339 date/time format of the latest scheduled and completed run.
- Links
Get
Tasks Task Links - Links related to the task.
- Name string
- The name of the task.
- Offset string
- The duration to delay execution of the task after the scheduled time has elapsed. 0 removes the offset.
- Org string
- The organization name. Specifies the organization that owns the task.
- Org
Id string - The organization ID. Specifies the organization that owns the task.
- Owner
Id string - The user ID. Specifies the owner of the task.
- Status string
- The status of the task (
active
orinactive
). - Updated
At string - The timestamp when the task was last updated.
- String
- The authorization ID. Specifies the authorization used when the task communicates with the query engine.
- created
At String - The timestamp when the task was created.
- cron String
- The Cron expression that defines the schedule on which the task runs. InfluxDB uses the system time when evaluating Cron expressions.
- description String
- The description of the task.
- every String
- The interval duration literal at which the task runs. every also determines when the task first runs, depending on the specified time.
- flux String
- The Flux script that the task executes.
- id String
- The task ID.
- labels
List<Get
Tasks Task Label> - The labels associated with the task.
- last
Run StringError - The error message from the last task run, if any.
- last
Run StringStatus - The status of the last task run.
- latest
Completed String - A timestamp RFC3339 date/time format of the latest scheduled and completed run.
- links
Get
Tasks Task Links - Links related to the task.
- name String
- The name of the task.
- offset String
- The duration to delay execution of the task after the scheduled time has elapsed. 0 removes the offset.
- org String
- The organization name. Specifies the organization that owns the task.
- org
Id String - The organization ID. Specifies the organization that owns the task.
- owner
Id String - The user ID. Specifies the owner of the task.
- status String
- The status of the task (
active
orinactive
). - updated
At String - The timestamp when the task was last updated.
- string
- The authorization ID. Specifies the authorization used when the task communicates with the query engine.
- created
At string - The timestamp when the task was created.
- cron string
- The Cron expression that defines the schedule on which the task runs. InfluxDB uses the system time when evaluating Cron expressions.
- description string
- The description of the task.
- every string
- The interval duration literal at which the task runs. every also determines when the task first runs, depending on the specified time.
- flux string
- The Flux script that the task executes.
- id string
- The task ID.
- labels
Get
Tasks Task Label[] - The labels associated with the task.
- last
Run stringError - The error message from the last task run, if any.
- last
Run stringStatus - The status of the last task run.
- latest
Completed string - A timestamp RFC3339 date/time format of the latest scheduled and completed run.
- links
Get
Tasks Task Links - Links related to the task.
- name string
- The name of the task.
- offset string
- The duration to delay execution of the task after the scheduled time has elapsed. 0 removes the offset.
- org string
- The organization name. Specifies the organization that owns the task.
- org
Id string - The organization ID. Specifies the organization that owns the task.
- owner
Id string - The user ID. Specifies the owner of the task.
- status string
- The status of the task (
active
orinactive
). - updated
At string - The timestamp when the task was last updated.
- str
- The authorization ID. Specifies the authorization used when the task communicates with the query engine.
- created_
at str - The timestamp when the task was created.
- cron str
- The Cron expression that defines the schedule on which the task runs. InfluxDB uses the system time when evaluating Cron expressions.
- description str
- The description of the task.
- every str
- The interval duration literal at which the task runs. every also determines when the task first runs, depending on the specified time.
- flux str
- The Flux script that the task executes.
- id str
- The task ID.
- labels
Sequence[Get
Tasks Task Label] - The labels associated with the task.
- last_
run_ strerror - The error message from the last task run, if any.
- last_
run_ strstatus - The status of the last task run.
- latest_
completed str - A timestamp RFC3339 date/time format of the latest scheduled and completed run.
- links
Get
Tasks Task Links - Links related to the task.
- name str
- The name of the task.
- offset str
- The duration to delay execution of the task after the scheduled time has elapsed. 0 removes the offset.
- org str
- The organization name. Specifies the organization that owns the task.
- org_
id str - The organization ID. Specifies the organization that owns the task.
- owner_
id str - The user ID. Specifies the owner of the task.
- status str
- The status of the task (
active
orinactive
). - updated_
at str - The timestamp when the task was last updated.
- String
- The authorization ID. Specifies the authorization used when the task communicates with the query engine.
- created
At String - The timestamp when the task was created.
- cron String
- The Cron expression that defines the schedule on which the task runs. InfluxDB uses the system time when evaluating Cron expressions.
- description String
- The description of the task.
- every String
- The interval duration literal at which the task runs. every also determines when the task first runs, depending on the specified time.
- flux String
- The Flux script that the task executes.
- id String
- The task ID.
- labels List<Property Map>
- The labels associated with the task.
- last
Run StringError - The error message from the last task run, if any.
- last
Run StringStatus - The status of the last task run.
- latest
Completed String - A timestamp RFC3339 date/time format of the latest scheduled and completed run.
- links Property Map
- Links related to the task.
- name String
- The name of the task.
- offset String
- The duration to delay execution of the task after the scheduled time has elapsed. 0 removes the offset.
- org String
- The organization name. Specifies the organization that owns the task.
- org
Id String - The organization ID. Specifies the organization that owns the task.
- owner
Id String - The user ID. Specifies the owner of the task.
- status String
- The status of the task (
active
orinactive
). - updated
At String - The timestamp when the task was last updated.
GetTasksTaskLabel
- 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.
GetTasksTaskLinks
Package Details
- Repository
- influxdb komminarlabs/pulumi-influxdb
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
influxdb
Terraform Provider.