summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-07-19 14:22:52 +0200
committerChristian Grothoff <christian@grothoff.org>2021-07-19 14:22:57 +0200
commit57a2bab421478c3d2b337b41d9edaa34f0063086 (patch)
tree321970968386546fe49487c7599dcf0a4cb67235 /doc
parent25023a9ecac9c19cdad86e1382f25f30e88dcf09 (diff)
downloadanastasis-57a2bab421478c3d2b337b41d9edaa34f0063086.tar.gz
anastasis-57a2bab421478c3d2b337b41d9edaa34f0063086.tar.bz2
anastasis-57a2bab421478c3d2b337b41d9edaa34f0063086.zip
modify reducer to return policy expiration dates to frontend
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/reducer.rst10
1 files changed, 10 insertions, 0 deletions
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 }
+ }
+ }
}