Werk #16367: audit_log: Deprecate 'delete' method and replace it for 'archive'
Component | REST API | ||||
Title | audit_log: Deprecate 'delete' method and replace it for 'archive' | ||||
Date | Feb 9, 2024 | ||||
Level | Trivial Change | ||||
Class | Bug Fix | ||||
Compatibility | Incompatible - Manual interaction might be required | ||||
Checkmk versions & editions |
|
Since the DELETE method actually archives the audit_log entries, this endpoint is replaced by domain-types/audit_log/actions/archive/invoke
The DELETE endpoint is deprecated and will be removed on version 2.4.0.
In order to update their scripts, users should replace curl -x DELETE http://host/site/api/1.0/domain-types/audit_log/collections/all
with curl -x POST http://host/site/api/1.0/domain-types/audit_log/actions/archive/invoke