audit-events/{event_id}
Details for a specific system event that the policy console is tracking.
GET
Returns details for a specific policy configuration or app-securing event that the policy console is tracking.
Parameters
Parameter | Description |
---|---|
event_id | The unique identifier for a specific system event. Use GET audit-events/all to obtain the unique identifier. |
Example request
Request
CODE
curl -b c.txt -c c.txt -X GET \
https://bc.qwe.com/mocana-app-control/rest/audit-events/a5d6620c-2f76-4111-a635-2524549fc514
Response
CODE
{
"audit_event": [{
"action": "Updated [OPT_CODE_OSX_SIGNING_AUTH_TYPE] parameter. New value: ssh",
"addr": "10.42.18.9",
"date": "2017-06-08 12:28:40.0",
"event_id": "a5d6620c-2f76-4111-a635-2524549fc514",
"info_url": "https://bc.qwe.com/mocana-app-control/rest/audit-events/a5d6620c-2f76-4111-a635-2524549fc514",
"type": 5,
"user": "email01@qwe.com"
}],
"message": "",
"status": "OK"
}