Note
All URIs are relative to https://api.fastly.com
Method | HTTP request | Description |
---|---|---|
get_log_insights | GET /observability/log-insights | Retrieve log insights |
Retrieves statistics from sampled log records.
let cfg = &Configuration::default();
let params = GetLogInsightsParams {
// parameters
};
get_log_insights(cfg, params)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
visualization | String | [required] | ||
service_id | String | [required] | ||
start | String | [required] | ||
end | String | [required] | ||
pops | Option<String> | |||
domain | Option<String> | |||
domain_exact_match | Option<bool> | |||
limit | Option<f32> |
crate::models::GetLogInsightsResponse
- Content-Type: Not defined
- Accept: application/json