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.
Other Operations
list-events
List Events
GET /eventRetrieve 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
frominquery(optional)toinquery(optional)
Responses
200: 200application/json
SDK reference for list-events: golang | Python | Java
CLI: exo api list-events
Last updated on