v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
Realize 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

nextPageTokenstring required

The token to access the next page of results. This parameter will be empty for the last page of the results. For example - eyJpZCI6NTY1NX0=

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="
}