Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.26 KB

EventApi.md

File metadata and controls

39 lines (24 loc) · 1.26 KB

\EventApi

All URIs are relative to https://api-ch-gva-2.exoscale.com/v2

Method HTTP request Description
list_events GET /event List Events

list_events

Vecmodels::Event list_events(from, to) List Events

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 most descriptive possible but not all fields are mandatory

Parameters

Name Type Description Required Notes
from Option<String>
to Option<String>

Return type

Vecmodels::Event

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]