List Events

This API returns a list of events based on pageToken or filters.

You can query using the pageToken or filters; you cannot provide both simultaneously.

When using the pageToken parameter, the initial request should not include any pageToken value. The response will contain a list of events and a nextPageToken. For subsequent API calls, include the pageToken parameter with the value of nextPageToken received from the previous API response. This ensures that you retrieve the next page of events.

For example

/events?pageToken=qwwzsx1qwer0efjdvfhuvuvvuvu

/events?pageSize=150&productID=12289&syslogSeverity=5

Log in to see full request history
Path Params
string
required
Defaults to v2

Version of report. In v1, the details field of the response provides a string. In v2, it provides a json object.

Query Params
string

Specify the token to access the next page of results. Keep this field blank in the first request. Use the token value received in the previous response's parameter 'nextPageToken'.

integer

Specify the maximum number of records that should returned in a response. Maximum limit is 500 records. Default pageSize is 500.

integer

Provide productID.

  • Specify 12289 for Enterprise Workloads.
  • Specify 4097 for Druva Cloud Platform.
string

Provide category. Use EVENT.

string
length between 1 and 128

Provide the type of action/incident that occurred on a particular entity. For example, Login, Logout, LicenseExpired, etc.

string
length between 1 and 128

Provide the feature for which you want to retrieve events. For example, Job, Admin, Customer, Client etc.

integer

Specify the severity code as follows:

For Emergency use 0

For Alert (action must be taken immediately) use 1

For Critical (critical conditions) use 2

For Error (error conditions) use 3

For Warning (warning conditions) use 4

For Notice (normal but significant condition) use 5

For Informational (informational messages) use 6

For Debug (debug-level messages) use 7

Responses

400

Bad Request

404

The requested resource was not found.

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json