influxdb-client-js

InfluxDB 2.0 JavaScript client

View the Project on GitHub influxdata/influxdb-client-js

Home > @influxdata/influxdb-client-apis > TaskCreateRequest

TaskCreateRequest interface

Signature:

interface TaskCreateRequest 

Properties

Property Modifiers Type Description
description?   string (Optional) An optional description of the task.
flux   string The Flux script to run for this task.
org?   string (Optional) The name of the organization that owns this Task.
orgID?   string (Optional) The ID of the organization that owns this Task.
status?   TaskStatusType (Optional)