Improve timestamp handling and event navigation
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user