Module realtime_api

Source

Structs§

GetStatsLast120SecondsLimitEntriesParams
struct for passing parameters to the method get_stats_last120_seconds_limit_entries
GetStatsLast120SecondsParams
struct for passing parameters to the method get_stats_last120_seconds
GetStatsLastSecondParams
struct for passing parameters to the method get_stats_last_second

Enums§

GetStatsLast120SecondsError
struct for typed errors of method get_stats_last120_seconds
GetStatsLast120SecondsLimitEntriesError
struct for typed errors of method get_stats_last120_seconds_limit_entries
GetStatsLastSecondError
struct for typed errors of method get_stats_last_second

Functions§

get_stats_last120_seconds
Get data for the 120 seconds preceding the latest timestamp available for a service.
get_stats_last120_seconds_limit_entries
Get data for the 120 seconds preceding the latest timestamp available for a service, up to a maximum of max_entries entries.
get_stats_last_second
Get real-time data for the specified reporting period. Specify 0 to get a single entry for the last complete second. The Timestamp field included in the response provides the time index of the latest entry in the dataset and can be provided as the start_timestamp of the next request for a seamless continuation of the dataset from one request to the next.