Skip to content

Commit

Permalink
Merge pull request #40 from kytos-ng/feat/notified_up_at
Browse files Browse the repository at this point in the history
Added `notified_up_at` internal reserved metadata
  • Loading branch information
viniarck authored Dec 1, 2022
2 parents def7378 + 4b57f8c commit 58d9a31
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 58d9a31

Please sign in to comment.