Skip to content

Latest commit

 

History

History
260 lines (255 loc) · 31.1 KB

Results.md

File metadata and controls

260 lines (255 loc) · 31.1 KB

Results

The results of stats queries, may be grouped by service depending on endpoint, and aggregated over the appropriate time span.

Properties

Name Type Description Notes
requests int Number of requests processed. [optional]
hits int Number of cache hits. [optional]
hits_time float Total amount of time spent processing cache hits (in seconds). [optional]
miss int Number of cache misses. [optional]
miss_time float Total amount of time spent processing cache misses (in seconds). [optional]
_pass int Number of requests that passed through the CDN without being cached. [optional]
pass_time float Total amount of time spent processing cache passes (in seconds). [optional]
errors int Number of cache errors. [optional]
restarts int Number of restarts performed. [optional]
hit_ratio float, none_type Ratio of cache hits to cache misses (between 0 and 1). [optional]
bandwidth int Total bytes delivered (resp_header_bytes + resp_body_bytes + bereq_header_bytes + bereq_body_bytes + compute_resp_header_bytes + compute_resp_body_bytes + compute_bereq_header_bytes + compute_bereq_body_bytes + websocket_resp_header_bytes + websocket_resp_body_bytes + websocket_bereq_header_bytes + websocket_bereq_body_bytes + fanout_resp_header_bytes + fanout_resp_body_bytes + fanout_bereq_header_bytes + fanout_bereq_body_bytes). [optional]
body_size int Total body bytes delivered (alias for resp_body_bytes). [optional]
header_size int Total header bytes delivered (alias for resp_header_bytes). [optional]
req_body_bytes int Total body bytes received. [optional]
req_header_bytes int Total header bytes received. [optional]
resp_body_bytes int Total body bytes delivered (edge_resp_body_bytes + shield_resp_body_bytes). [optional]
resp_header_bytes int Total header bytes delivered (edge_resp_header_bytes + shield_resp_header_bytes). [optional]
bereq_body_bytes int Total body bytes sent to origin. [optional]
bereq_header_bytes int Total header bytes sent to origin. [optional]
uncacheable int Number of requests that were designated uncachable. [optional]
pipe int Optional. Pipe operations performed (legacy feature). [optional]
synth int Number of requests that returned a synthetic response (i.e., response objects created with the synthetic VCL statement). [optional]
tls int Number of requests that were received over TLS. [optional]
tls_v10 int Number of requests received over TLS 1.0. [optional]
tls_v11 int Number of requests received over TLS 1.1. [optional]
tls_v12 int Number of requests received over TLS 1.2. [optional]
tls_v13 int Number of requests received over TLS 1.3. [optional]
edge_requests int Number of requests sent by end users to Fastly. [optional]
edge_resp_header_bytes int Total header bytes delivered from Fastly to the end user. [optional]
edge_resp_body_bytes int Total body bytes delivered from Fastly to the end user. [optional]
edge_hit_requests int Number of requests sent by end users to Fastly that resulted in a hit at the edge. [optional]
edge_miss_requests int Number of requests sent by end users to Fastly that resulted in a miss at the edge. [optional]
origin_fetches int Number of requests sent to origin. [optional]
origin_fetch_header_bytes int Total request header bytes sent to origin. [optional]
origin_fetch_body_bytes int Total request body bytes sent to origin. [optional]
origin_fetch_resp_header_bytes int Total header bytes received from origin. [optional]
origin_fetch_resp_body_bytes int Total body bytes received from origin. [optional]
origin_revalidations int Number of responses received from origin with a 304 status code in response to an If-Modified-Since or If-None-Match request. Under regular scenarios, a revalidation will imply a cache hit. However, if using Fastly Image Optimizer or segmented caching this may result in a cache miss. [optional]
origin_cache_fetches int The total number of completed requests made to backends (origins) that returned cacheable content. [optional]
shield int Number of requests from edge to the shield POP. [optional]
shield_resp_body_bytes int Total body bytes delivered via a shield. [optional]
shield_resp_header_bytes int Total header bytes delivered via a shield. [optional]
shield_fetches int Number of requests made from one Fastly POP to another, as part of shielding. [optional]
shield_fetch_header_bytes int Total request header bytes sent to a shield. [optional]
shield_fetch_body_bytes int Total request body bytes sent to a shield. [optional]
shield_fetch_resp_header_bytes int Total response header bytes sent from a shield to the edge. [optional]
shield_fetch_resp_body_bytes int Total response body bytes sent from a shield to the edge. [optional]
shield_revalidations int Number of responses received from origin with a 304 status code, in response to an If-Modified-Since or If-None-Match request to a shield. Under regular scenarios, a revalidation will imply a cache hit. However, if using segmented caching this may result in a cache miss. [optional]
shield_cache_fetches int The total number of completed requests made to shields that returned cacheable content. [optional]
ipv6 int Number of requests that were received over IPv6. [optional]
otfp int Number of responses that came from the Fastly On-the-Fly Packaging service for video-on-demand. [optional]
otfp_resp_body_bytes int Total body bytes delivered from the Fastly On-the-Fly Packaging service for video-on-demand. [optional]
otfp_resp_header_bytes int Total header bytes delivered from the Fastly On-the-Fly Packaging service for video-on-demand. [optional]
otfp_shield_resp_body_bytes int Total body bytes delivered via a shield for the Fastly On-the-Fly Packaging service for video-on-demand. [optional]
otfp_shield_resp_header_bytes int Total header bytes delivered via a shield for the Fastly On-the-Fly Packaging service for video-on-demand. [optional]
otfp_manifests int Number of responses that were manifest files from the Fastly On-the-Fly Packaging service for video-on-demand. [optional]
otfp_deliver_time float Total amount of time spent delivering a response from the Fastly On-the-Fly Packaging service for video-on-demand (in seconds). [optional]
otfp_shield_time float Total amount of time spent delivering a response via a shield from the Fastly On-the-Fly Packaging service for video-on-demand (in seconds). [optional]
video int Number of responses with the video segment or video manifest MIME type (i.e., application/x-mpegurl, application/vnd.apple.mpegurl, application/f4m, application/dash+xml, application/vnd.ms-sstr+xml, ideo/mp2t, audio/aac, video/f4f, video/x-flv, video/mp4, audio/mp4). [optional]
pci int Number of responses with the PCI flag turned on. [optional]
log int Number of log lines sent. [optional]
log_bytes int Total log bytes sent. [optional]
http2 int Number of requests received over HTTP/2. [optional]
http3 int Number of requests received over HTTP/3. [optional]
waf_logged int Number of requests that triggered a WAF rule and were logged. [optional]
waf_blocked int Number of requests that triggered a WAF rule and were blocked. [optional]
waf_passed int Number of requests that triggered a WAF rule and were passed. [optional]
attack_req_body_bytes int Total body bytes received from requests that triggered a WAF rule. [optional]
attack_req_header_bytes int Total header bytes received from requests that triggered a WAF rule. [optional]
attack_logged_req_body_bytes int Total body bytes received from requests that triggered a WAF rule that was logged. [optional]
attack_logged_req_header_bytes int Total header bytes received from requests that triggered a WAF rule that was logged. [optional]
attack_blocked_req_body_bytes int Total body bytes received from requests that triggered a WAF rule that was blocked. [optional]
attack_blocked_req_header_bytes int Total header bytes received from requests that triggered a WAF rule that was blocked. [optional]
attack_passed_req_body_bytes int Total body bytes received from requests that triggered a WAF rule that was passed. [optional]
attack_passed_req_header_bytes int Total header bytes received from requests that triggered a WAF rule that was passed. [optional]
attack_resp_synth_bytes int Total bytes delivered for requests that triggered a WAF rule and returned a synthetic response. [optional]
imgopto int Number of responses that came from the Fastly Image Optimizer service. If the service receives 10 requests for an image, this stat will be 10 regardless of how many times the image was transformed. [optional]
imgopto_resp_body_bytes int Total body bytes delivered from the Fastly Image Optimizer service, including shield traffic. [optional]
imgopto_resp_header_bytes int Total header bytes delivered from the Fastly Image Optimizer service, including shield traffic. [optional]
imgopto_shield int Number of responses that came from the Fastly Image Optimizer service via a shield. [optional]
imgopto_shield_resp_body_bytes int Total body bytes delivered via a shield from the Fastly Image Optimizer service. [optional]
imgopto_shield_resp_header_bytes int Total header bytes delivered via a shield from the Fastly Image Optimizer service. [optional]
imgopto_transforms int Number of transforms performed by the Fastly Image Optimizer service. [optional]
imgvideo int Number of video responses that came from the Fastly Image Optimizer service. [optional]
imgvideo_frames int Number of video frames that came from the Fastly Image Optimizer service. A video frame is an individual image within a sequence of video. [optional]
imgvideo_resp_header_bytes int Total header bytes of video delivered from the Fastly Image Optimizer service. [optional]
imgvideo_resp_body_bytes int Total body bytes of video delivered from the Fastly Image Optimizer service. [optional]
imgvideo_shield_resp_header_bytes int Total header bytes of video delivered via a shield from the Fastly Image Optimizer service. [optional]
imgvideo_shield_resp_body_bytes int Total body bytes of video delivered via a shield from the Fastly Image Optimizer service. [optional]
imgvideo_shield int Number of video responses delivered via a shield that came from the Fastly Image Optimizer service. [optional]
imgvideo_shield_frames int Number of video frames delivered via a shield that came from the Fastly Image Optimizer service. A video frame is an individual image within a sequence of video. [optional]
status_200 int Number of responses sent with status code 200 (Success). [optional]
status_204 int Number of responses sent with status code 204 (No Content). [optional]
status_206 int Number of responses sent with status code 206 (Partial Content). [optional]
status_301 int Number of responses sent with status code 301 (Moved Permanently). [optional]
status_302 int Number of responses sent with status code 302 (Found). [optional]
status_304 int Number of responses sent with status code 304 (Not Modified). [optional]
status_400 int Number of responses sent with status code 400 (Bad Request). [optional]
status_401 int Number of responses sent with status code 401 (Unauthorized). [optional]
status_403 int Number of responses sent with status code 403 (Forbidden). [optional]
status_404 int Number of responses sent with status code 404 (Not Found). [optional]
status_406 int Number of responses sent with status code 406 (Not Acceptable). [optional]
status_416 int Number of responses sent with status code 416 (Range Not Satisfiable). [optional]
status_429 int Number of responses sent with status code 429 (Too Many Requests). [optional]
status_500 int Number of responses sent with status code 500 (Internal Server Error). [optional]
status_501 int Number of responses sent with status code 501 (Not Implemented). [optional]
status_502 int Number of responses sent with status code 502 (Bad Gateway). [optional]
status_503 int Number of responses sent with status code 503 (Service Unavailable). [optional]
status_504 int Number of responses sent with status code 504 (Gateway Timeout). [optional]
status_505 int Number of responses sent with status code 505 (HTTP Version Not Supported). [optional]
status_1xx int Number of "Informational" category status codes delivered. [optional]
status_2xx int Number of "Success" status codes delivered. [optional]
status_3xx int Number of "Redirection" codes delivered. [optional]
status_4xx int Number of "Client Error" codes delivered. [optional]
status_5xx int Number of "Server Error" codes delivered. [optional]
object_size_1k int Number of objects served that were under 1KB in size. [optional]
object_size_10k int Number of objects served that were between 1KB and 10KB in size. [optional]
object_size_100k int Number of objects served that were between 10KB and 100KB in size. [optional]
object_size_1m int Number of objects served that were between 100KB and 1MB in size. [optional]
object_size_10m int Number of objects served that were between 1MB and 10MB in size. [optional]
object_size_100m int Number of objects served that were between 10MB and 100MB in size. [optional]
object_size_1g int Number of objects served that were between 100MB and 1GB in size. [optional]
recv_sub_time float Time spent inside the vcl_recv Varnish subroutine (in seconds). [optional]
recv_sub_count int Number of executions of the vcl_recv Varnish subroutine. [optional]
hash_sub_time float Time spent inside the vcl_hash Varnish subroutine (in seconds). [optional]
hash_sub_count int Number of executions of the vcl_hash Varnish subroutine. [optional]
miss_sub_time float Time spent inside the vcl_miss Varnish subroutine (in seconds). [optional]
miss_sub_count int Number of executions of the vcl_miss Varnish subroutine. [optional]
fetch_sub_time float Time spent inside the vcl_fetch Varnish subroutine (in seconds). [optional]
fetch_sub_count int Number of executions of the vcl_fetch Varnish subroutine. [optional]
pass_sub_time float Time spent inside the vcl_pass Varnish subroutine (in seconds). [optional]
pass_sub_count int Number of executions of the vcl_pass Varnish subroutine. [optional]
pipe_sub_time float Time spent inside the vcl_pipe Varnish subroutine (in seconds). [optional]
pipe_sub_count int Number of executions of the vcl_pipe Varnish subroutine. [optional]
deliver_sub_time float Time spent inside the vcl_deliver Varnish subroutine (in seconds). [optional]
deliver_sub_count int Number of executions of the vcl_deliver Varnish subroutine. [optional]
error_sub_time float Time spent inside the vcl_error Varnish subroutine (in seconds). [optional]
error_sub_count int Number of executions of the vcl_error Varnish subroutine. [optional]
hit_sub_time float Time spent inside the vcl_hit Varnish subroutine (in seconds). [optional]
hit_sub_count int Number of executions of the vcl_hit Varnish subroutine. [optional]
prehash_sub_time float Time spent inside the vcl_prehash Varnish subroutine (in seconds). [optional]
prehash_sub_count int Number of executions of the vcl_prehash Varnish subroutine. [optional]
predeliver_sub_time float Time spent inside the vcl_predeliver Varnish subroutine (in seconds). [optional]
predeliver_sub_count int Number of executions of the vcl_predeliver Varnish subroutine. [optional]
tls_handshake_sent_bytes int Number of bytes transferred during TLS handshake. [optional]
hit_resp_body_bytes int Total body bytes delivered for cache hits. [optional]
miss_resp_body_bytes int Total body bytes delivered for cache misses. [optional]
pass_resp_body_bytes int Total body bytes delivered for cache passes. [optional]
segblock_origin_fetches int Number of Range requests to origin for segments of resources when using segmented caching. [optional]
segblock_shield_fetches int Number of Range requests to a shield for segments of resources when using segmented caching. [optional]
compute_requests int The total number of requests that were received for your service by Fastly. [optional]
compute_request_time_ms float The total, actual amount of time used to process your requests, including active CPU time (in milliseconds). [optional]
compute_request_time_billed_ms float The total amount of request processing time you will be billed for, measured in 50 millisecond increments. [optional]
compute_ram_used int The amount of RAM used for your service by Fastly (in bytes). [optional]
compute_execution_time_ms float The amount of active CPU time used to process your requests (in milliseconds). [optional]
compute_req_header_bytes int Total header bytes received by the Compute platform. [optional]
compute_req_body_bytes int Total body bytes received by the Compute platform. [optional]
compute_resp_header_bytes int Total header bytes sent from Compute to end user. [optional]
compute_resp_body_bytes int Total body bytes sent from Compute to end user. [optional]
compute_resp_status_1xx int Number of "Informational" category status codes delivered by the Compute platform. [optional]
compute_resp_status_2xx int Number of "Success" category status codes delivered by the Compute platform. [optional]
compute_resp_status_3xx int Number of "Redirection" category status codes delivered by the Compute platform. [optional]
compute_resp_status_4xx int Number of "Client Error" category status codes delivered by the Compute platform. [optional]
compute_resp_status_5xx int Number of "Server Error" category status codes delivered by the Compute platform. [optional]
compute_bereq_header_bytes int Total header bytes sent to backends (origins) by the Compute platform. [optional]
compute_bereq_body_bytes int Total body bytes sent to backends (origins) by the Compute platform. [optional]
compute_beresp_header_bytes int Total header bytes received from backends (origins) by the Compute platform. [optional]
compute_beresp_body_bytes int Total body bytes received from backends (origins) by the Compute platform. [optional]
compute_bereqs int Number of backend requests started. [optional]
compute_bereq_errors int Number of backend request errors, including timeouts. [optional]
compute_resource_limit_exceeded int Number of times a guest exceeded its resource limit, includes heap, stack, globals, and code execution timeout. [optional]
compute_heap_limit_exceeded int Number of times a guest exceeded its heap limit. [optional]
compute_stack_limit_exceeded int Number of times a guest exceeded its stack limit. [optional]
compute_globals_limit_exceeded int Number of times a guest exceeded its globals limit. [optional]
compute_guest_errors int Number of times a service experienced a guest code error. [optional]
compute_runtime_errors int Number of times a service experienced a guest runtime error. [optional]
edge_hit_resp_body_bytes int Body bytes delivered for edge hits. [optional]
edge_hit_resp_header_bytes int Header bytes delivered for edge hits. [optional]
edge_miss_resp_body_bytes int Body bytes delivered for edge misses. [optional]
edge_miss_resp_header_bytes int Header bytes delivered for edge misses. [optional]
origin_cache_fetch_resp_body_bytes int Body bytes received from origin for cacheable content. [optional]
origin_cache_fetch_resp_header_bytes int Header bytes received from an origin for cacheable content. [optional]
shield_hit_requests int Number of requests that resulted in a hit at a shield. [optional]
shield_miss_requests int Number of requests that resulted in a miss at a shield. [optional]
shield_hit_resp_header_bytes int Header bytes delivered for shield hits. [optional]
shield_hit_resp_body_bytes int Body bytes delivered for shield hits. [optional]
shield_miss_resp_header_bytes int Header bytes delivered for shield misses. [optional]
shield_miss_resp_body_bytes int Body bytes delivered for shield misses. [optional]
websocket_req_header_bytes int Total header bytes received from end users over passthrough WebSocket connections. [optional]
websocket_req_body_bytes int Total message content bytes received from end users over passthrough WebSocket connections. [optional]
websocket_resp_header_bytes int Total header bytes sent to end users over passthrough WebSocket connections. [optional]
websocket_resp_body_bytes int Total message content bytes sent to end users over passthrough WebSocket connections. [optional]
websocket_bereq_header_bytes int Total header bytes sent to backends over passthrough WebSocket connections. [optional]
websocket_bereq_body_bytes int Total message content bytes sent to backends over passthrough WebSocket connections. [optional]
websocket_beresp_header_bytes int Total header bytes received from backends over passthrough WebSocket connections. [optional]
websocket_beresp_body_bytes int Total message content bytes received from backends over passthrough WebSocket connections. [optional]
websocket_conn_time_ms int Total duration of passthrough WebSocket connections with end users. [optional]
fanout_recv_publishes int Total published messages received from the publish API endpoint. [optional]
fanout_send_publishes int Total published messages sent to end users. [optional]
kv_store_class_a_operations int The total number of class a operations for the KV store. [optional]
kv_store_class_b_operations int The total number of class b operations for the KV store. [optional]
object_store_class_a_operations int Use kv_store_class_a_operations. [optional]
object_store_class_b_operations int Use kv_store_class_b_operations. [optional]
fanout_req_header_bytes int Total header bytes received from end users over Fanout connections. [optional]
fanout_req_body_bytes int Total body or message content bytes received from end users over Fanout connections. [optional]
fanout_resp_header_bytes int Total header bytes sent to end users over Fanout connections. [optional]
fanout_resp_body_bytes int Total body or message content bytes sent to end users over Fanout connections, excluding published message content. [optional]
fanout_bereq_header_bytes int Total header bytes sent to backends over Fanout connections. [optional]
fanout_bereq_body_bytes int Total body or message content bytes sent to backends over Fanout connections. [optional]
fanout_beresp_header_bytes int Total header bytes received from backends over Fanout connections. [optional]
fanout_beresp_body_bytes int Total body or message content bytes received from backends over Fanout connections. [optional]
fanout_conn_time_ms int Total duration of Fanout connections with end users. [optional]
ddos_action_limit_streams_connections int For HTTP/2, the number of connections the limit-streams action was applied to. The limit-streams action caps the allowed number of concurrent streams in a connection. [optional]
ddos_action_limit_streams_requests int For HTTP/2, the number of requests made on a connection for which the limit-streams action was taken. The limit-streams action caps the allowed number of concurrent streams in a connection. [optional]
ddos_action_tarpit_accept int The number of times the tarpit-accept action was taken. The tarpit-accept action adds a delay when accepting future connections. [optional]
ddos_action_tarpit int The number of times the tarpit action was taken. The tarpit action delays writing the response to the client. [optional]
ddos_action_close int The number of times the close action was taken. The close action aborts the connection as soon as possible. The close action takes effect either right after accept, right after the client hello, or right after the response was sent. [optional]
ddos_action_blackhole int The number of times the blackhole action was taken. The blackhole action quietly closes a TCP connection without sending a reset. The blackhole action quietly closes a TCP connection without notifying its peer (all TCP state is dropped). [optional]
bot_challenge_starts int The number of challenge-start tokens created. [optional]
bot_challenge_complete_tokens_passed int The number of challenge-complete tokens that passed validation. [optional]
bot_challenge_complete_tokens_failed int The number of challenge-complete tokens that failed validation. [optional]
bot_challenge_complete_tokens_checked int The number of challenge-complete tokens checked. [optional]
bot_challenge_complete_tokens_disabled int The number of challenge-complete tokens not checked because the feature was disabled. [optional]
bot_challenge_complete_tokens_issued int The number of challenge-complete tokens issued. For example, issuing a challenge-complete token after a series of CAPTCHA challenges ending in success. [optional]
bot_challenges_issued int The number of challenges issued. For example, the issuance of a CAPTCHA challenge. [optional]
bot_challenges_succeeded int The number of successful challenge solutions processed. For example, a correct CAPTCHA solution. [optional]
bot_challenges_failed int The number of failed challenge solutions processed. For example, an incorrect CAPTCHA solution. [optional]
ddos_action_downgrade int The number of times the downgrade action was taken. The downgrade action restricts the client to http1. [optional]
ddos_action_downgraded_connections int The number of connections the downgrade action was applied to. The downgrade action restricts the connection to http1. [optional]
all_hit_requests int Number of cache hits for a VCL service. [optional]
all_miss_requests int Number of cache misses for a VCL service. [optional]
all_pass_requests int Number of requests that passed through the CDN without being cached for a VCL service. [optional]
all_error_requests int Number of cache errors for a VCL service. [optional]
all_synth_requests int Number of requests that returned a synthetic response (i.e., response objects created with the synthetic VCL statement) for a VCL service. [optional]
all_edge_hit_requests int Number of requests sent by end users to Fastly that resulted in a hit at the edge for a VCL service. [optional]
all_edge_miss_requests int Number of requests sent by end users to Fastly that resulted in a miss at the edge for a VCL service. [optional]
all_status_1xx int Number of "Informational" category status codes delivered for all sources. [optional]
all_status_2xx int Number of "Success" status codes delivered for all sources. [optional]
all_status_3xx int Number of "Redirection" codes delivered for all sources. [optional]
all_status_4xx int Number of "Client Error" codes delivered for all sources. [optional]
all_status_5xx int Number of "Server Error" codes delivered for all sources. [optional]
origin_offload float Origin Offload measures the ratio of bytes served to end users that were cached by Fastly, over the bytes served to end users, between 0 and 1. ((edge_resp_body_bytes + edge_resp_header_bytes) - (origin_fetch_resp_body_bytes + origin_fetch_resp_header_bytes)) / (edge_resp_body_bytes + edge_resp_header_bytes). [optional]
request_denied_get_head_body int Number of requests where Fastly responded with 400 due to the request being a GET or HEAD request containing a body. [optional]
service_ddos_requests_detected int Number of requests classified as a DDoS attack against a customer origin or service. [optional]
service_ddos_requests_mitigated int Number of requests classified as a DDoS attack against a customer origin or service that were mitigated by the Fastly platform. [optional]
service_ddos_requests_allowed int Number of requests analyzed for DDoS attacks against a customer origin or service, but with no DDoS detected. [optional]
service_id str [optional] [readonly]
start_time int Timestamp for the start of the time period being reported [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]