Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 727 Bytes

HistoricalStatsByServiceResponse.md

File metadata and controls

13 lines (9 loc) · 727 Bytes

# HistoricalStatsByServiceResponse

Properties

Name Type Description Notes
status string Whether or not we were able to successfully execute the query. [optional]
meta \Fastly\Model\HistoricalMeta [optional]
msg string If the query was not successful, this will provide a string that explains why. [optional]
data array<string,array> Contains the results of the query, organized by service ID, into arrays where each element describes one service over a time span. [optional]

[Back to API list] [Back to README]