influxdb-client-js

InfluxDB 2.0 JavaScript client

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

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

Run interface

Signature:

interface Run 

Properties

Property Modifiers Type Description
finishedAt? readonly string (Optional) The time (RFC3339Nano date/time format) the run finished executing.
flux? readonly string (Optional) Flux used for the task
id? readonly string (Optional)
links? readonly { self?: string; task?: string; retry?: string; } (Optional)
log? readonly LogEvent[] (Optional) An array of logs associated with the run.
requestedAt? readonly string (Optional) The time (RFC3339Nano date/time format) the run was manually requested.
scheduledFor?   string (Optional) The time RFC3339 date/time format used for the run’s now option.
startedAt? readonly string (Optional) The time (RFC3339Nano date/time format) the run started executing.
status? readonly ‘scheduled’ | ‘started’ | ‘failed’ | ‘success’ | ‘canceled’ (Optional)
taskID? readonly string (Optional)