Merge "Fix notification status in notification.inc"
This commit is contained in:
@@ -24,12 +24,12 @@ notification state. You can filter on the notification `status` when you
|
|||||||
complete a list notifications request. The notification `status` is returned
|
complete a list notifications request. The notification `status` is returned
|
||||||
in the response body. The possible notification `status` values are:
|
in the response body. The possible notification `status` values are:
|
||||||
|
|
||||||
- ``NEW``. The notification is in new state and yet to be processed.
|
- ``new``. The notification is in new state and yet to be processed.
|
||||||
- ``RUNNING``. The notification is in progress.
|
- ``running``. The notification is in progress.
|
||||||
- ``FINISHED``. The notification is completed successfully.
|
- ``finished``. The notification is completed successfully.
|
||||||
- ``ERROR``. The notification is ended up in error.
|
- ``error``. The notification is ended up in error.
|
||||||
- ``FAILED``. The notification is not processed successfully after failed once.
|
- ``failed``. The notification is not processed successfully after failed once.
|
||||||
- ``IGNORED``. The notification is ignored by masakari engine.
|
- ``ignored``. The notification is ignored by masakari engine.
|
||||||
|
|
||||||
You can also filter on the basis of `source_host_uuid`, `generated_since` and
|
You can also filter on the basis of `source_host_uuid`, `generated_since` and
|
||||||
`type` when you complete a list notifications request.
|
`type` when you complete a list notifications request.
|
||||||
|
Reference in New Issue
Block a user