Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 799 Bytes

HistoricalOriginsResponse.md

File metadata and controls

14 lines (9 loc) · 799 Bytes

HistoricalOriginsResponse

Properties

Name Type Description Notes
status Option<String> Whether or not we were able to successfully execute the query.
meta Option<crate::models::OriginInspectorHistoricalMeta>
msg Option<String> If the query was not successful, this will provide a string that explains why.
data Option<Vec<crate::models::OriginInspectorEntry>> A list of timeseries. Each individual timeseries represents a unique combination of dimensions, such as origin host, region or POP.

[Back to API list] [Back to README]