Structs§
- GetOrigin
Inspector Last120 Seconds Params - struct for passing parameters to the method
get_origin_inspector_last120_seconds
- GetOrigin
Inspector Last MaxEntries Params - struct for passing parameters to the method
get_origin_inspector_last_max_entries
- GetOrigin
Inspector Last Second Params - struct for passing parameters to the method
get_origin_inspector_last_second
Enums§
- GetOrigin
Inspector Last120 Seconds Error - struct for typed errors of method
get_origin_inspector_last120_seconds
- GetOrigin
Inspector Last MaxEntries Error - struct for typed errors of method
get_origin_inspector_last_max_entries
- GetOrigin
Inspector Last Second Error - struct for typed errors of method
get_origin_inspector_last_second
Functions§
- get_
origin_ inspector_ last120_ seconds - Get data for the 120 seconds preceding the latest timestamp available for a service.
- get_
origin_ inspector_ last_ max_ entries - Get data for the
max_entries
seconds preceding the latest timestamp available for a service, up to a maximum of 120 entries. - get_
origin_ inspector_ last_ second - Get real-time origin 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. Due to processing latency, the earliest entry in the response dataset may be earlier thanstart_timestamp
by the value ofAggregateDelay
.