Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TemplateFields

TemplateFields is an enumeration of kapacitor template fields.

Index

Enumeration members

Enumeration members

created

created: = "created"

Date the template was first created

dot

dot: = "dot"

GraphViz DOT syntax formatted representation of the template DAG.
NOTE: lables vs attributes does not matter since a template is never executing.

error

error: = "error"

Any error encountered when reading the template.

id

id: = "id"

Unique identifier for the template. If empty a random ID will be chosen.

link

link: = "link"

When creating resources in Kapacitor the API server will return a link object with an href of the resource. Clients should not need to perform path manipulation in most cases and can use the link provided from previous calls.

modified

modified: = "modified"

Date the template was last modified

script

script: = "script"

The content of the script.

type

type: = "type"

The template type: stream or batch.

vars

vars: = "vars"

A set of vars for overwriting any defined vars in the TICKscript.

Generated using TypeDoc