List Audit Events

List Audit Events

This API supports Pagination.

Request
URI
GET
https://{api_host}/rest/external/v1/audit-events
COPY
Query Parameters
integer
page
Optional

page, if passed should be > 0.

page example
1
integer
size
Optional

size, if passed should be > 0.

size example
10
string
filter
Optional

filter expression built using fields with 'supported filters' as described in output model schema of this API.

filter example
[object Object]
string
sort_by
Optional

Field that would be used to sort the results.

sort_by example
<property-name>
string
order_by
Optional

Determines the ordering of results.

order_by example
ASC
Possible values are : ASC, DESC,

Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "application_pool_name": "calculator",
        "desktop_pool_name": "manual pool",
        "id": 1001,
        "machine_dns_name": "broker.domain.com",
        "machine_id": "3d78ef58-20a6-4f0e-923d-cb61938002bb",
        "message": "Broker broker1 has started handling events",
        "module": "Broker",
        "severity": "AUDIT_SUCCESS",
        "time": 1582181831000,
        "type": "AGENT_CONNECTED",
        "user_id": "S-1-5-21-1111111111-2222222222-3333333333-500"
    }
]

401

User is not authenticated

Operation doesn't return any data structure

409

Conflict

Operation doesn't return any data structure