Audit Events Extended Attributes

Audit Events Extended Attributes

Get extended attributes of audit events

Request
URI
GET
https://{api_host}/rest/external/v1/audit-events/extended-attributes
COPY
Query Parameters
integer of array
ids
Required

Audit Event IDs


Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "event_data": {
            "AttrChangeType": "MODIFY",
            "AttrName": "generalData.clientIdleSessionTimeoutMinutes",
            "AttrValue": "15",
            "UserDisplayName": "domain\\administrator"
        },
        "id": 1001
    }
]

401

User is not authenticated

Operation doesn't return any data structure

409

Conflict

Operation doesn't return any data structure