Management REST API: Allow to filter actions by last status code (#1311)

* Introduce sorting /filtering field for "lastActionStatusCode"

* Rename new sort /filter field to "lastStatusCode"
This commit is contained in:
Stefan Behl
2023-01-13 12:12:51 +01:00
committed by GitHub
parent 9d929e014b
commit b919ceda5c
2 changed files with 38 additions and 0 deletions

View File

@@ -26,6 +26,11 @@ public enum ActionFields implements FieldNameProvider, FieldValueConverter<Actio
* The detailed action status
*/
DETAILSTATUS("status"),
/**
* The last action status code
*/
LASTSTATUSCODE("lastActionStatusCode"),
/**
* The id field.