Skip to main content

Update Audit Trail Settings

Select

SaaS
Customer Managed

This operation updates the audit trail retention settings. More Details

Request Body
  • auditTrailInfo object
  • retentionForCritical integer
  • retentionForLow integer
  • retentionForMedium integer
  • retentionForHigh integer
Responses

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
POST /commserv/audittrail    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
Body

{
"auditTrailInfo": {
"retentionForCritical": 0,
"retentionForLow": 0,
"retentionForMedium": 0,
"retentionForHigh": 0
}
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/CommServ/AuditTrail' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"auditTrailInfo": {
"retentionForCritical": 0,
"retentionForLow": 0,
"retentionForMedium": 0,
"retentionForHigh": 0
}
}'