From de9d250537f4a5debe7cd1b1583e432cd9b9221c Mon Sep 17 00:00:00 2001 From: licanwei Date: Sat, 11 Apr 2020 16:00:16 +0800 Subject: [PATCH] update description about audit argument interval Change-Id: I5ae8ab672edac1637c2bef4201fec30e896cd8ed --- doc/source/architecture.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/architecture.rst b/doc/source/architecture.rst index 581520108..36806dd1b 100644 --- a/doc/source/architecture.rst +++ b/doc/source/architecture.rst @@ -284,7 +284,8 @@ The :ref:`Administrator ` also can specify type of Audit and interval (in case of CONTINUOUS type). There is three types of Audit: ONESHOT, CONTINUOUS and EVENT. ONESHOT Audit is launched once and if it succeeded executed new action plan list will be provided; CONTINUOUS Audit -creates action plans with specified interval (in seconds), if action plan +creates action plans with specified interval (in seconds or cron format, cron +inteval can be used like: `*/5 * * * *`), if action plan has been created, all previous action plans get CANCELLED state; EVENT audit is launched when receiving webhooks API.