influxdb-client-js

InfluxDB 2.0 JavaScript client

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

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

CheckBase interface

Signature:

interface CheckBase 

Properties

Property Modifiers Type Description
createdAt? readonly string (Optional)
description?   string (Optional) An optional description of the check.
id? readonly string (Optional)
labels?   Labels (Optional)
lastRunError? readonly string (Optional)
lastRunStatus? readonly ‘failed’ | ‘success’ | ‘canceled’ (Optional)
latestCompleted? readonly string (Optional) A timestamp (RFC3339 date/time format) of the latest scheduled and completed run.
links? readonly { self?: Link; labels?: Link; members?: Link; owners?: Link; query?: Link; } (Optional)
name   string  
orgID   string The ID of the organization that owns this check.
ownerID? readonly string (Optional) The ID of creator used to create this check.
query   DashboardQuery  
status?   TaskStatusType (Optional)
taskID?   string (Optional) The ID of the task associated with this check.
updatedAt? readonly string (Optional)