Event

Events form the basis of the Exoscale audit-trail, a mechanism to query past events performing mutations on resources which happened on an organization.

Read more


Other Operations

list-events

List Events

GET /event

Retrieve Mutation Events for a given date range. Defaults to retrieving Events for the past 24 hours. Both a from and to arguments can be specified to filter Events over a specific period. Events will be the the most descriptive possible but not all fields are mandatory

Query parameters

  • from in query (optional)
  • to in query (optional)

Responses

  • 200: 200
    • application/json

SDK reference for list-events: golang | Python | Java

CLI: exo api list-events

Last updated on