Skip to content

Commit

Permalink
Added notified_up_at
Browse files Browse the repository at this point in the history
  • Loading branch information
viniarck committed Nov 18, 2022
1 parent def7378 commit 4b57f8c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions napps/metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b57f8c

Please sign in to comment.