audit-events/all
Details for all system events that the policy console is tracking.
GET
Returns details for all events that the policy console is tracking.
Example request
Request
CODE
curl -b c.txt -c c.txt -X GET \
https://bc.qwe.com/mocana-app-control/rest/audit-events/all
Response
CODE
{
"audit_events": {
"events_list": [
{
"action": "Uploaded app - Compass.Next(com.mocana.Compass)",
"addr": "10.42.18.9",
"date": "2017-06-08 14:07:26.0",
"event_id": "c646a866-bcfc-445b-a753-108d313aa529",
"info_url": "https://bc.qwe.com/mocana-app-control/rest/audit-events/c646a866-bcfc-445b-a753-108d233aa529",
"type": 5,
"user": "email01@qwe.com"
},
{
"action": "Secured app [com.qwe.TestApp] [PLATFORM_IOS].",
"addr": "10.42.18.9",
"date": "2017-06-08 14:09:45.0",
"event_id": "8ef39a12-9eba-4ac8-aa0f-bc280738809b",
"info_url": "https://bc.qwe.com/mocana-app-control/rest/audit-events/8ef39a12-9eba-4ac8-aa0f-bc280723809b",
"type": 3,
"user": "email01@qwe.com"
},
{
"action": "Updated [OPT_CODE_OSX_SIGNING_USERNAME] parameter. New value: signer",
"addr": "10.42.18.29",
"date": "2017-06-15 15:20:25.0",
"event_id": "2ffa6034-f5ad-4622-9b46-756b5af04c42",
"info_url": "https://bc.qwe.com/mocana-app-control/rest/audit-events/2ffa6034-f5ad-4622-9b46-756b5af04c42",
"type": 2,
"user": "email01@qwe.com"
}
],
"events_total": 3
},
"message": "",
"status": "OK"
}