From 4a1135cba78caa1eb49aad7e9a17cfa70e7b5e3e Mon Sep 17 00:00:00 2001 From: Vinicius Arcanjo Date: Wed, 30 Aug 2023 15:04:56 -0300 Subject: [PATCH] Updated telemetry metadata key values --- docs/blueprints/EP031.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/blueprints/EP031.rst b/docs/blueprints/EP031.rst index 46be7be8..f37ee724 100644 --- a/docs/blueprints/EP031.rst +++ b/docs/blueprints/EP031.rst @@ -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 ========================