Skip to main content

Get Audit Trail Settings

Select

SaaS
Customer Managed

This operation returns a list of the audit trail settings. More Details

Responses

OK


Schema
  • auditTrailInfo object
  • retentionForCritical integer
  • retentionForLow integer
  • retentionForMedium integer
  • retentionForHigh integer
GET /commserv/audittrail    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/CommServ/AuditTrail' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'