From 9b6629054a08a32fc7fc3bb2251a20e51d13e9e0 Mon Sep 17 00:00:00 2001 From: licanwei Date: Mon, 10 Feb 2020 11:13:06 +0800 Subject: [PATCH] Doc: Add EVENT audit description Change-Id: Ia6db6f8c21282a4755997cf47fd618670148c23f Implements: blueprint event-driven-optimization-based --- doc/source/architecture.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/source/architecture.rst b/doc/source/architecture.rst index 047d23713..581520108 100644 --- a/doc/source/architecture.rst +++ b/doc/source/architecture.rst @@ -281,11 +281,12 @@ previously created :ref:`Audit template `: :width: 100% The :ref:`Administrator ` also can specify type of -Audit and interval (in case of CONTINUOUS type). There is two types of Audit: -ONESHOT and CONTINUOUS. 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 -has been created, all previous action plans get CANCELLED state. +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 +has been created, all previous action plans get CANCELLED state; +EVENT audit is launched when receiving webhooks API. A message is sent on the :ref:`AMQP bus ` which triggers the Audit in the