Package | Description |
---|---|
com.influxdb.client.domain | |
com.influxdb.client.service |
Modifier and Type | Method and Description |
---|---|
ScriptInvocationParams |
ScriptInvocationParams.params(Map<String,Object> params) |
ScriptInvocationParams |
ScriptInvocationParams.putParamsItem(String key,
Object paramsItem) |
Modifier and Type | Method and Description |
---|---|
retrofit2.Call<String> |
InvokableScriptsService.postScriptsIDInvoke(String scriptID,
ScriptInvocationParams scriptInvocationParams)
Invoke a script
Invokes a script and substitutes `params` keys referenced in the script with `params` key-values sent in the request body.
|
retrofit2.Call<okhttp3.ResponseBody> |
InvokableScriptsService.postScriptsIDInvokeResponseBody(String scriptID,
ScriptInvocationParams scriptInvocationParams)
Invoke a script
Invokes a script and substitutes `params` keys referenced in the script with `params` key-values sent in the request body.
|
Copyright © 2018–2022 InfluxData, Inc.. All rights reserved.