Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 785 Bytes

HistoricalOriginsResponse.md

File metadata and controls

13 lines (9 loc) · 785 Bytes

# HistoricalOriginsResponse

Properties

Name Type Description Notes
status string Whether or not we were able to successfully execute the query. [optional]
meta \Fastly\Model\OriginInspectorHistoricalMeta [optional]
msg string If the query was not successful, this will provide a string that explains why. [optional]
data \Fastly\Model\OriginInspectorEntry[] A list of timeseries. Each individual timeseries represents a unique combination of dimensions, such as origin host, region or POP. [optional]

[Back to API list] [Back to README]