v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
policiesManagement

Set Audit policy.

Set the Audit policy. This policy specifies whether audit records for your account are enabled. You can access details about reported account events in the Sumo Logic Audit Index. Learn More

put/v1/policies/audit

Request body

enabledboolean required

Whether the Audit policy is enabled.

Example request

{
  "enabled": true
}

Response

Audit policy was set successfully.

enabledboolean required

Whether the Audit policy is enabled.

Example response

{
  "enabled": true
}