API Guide

Table Of Contents
Monitor
Topics:
Audit logs
Jobs
Audit logs
/api/ApplicationService/AuditLogs
This URI represents a collection of audit logs of the system.
GET method for AuditLogs
This method returns a collection of audit logs of the system.
Description
Returns a collection of audit logs.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "$metadata#Collection(ApplicationService.AuditLog)",
"@odata.count": 7,
"value": [
{
"@odata.id": "/api/ApplicationService/AuditLogs(7)",
"Id": 7,
"Severity": "1000",
"Message": "Successfully logged in.",
"Category": "Audit",
"UserName": "root",
"IpAddress": "xx.xx.xx.xx",
"MessageArgs": "root || xx.xx.xx.xx",
"MessageID": "CUSR0001",
"CreatedDate": "2017-04-26 16:13:57.880"
},
{
"@odata.id": "/api/ApplicationService/AuditLogs(6)",
"Id": 6,
"Severity": "1000",
"Message": "Successfully logged in.",
"Category": "Audit",
"UserName": "root",
"IpAddress": "xx.xx.xx.xx",
"MessageArgs": "root || xx.xx.xx.xx",
"MessageID": "CUSR0001",
"CreatedDate": "2017-04-26 16:13:19.715"
}
}
10
336 Monitor