Module fastly_api::apis::domain_inspector_realtime_api
source · Structs
- struct for passing parameters to the method
get_domain_inspector_last120_seconds - struct for passing parameters to the method
get_domain_inspector_last_max_entries - struct for passing parameters to the method
get_domain_inspector_last_second
Enums
- struct for typed errors of method
get_domain_inspector_last120_seconds - struct for typed errors of method
get_domain_inspector_last_max_entries - struct for typed errors of method
get_domain_inspector_last_second
Functions
- Get data for the 120 seconds preceding the latest timestamp available for a service.
- Get data for the
max_entriesseconds preceding the latest timestamp available for a service, up to a maximum of 120 entries. - Get real-time domain data for the specified reporting period. Specify
0to get a single entry for the last complete second. TheTimestampfield included in the response provides the time index of the latest entry in the dataset and can be provided as thestart_timestampof 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_timestampby the value ofAggregateDelay.