api-ref: Add webhook API reference
Change-Id: I75c5b2de55df276d414633f16ad9735a9871b59d Implements: blueprint event-driven-optimization-based
This commit is contained in:
parent
ae83ef02e7
commit
145fccdd23
@ -16,3 +16,4 @@ Watcher API
|
|||||||
.. include:: watcher-api-v1-services.inc
|
.. include:: watcher-api-v1-services.inc
|
||||||
.. include:: watcher-api-v1-scoring_engines.inc
|
.. include:: watcher-api-v1-scoring_engines.inc
|
||||||
.. include:: watcher-api-v1-datamodel.inc
|
.. include:: watcher-api-v1-datamodel.inc
|
||||||
|
.. include:: watcher-api-v1-webhooks.inc
|
||||||
|
26
api-ref/source/watcher-api-v1-webhooks.inc
Normal file
26
api-ref/source/watcher-api-v1-webhooks.inc
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
.. -*- rst -*-
|
||||||
|
|
||||||
|
========
|
||||||
|
Webhooks
|
||||||
|
========
|
||||||
|
|
||||||
|
.. versionadded:: 1.4
|
||||||
|
|
||||||
|
Triggers an event based Audit.
|
||||||
|
|
||||||
|
|
||||||
|
Trigger EVENT Audit
|
||||||
|
===================
|
||||||
|
|
||||||
|
.. rest_method:: POST /v1/webhooks/{audit_ident}
|
||||||
|
|
||||||
|
Normal response codes: 202
|
||||||
|
|
||||||
|
Error codes: 400,404
|
||||||
|
|
||||||
|
Request
|
||||||
|
-------
|
||||||
|
|
||||||
|
.. rest_parameters:: parameters.yaml
|
||||||
|
|
||||||
|
- audit_ident: audit_ident
|
Loading…
Reference in New Issue
Block a user