Skip to main content
Skip table of contents

audit-events/paged

Details for all system events that the policy console is tracking.

GET

Returns details for all system events that the policy console is tracking. Also lets you set the first item to be returned from the result set. Optionally, you can set the maximum number of displayed items per per page.

Parameters

ParameterDescription
start

Required. This parameter configures the first returned event in the result set.

Valid value is an integer. Default is 0.

limit

Required. This parameter sets a limit on the maximum number of events to be displayed on a page.

Valid value is an integer. Default is 10.

Example request

This request returns all system events that the policy console is tracking, starting at the 3rd record of all system events with a limit of 4 events displayed per page.


Request

CODE
curl -b c.txt -c c.txt -X GET https://bc.qwe.com/mocana-app-control/rest/audit-events/paged?start=3&limit=4

Response

CODE
{
  "audit_events": {
    "events_limit": 4,
    "events_list": [
      {
        "action": "Updated [OPT_CODE_OSX_SIGNING_AUTH_TYPE] parameter. New value: ssh",
        "addr": "10.42.18.999",
        "date": "2017-06-15 15:20:25.0",
        "event_id": "96530fbd-158c-4829-adc5-dd44f8bc86ff",
        "info_url": "https://bc.qwe.com/mocana-app-control/rest/audit-events/96530fbd-158c-4829-adc5-dd44f8bc86ff",
        "type": 2,
        "user": "email01@qwe.com"
      },
      {
        "action": "Updated [OPT_CODE_SIGNING_TYPE_IOS] parameter. New value: SIGN_ON_CONSOLE",
        "addr": "10.42.18.999",
        "date": "2017-06-15 15:20:25.0",
        "event_id": "ed0c4842-7470-4866-8483-c5f4deabd4a8",
        "info_url": "https://bc.qwe.com/mocana-app-control/rest/audit-events/ed0c4842-7470-4866-8483-c5f4deabd4a8",
        "type": 2,
        "user": "email01@qwe.com"
      },
      {
        "action": "Secured app [com.medtronic.cardiocom.NRMobileVA] [PLATFORM_IOS].",
        "addr": "10.42.18.999",
        "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-bc280738809b",
        "type": 3,
        "user": "email01@qwe.com"
      },
      {
        "action": "Uploaded app - NetResponse(com.medtronic.cardiocom.NRMobileVA)",
        "addr": "10.42.18.999",
        "date": "2017-06-08 14:07:26.0",
        "event_id": "a6d01deb-ee9a-40a4-ae34-f497869aa340",
        "info_url": "https://bc.qwe.com/mocana-app-control/rest/audit-events/a6d01deb-ee9a-40a4-ae34-f497869aa340",
        "type": 5,
        "user": "email01@qwe.com"
      }
    ],
    "events_start": 24,
    "events_total": 666
  },
  "message": "",
  "status": "OK"
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.