Audit

QName: f:audit

Marks a content node as auditable. Operations against this node will be logged and recorded by the Cloud CMS auditing service and stored as audit records on your platform. These audit records can then be viewed within the Cloud CMS user interface or downloaded for use in third-party reporting systems.

Configuration

This feature does not require configuration.

Audit Example

{
    "title": "My Content Instance",
    "_features": {
        "f:audit": {
        }
    }
}