pub async fn list_server_events(
    configuration: &Configuration,
    zone: &str,
    server_id: &str,
    page: Option<i32>,
    page_size: Option<i32>,
    order_by: Option<&str>
) -> Result<ScalewayPeriodBaremetalPeriodV1PeriodListServerEventsResponse, Error<ListServerEventsError>>
Expand description

List events associated to the given server ID.