get https://apis.druva.com/platform/eventmanagement//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
Responses
400Bad Request
404The requested resource was not found.