v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
policiesManagement

Set Search Audit policy.

Set the Search Audit policy. This policy specifies whether search records for your account are enabled. You can access details about your account's search capacity, queries run by users from the Sumo Search Audit Index. Learn More

put/v1/policies/searchAudit

Request body

enabledboolean required

Whether the Search Audit policy is enabled.

Example request

{
  "enabled": true
}

Response

Search Audit policy was set successfully.

enabledboolean required

Whether the Search Audit policy is enabled.

Example response

{
  "enabled": true
}