Improve timestamp handling and event navigation

This commit is contained in:
Stanislav Rossovskii
2026-05-27 11:01:27 +04:00
parent edc51e9c59
commit 71f0035b0b
37 changed files with 485 additions and 109 deletions

View File

@@ -385,6 +385,7 @@ components:
observed_at:
type: string
format: date-time
description: UTC RFC3339 timestamp. Timezone is required; use `Z` or `+00:00`. Non-UTC offsets are rejected.
hostname:
type: string
maxLength: 253
@@ -456,6 +457,7 @@ components:
observed_at:
type: string
format: date-time
description: UTC RFC3339 timestamp. Timezone is required; use `Z` or `+00:00`. Non-UTC offsets are rejected.
status:
type: string
enum: [ok, warning, critical, unknown]