v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBRealize Events
Lists all Realize Events.
Returns the list of all the events generated in Druva Realize.
get/eventmanagement/v1/events
Query parameters
pageTokenstring
The token to access the next page of results. Use the token value received in the previous response's parameter 'nextPageToken'.
Response
OK
Example response
{
"events": [
{
"id": 20,
"area": "Platform",
"category": "Admin Event",
"type": "Admin Login",
"occurenceTime": 1610707530,
"syslogSeverity": 6,
"syslogFacility": 23,
"details": {
"location": "Pune, India",
"adminName": "Druva Cloud Admin",
"adminEmail": "cloud.admin@druva.com",
"loginResult": "Success",
"adminActivity": "Admin Login Event",
"adminIPAddress": "192.168.0.100",
"adminLoginTime": "2021-07-27T05:46:55Z"
}
}
],
"nextPageToken": "eyJpZCI6NTY1NX0="
}