Module fastly_api::apis::realtime_api
source · Structs
- struct for passing parameters to the method
get_stats_last120_seconds_limit_entries
- struct for passing parameters to the method
get_stats_last120_seconds
- struct for passing parameters to the method
get_stats_last_second
Enums
- struct for typed errors of method
get_stats_last120_seconds
- struct for typed errors of method
get_stats_last120_seconds_limit_entries
- struct for typed errors of method
get_stats_last_second
Functions
- Get data for the 120 seconds preceding the latest timestamp available for a service.
- Get data for the 120 seconds preceding the latest timestamp available for a service, up to a maximum of
max_entries
entries. - Get real-time data for the specified reporting period. Specify
0
to get a single entry for the last complete second. TheTimestamp
field included in the response provides the time index of the latest entry in the dataset and can be provided as thestart_timestamp
of the next request for a seamless continuation of the dataset from one request to the next.