Update registration
Updates an existing forecast alarm registration.
Documentation Index
Fetch the complete documentation index at: https://api-docs.iklim.co/llms.txt
Use this file to discover all available pages before exploring further.
Body
Forecast point alarm registration.
UUID of the registration record (required for update operations).
"f7587d9e-2481-4b4c-818d-c8d1946851b7"
Caller-defined external reference identifier for the notification recipient.
"customer-system-001"
Alarm registration boundary
Defines the geographic scope to monitor for forecast alarm conditions. The concrete boundary type is selected via the type discriminator field; supply only the fields that belong to the chosen subtype.
- ADMINISTRATIVE – boundary identified by a city (
cityId) and a district (districtId); both fields are required. - POINT – boundary defined by a single longitude/latitude coordinate (
point). The alarm evaluates forecast data for the nearest forecast grid cell to that coordinate.
- Option 1
- Option 2
Number of forecast days ahead to evaluate for alarm conditions (1–14).
3
Time windows at which alarm notifications are dispatched (MORNING – 04:00 UTC, EVENING – 16:00 UTC).
MORNING, EVENING ["MORNING", "EVENING"]
Outbound callback configuration for this registration.
Threshold filters that control which forecast conditions trigger an alarm.
Response
OK
UUID of the registration record (required for update operations).
"f7587d9e-2481-4b4c-818d-c8d1946851b7"
Caller-defined external reference identifier for the notification recipient.
"customer-system-001"
Alarm registration boundary
Defines the geographic scope to monitor for forecast alarm conditions. The concrete boundary type is selected via the type discriminator field; supply only the fields that belong to the chosen subtype.
- ADMINISTRATIVE – boundary identified by a city (
cityId) and a district (districtId); both fields are required. - POINT – boundary defined by a single longitude/latitude coordinate (
point). The alarm evaluates forecast data for the nearest forecast grid cell to that coordinate.
- Option 1
- Option 2
Number of forecast days ahead to evaluate for alarm conditions (1–14).
3
Time windows at which alarm notifications are dispatched (MORNING – 04:00 UTC, EVENING – 16:00 UTC).
MORNING, EVENING ["MORNING", "EVENING"]
Outbound callback configuration for this registration.
Threshold filters that control which forecast conditions trigger an alarm.
Timestamp when the registration was first created (ISO-8601).
"2025-01-01T10:15:30Z"
Timestamp of the most recent update to the registration (ISO-8601).
"2025-01-01T11:15:30Z"
Non-fatal warnings generated during registration processing.
["warning-1", "warning-2"]