Module fastly_api::apis::origin_inspector_realtime_api
source · Structs
- struct for passing parameters to the method
get_origin_inspector_last120_seconds
- struct for passing parameters to the method
get_origin_inspector_last_max_entries
- struct for passing parameters to the method
get_origin_inspector_last_second
Enums
- struct for typed errors of method
get_origin_inspector_last120_seconds
- struct for typed errors of method
get_origin_inspector_last_max_entries
- struct for typed errors of method
get_origin_inspector_last_second
Functions
- Get data for the 120 seconds preceding the latest timestamp available for a service.
- Get data for the
max_entries
seconds preceding the latest timestamp available for a service, up to a maximum of 120 entries. - 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
.