From 219735b43b7e87528d1183ba2362356261d260c9 Mon Sep 17 00:00:00 2001 From: Prasenjit Adhikary Date: Thu, 12 Dec 2024 05:41:21 +0000 Subject: [PATCH] update description and datatype --- result/port.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/result/port.yaml b/result/port.yaml index 0fcb9dca..b7cf47f2 100644 --- a/result/port.yaml +++ b/result/port.yaml @@ -144,8 +144,13 @@ components: x-field-uid: 1 stopped: x-field-uid: 2 - last_link_state_change_time: - description: >- - The timestamp of the last link-state change event - type: string + last_change: + description: |- + The timestamp indicates the absolute time of the last + link state change of the test port (e.g., up-to-down transition). + + The value is the timestamp in nanoseconds relative to + the Unix Epoch (Jan 1, 1970 00:00:00 UTC). + type: integer + format: uint64 x-field-uid: 14