From 57a2bab421478c3d2b337b41d9edaa34f0063086 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 19 Jul 2021 14:22:52 +0200 Subject: modify reducer to return policy expiration dates to frontend --- doc/sphinx/reducer.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc') diff --git a/doc/sphinx/reducer.rst b/doc/sphinx/reducer.rst index 1fadedb..e5f1699 100644 --- a/doc/sphinx/reducer.rst +++ b/doc/sphinx/reducer.rst @@ -1198,6 +1198,16 @@ Example results are thus: { "backup_state": "BACKUP_FINISHED", + "success_details": { + "http://localhost:8080/" : { + "policy_version" : 1, + "policy_expiration" : { "t_ms" : 1245362362000 } + }, + "http://localhost:8081/" : { + "policy_version" : 3, + "policy_expiration" : { "t_ms" : 1245362362000 } + } + } } -- cgit v1.2.3