Get filesystem events
Returns an array with one or more filesystem events applying the specified filters. This API is only available if you configure an "eventsearcher" plugin
Query parameters
the event timestamp, unix timestamp in nanoseconds, must be greater than or equal to the specified one. 0 or missing means omit this filter
the event timestamp, unix timestamp in nanoseconds, must be less than or equal to the specified one. 0 or missing means omit this filter
the event action must be included among those specified. Empty or missing means omit this filter. Actions must be specified comma separated
the event username must be the same as the one specified. Empty or missing means omit this filter
the event IP must be the same as the one specified. Empty or missing means omit this filter
the event SSH command must be the same as the one specified. Empty or missing means omit this filter
Filesystem providers:
- 0 - Local filesystem
- 1 - S3 Compatible Object Storage
- 2 - Google Cloud Storage
- 3 - Azure Blob Storage
- 4 - Local filesystem encrypted
- 5 - SFTP
- 6 - HTTP filesystem
the event filesystem provider must be the same as the one specified. Empty or missing means omit this filter
the bucket must be the same as the one specified. Empty or missing means omit this filter
the endpoint must be the same as the one specified. Empty or missing means omit this filter
the event protocol must be included among those specified. Empty or missing means omit this filter. Values must be specified comma separated
the event status must be included among those specified. Empty or missing means omit this filter. Values must be specified comma separated
the event instance id must be included among those specified. Empty or missing means omit this filter. Values must be specified comma separated
the event id to start from. This is useful for cursor based pagination. Empty or missing means omit this filter.
User role. Empty or missing means omit this filter. Ignored if the admin has a role
If enabled, events are exported as a CSV file
The maximum number of items to return. Max value is 1000, default is 100
Ordering events by timestamp. Default DESC
Response
successful operation