InfluxDB Cloud integration (Data, Developer Tools). Imported from open-connector.
{api_base_url}/api/v2/buckets
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of buckets to return. |
| offset | integer | optional | Number of buckets to skip before returning results. |
| after | string | optional | Bucket ID after which to begin the page. |
| name | string | optional | Return only buckets with this exact name. |
| id | string | optional | Return only the bucket with this ID. |
/api/v2/buckets/{bucketId}
| Param | Type | Required | Description |
|---|---|---|---|
| bucketId | string | required | The InfluxDB bucket ID. |
/query
| Param | Type | Required | Description |
|---|---|---|---|
| database | string | required | Bucket name mapped to the InfluxDB v1 database parameter. |
| query | string | required | InfluxQL query to execute. |
| retentionPolicy | string | optional | Optional retention policy name for the database-retention policy mapping. |
| epoch | string | optional | Optional timestamp precision for unix epoch results. |