{ "opencollection": "1.0.0", "info": { "name": "Exoscale ai-api-key event API", "version": "2.0.0" }, "items": [ { "info": { "name": "event", "type": "folder" }, "items": [ { "info": { "name": "List Events", "type": "http" }, "http": { "method": "GET", "url": "https://api-{zone}.exoscale.com/v2/event", "params": [ { "name": "from", "value": "", "type": "query" }, { "name": "to", "value": "", "type": "query" } ] }, "docs": "Retrieve Mutation Events for a given date range. Defaults to retrieving Events for the past 24 hours.\n Both a `from` and `to` arguments can be specified to filter Events over a specific period.\n Events will be the the most descriptive possible but not all fields are mandatory" } ] } ], "bundled": true }