Record user (or API) actions on system resources, focusing on resource type, target object, operation type, user information, and operation status.
To better track what users did and what results were produced, request parameters and responses are stored as metadata.
This overlaps partially with request logs but is not identical—for example, request logs typically do not include full request bodies.
Request parameters and responses are not equivalent to data snapshots.
They can reveal what kind of operations occurred but not the exact data before modification, thus cannot be used for version control or restoring data after misoperations.