Get Audit Trail Settings
Select
SaaS
Customer Managed
This operation returns a list of the audit trail settings. More Details
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
auditTrailInfo object
retentionForCritical integerretentionForLow integerretentionForMedium integerretentionForHigh integer
{
"auditTrailInfo": {
"retentionForCritical": 0,
"retentionForLow": 0,
"retentionForMedium": 0,
"retentionForHigh": 0
}
}
{
"auditTrailInfo": {
"retentionForCritical": 365,
"retentionForLow": 120,
"retentionForMedium": 240,
"retentionForHigh": 365
}
}
Loading...