influxdb-client-js

InfluxDB 2.0 JavaScript client

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

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

PostTasksIDRunsIDRetryRequest interface

Signature:

interface PostTasksIDRunsIDRetryRequest 

Properties

Property Modifiers Type Description
body   any entity body
runID   string <p>A task run ID. Specifies the task run to retry.</p><p>To find a task run ID, use the {@link #operation/GetTasksIDRuns | GET /api/v2/tasks/{taskID}/runs endpoint } to list task runs.</p>
taskID   string A task ID. Specifies the task to retry.