This is a pre-built, source-available component from Pipedream's GitHub repo. The component is developed by Pipedream and the community, and verified and maintained by Pipedream.
To contribute an update to an existing component or create a new component, create a PR on GitHub. If you're new to Pipedream component development, you can start with quickstarts for trigger span and action development, and then review the component API reference.
New Script Created on InfluxDB Cloud
Description:Emit new event when a new script is created. [See the documentation](https://docs.influxdata.com/influxdb3/cloud-serverless/api/v2/#operation/GetScripts)
Version:0.0.1
Key:influxdb_cloud-new-script-created
import common from "../common/base.mjs";
export default {
...common,
key: "influxdb_cloud-new-script-created",
name: "New Script Created",
description: "Emit new event when a new script is created. [See the documentation](https://docs.influxdata.com/influxdb3/cloud-serverless/api/v2/#operation/GetScripts)",
version: "0.0.1",
type: "source",
dedupe: "unique",
methods: {
...common.methods,
getResourceFn() {
return this.influxDbCloud.listScripts;
},
getResourceKey() {
return "scripts";
},
getSummary(item) {
return `New Script Created with ID: ${item.id}`;
},
},
};
This component may be configured based on the props defined in the component code. Pipedream automatically prompts for input values in the UI and CLI.
| Label | Prop | Type | Description |
|---|
| InfluxDB Cloud | influxDbCloud | app | This component uses the InfluxDB Cloud app. |
| N/A | db | $.service.db | This component uses $.service.db to maintain state between executions. |
timer | $.interface.timer |
InfluxDB Cloud uses API keys for authentication. When you connect your InfluxDB Cloud account, Pipedream securely stores the keys so you can easily authenticate to InfluxDB Cloud APIs in both code and no-code steps.
Focus on building software with an easy-to-use, scalable, serverless time series platform available on AWS, Azure, and Google Cloud.