influxdb-client-js

InfluxDB 2.0 JavaScript client

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

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

UpdateStackRequest interface

Signature:

interface UpdateStackRequest 

Properties

Property Modifiers Type Description
body   { name?: string; description?: string; templateURLs?: string[]; additionalResources?: Array<{ resourceID: string; kind: string; templateMetaName?: string; }>; } The stack to update.
stack_id   string The identifier of the stack.