Note
All URIs are relative to https://api.fastly.com
Method | HTTP request | Description |
---|---|---|
get_log_records | GET /observability/log-explorer | Retrieve log records |
Retrieves log records.
let cfg = &Configuration::default();
let params = GetLogRecordsParams {
// parameters
};
get_log_records(cfg, params)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
service_id | String | [required] | ||
start | String | [required] | ||
end | String | [required] | ||
limit | Option<f32> | |||
next_cursor | Option<String> | |||
filter | Option<String> |
crate::models::GetLogRecordsResponse
- Content-Type: Not defined
- Accept: application/json