Exavault API Request Logs
An ExavaultApiRequestLog is an audit log for monitoring and troubleshooting requests to the ExaVault API.
Logs available through this endpoint are retained for 6 months, after which they are automatically discarded. For longer retention, use Files.com SIEM integrations to stream logs in real time to your preferred SIEM, or configure SIEM streaming to a file.
List Exavault API Request Logs
SDK Method
exavaultapirequestlog.List()
Return Object
[]*ExavaultApiRequestLog
Authorization Requirement
Requires either a Site-Wide API key or User API key or session from a User with Site Admin permissions.
Additional Arguments
The ExavaultApiRequestLog Object
Some of the methods above return a ExavaultApiRequestLog object. The attributes of this object are listed below.
| Attribute | Description |
|---|---|
| Timestamp date-time | Start Time of Action. Deprecrated: Use created_at. |
| Endpoint string | Name of API Endpoint |
| Version double | Exavault API Version |
| RequestIp string | IP of requesting client |
| RequestMethod string | HTTP Method |
| ErrorType string | Error type, if applicable |
| ErrorMessage string | Error message, if applicable |
| UserAgent string | User-Agent |
| ResponseCode int64 | HTTP Response Code |
| Success boolean | false if HTTP Response Code is 4xx or 5xx |
| DurationMs int64 | Duration (in milliseconds) |
| CreatedAt date-time | Start Time of Action |