USACE Reservoir Data
Create or update a recurring USACE reservoir data connector.
Custom Streaming + One-shot
Create or update a recurring USACE reservoir data connector.
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: Streaming + One-shot
Tools exposed (2) ▾
upsert_bento_get_usace_reservoir_data
Create or update a recurring USACE reservoir data connector.
usace/get_reservoir_data
Fetch USACE reservoir water levels or location metadata from the Corps Water Management System.
Inputs ▾
upsert_bento_get_usace_reservoir_data
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| office | string | yes | USACE office code, e.g. 'LRL', 'SWD', 'LRN'. |
| locationId | string | no | Location identifier or name pattern to filter results. |
| dataType | string | no | Type of data to retrieve. 'levels' for water level time series, 'locations' for station metadata. Default 'levels'. levels locations |
| begin | string | no | Start date/time in ISO 8601 format for levels queries. |
| end | string | no | End date/time in ISO 8601 format for levels queries. |
| limit | number | no | Maximum number of records to return. Default 100. |
| description | string | no | Human-readable description shown in the connector UI. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
| polling_frequency | string | yes | How often to poll USACE reservoir data. |
| connectorId | string | no | If provided, updates an existing connector. |
usace/get_reservoir_data
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| office | string | yes | USACE office code, e.g. 'LRL', 'SWD', 'LRN'. |
| locationId | string | no | Location identifier or name pattern to filter results. |
| dataType | string | no | Type of data to retrieve. 'levels' for water level time series, 'locations' for station metadata. Default 'levels'. levels locations |
| begin | string | no | Start date/time in ISO 8601 format for levels queries. |
| end | string | no | End date/time in ISO 8601 format for levels queries. |
| limit | number | no | Maximum number of records to return. Default 100. |
| description | string | no | Human-readable description shown in the connector UI. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |