From 4b57f8c42dd9560aa86b655fece5b264e711e407 Mon Sep 17 00:00:00 2001 From: Vinicius Arcanjo Date: Fri, 18 Nov 2022 16:02:42 -0300 Subject: [PATCH] Added notified_up_at --- napps/metadata.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/napps/metadata.md b/napps/metadata.md index 2e78b6d..6bb8bd6 100644 --- a/napps/metadata.md +++ b/napps/metadata.md @@ -63,11 +63,12 @@ Internal Metadata ----------------- -| Metadata | Napp | Object | Type | Description | Date | Used by | -|-----------------------|-------------|------------|-------|-----------------------------------------------|------------|-------------------------------| -| liveness_status | topology | link | str | Link's liveness status up\|down | 06.30.22 | topology, core | -| last_status_change | topology | link | float | Link's last status change timestamp | 06.30.22 | topology | -| last_status_is_active | topology | link | bool | Whether Link's last status is active or not | 06.30.22 | topology | +| Metadata | Napp | Object | Type | Description | Date | Used by | +|-----------------------|-------------|------------|-----------|-----------------------------------------------|------------|-------------------------------| +| liveness_status | topology | link | str | Link's liveness status up\|down | 06.30.22 | topology, core | +| last_status_change | topology | link | float | Link's last status change timestamp | 06.30.22 | topology | +| last_status_is_active | topology | link | bool | Whether Link's last status is active or not | 06.30.22 | topology | +| notified_up_at | topology | link | datetime | Link's last notified up datetime | 11.18.22 | topology | Usage examples