Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Port link state change timestamp #398

Merged
merged 8 commits into from
Dec 16, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update description and datatype
PrasenjitAdhikary committed Dec 12, 2024
commit 219735b43b7e87528d1183ba2362356261d260c9
13 changes: 9 additions & 4 deletions result/port.yaml
Original file line number Diff line number Diff line change
@@ -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