Skip to content

Commit

Permalink
Updated telemetry metadata key values
Browse files Browse the repository at this point in the history
  • Loading branch information
viniarck committed Aug 30, 2023
1 parent ae590bd commit 4a1135c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/blueprints/EP031.rst
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,10 @@ VII. New EVC attribute

The **telemetry_int** napp will leverage the EVC's metadata attribute to create a new item, called `telemetry`. This new item will be a dictionary will the following values:

* "status": "enabled|disabled"
* "enabled": true|false
* "status": "UP|DOWN"
* "status_reason": ["some_error"]
* "last_enabled_at": datetime of when the status was "enabled". null for never.
* "last_disabled_at": datetime of when the status was "disabled". null for never.
* "status_updated_at": utc string "%Y-%m-%dT%H:%M:%S" of when the status was updated or null if never.

IX. Failover integration
========================
Expand Down

0 comments on commit 4a1135c

Please sign in to comment.