diff options
author | Harald Jensås <hjensas@redhat.com> | 2019-01-19 23:33:31 +0100 |
---|---|---|
committer | Harald Jensås <hjensas@redhat.com> | 2019-02-15 06:17:02 +0100 |
commit | 50205ca0724c9f03731e3441bc525b5c3650369f (patch) | |
tree | bec2803b8eb6c7aa080f01febb0612c6c3fd7685 /doc/source | |
parent | e34941c3279907a013b2b6ae023a089e58c3ed11 (diff) | |
download | ironic-50205ca0724c9f03731e3441bc525b5c3650369f.tar.gz |
API - Implement /events endpoint
Implements the POST /events endpoint. Allows external
entities to send events to Ironic. The default policy
for the new endpoint is "rule:is_admin".
Initial support for 'network' events properties implemented
but the EventsController will simply log a debug entry.
Story: 1304673
Task: 28988
Change-Id: I2cfebf2d0bedd35a33db7af60eaec0e5083fe16f
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/contributor/webapi-version-history.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/contributor/webapi-version-history.rst b/doc/source/contributor/webapi-version-history.rst index e16cf2999..f8ce87873 100644 --- a/doc/source/contributor/webapi-version-history.rst +++ b/doc/source/contributor/webapi-version-history.rst @@ -2,6 +2,14 @@ REST API Version History ======================== +1.54 (Stein, master) +-------------------- + +Added new endpoints for external ``events``: + +* POST /v1/events for creating events. (This endpoint is only intended for + internal consumption.) + 1.53 (Stein, master) -------------------- |