Structs§
- GetStats
Last120 Seconds Limit Entries Params - struct for passing parameters to the method
get_stats_last120_seconds_limit_entries
- GetStats
Last120 Seconds Params - struct for passing parameters to the method
get_stats_last120_seconds
- GetStats
Last Second Params - struct for passing parameters to the method
get_stats_last_second
Enums§
- GetStats
Last120 Seconds Error - struct for typed errors of method
get_stats_last120_seconds
- GetStats
Last120 Seconds Limit Entries Error - struct for typed errors of method
get_stats_last120_seconds_limit_entries
- GetStats
Last Second Error - 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. 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.