7.3 Get Logs
POST https://{{domain}}/api/v2/log/list
Get all logs from the organization.
THIS API IS TEMPORARILY DISABLED
JSON object containing one or more of the following filters:
Request:
- SerialNumber
- User
- Source
- Version
- Computer
- DateTime - Range of date-time in UTC
- From
- To
- LogType - one of “Log” or “Configuration”
Response:
Return the organization logs filtered by request body filter.
RESPONSES
status: OK
[{"User":"Chuck Laz","Source":"Rip","Version":"5.0.13","Computer":"Computer1","Description":"Invalid event. Content could not be created from the RIP event."},{"User":"f.montgomery","Source":"Rip","Version":"5.0.13","Computer":"Computer2","Description":"RESTClient::UpdateResource - Resource file not found - "}]