Get System Audit Using GET
Get system audit report
Request
URI
GET
https://{api_host}/api/audit/system
COPY
Responses
200
The system audit data
Returns system-audit-reports of type(s) application/json
{
"auditReports": [
{
"audits": [
"system-audit-object Object"
],
"count": 0,
"name": "string"
}
]
}
Audit Operations
GET
Get System Audit Using GET