Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.28 KB

InsightsApi.md

File metadata and controls

52 lines (34 loc) · 1.28 KB

InsightsApi

Note

All URIs are relative to https://api.fastly.com

Method HTTP request Description
get_log_insights GET /observability/log-insights Retrieve log insights

get_log_insights

Retrieves statistics from sampled log records.

let cfg = &Configuration::default();
let params = GetLogInsightsParams {
    // parameters
};
get_log_insights(cfg, params)

Parameters

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>

Return type

crate::models::GetLogInsightsResponse

Authorization

token

HTTP request headers

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

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