AuditLogListResult
AuditLogListResult
Audit log collection results
AllOf
JSON Example
{
"_self": {
"action": "string",
"href": "string",
"rel": "string"
},
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"cursor": "string",
"sort_ascending": false,
"sort_by": "string",
"result_count": 0,
"last_full_sync_timestamp": "string",
"results": [
{
"priority": 0,
"procid": 0,
"facility": 0,
"full_log": "string",
"msgid": "string",
"appname": "string",
"timestamp": "string",
"message": "string",
"hostname": "string",
"struct_data": {
"audit": "string",
"username": "string",
"ereq_id": "string",
"level": "string",
"comp": "string",
"error_code": "string",
"s2comp": "string",
"req_id": "string",
"ent_id": "string",
"security": "string",
"subcomp": "string"
}
}
]
}