NOAA Space Weather
Fetch NOAA Space Weather Prediction Center data (solar wind, geomagnetic scales, alerts, etc.).
Custom Streaming + One-shot
Fetch NOAA Space Weather Prediction Center data (solar wind, geomagnetic scales, alerts, etc.).
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: Streaming + One-shot
Tools exposed (2) ▾
noaa/get_space_weather
Fetch NOAA Space Weather Prediction Center data (solar wind, geomagnetic scales, alerts, etc.).
upsert_bento_get_noaa_space_weather
Create or update a recurring NOAA Space Weather connector.
Inputs ▾
noaa/get_space_weather
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| product | string | yes | Which SWPC product to fetch. solar-wind-plasma noaa-scales alerts solar-wind-mag geomag-dst |
| 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. |
upsert_bento_get_noaa_space_weather
| Name | Type | Required | Description |
|---|---|---|---|
| dashboardId | string | no | Target dashboard/initiative ID. Omit to use the current dashboard. |
| product | string | yes | Which SWPC product to fetch. solar-wind-plasma noaa-scales alerts solar-wind-mag geomag-dst |
| 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 NOAA SWPC. |
| connectorId | string | no | If provided, updates an existing connector. |