Creates FluxScriptInvocationAPI with the supplied InfluxDB instance and a particular script identifier.
an instance that knows how to communicate with InfluxDB server
Optional
options: ExecutionOptionsscript execution options
Invoke returns a parsed response data stream that executes the supplied script when asked for data.
script identifier
Optional
params: Record<string, any>script parameters
response with various methods to process data from the returned annotated CSV response data stream
FluxScriptInvocationAPI executes flux 'API invokable script' and parses the result CSV annotated data. See https://docs.influxdata.com/influxdb/cloud/api-guide/api-invokable-scripts/ .