WebService::Fastly::Object::Values

Load the model package

use WebService::Fastly::Object::Values;

Properties

Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- 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] status_1xx | int | Number of 1xx "Informational" category status codes delivered. | [optional] status_2xx | int | Number of 2xx "Success" status codes delivered. | [optional] status_3xx | int | Number of 3xx "Redirection" codes delivered. | [optional] status_4xx | int | Number of 4xx "Client Error" codes delivered. | [optional] status_5xx | int | Number of 5xx "Server Error" codes delivered. | [optional] status_200 | int | Number of responses delivered with status code 200 (Success). | [optional] status_204 | int | Number of responses delivered with status code 204 (No Content). | [optional] status_206 | int | Number of responses delivered with status code 206 (Partial Content). | [optional] status_301 | int | Number of responses delivered with status code 301 (Moved Permanently). | [optional] status_302 | int | Number of responses delivered with status code 302 (Found). | [optional] status_304 | int | Number of responses delivered with status code 304 (Not Modified). | [optional] status_400 | int | Number of responses delivered with status code 400 (Bad Request). | [optional] status_401 | int | Number of responses delivered with status code 401 (Unauthorized). | [optional] status_403 | int | Number of responses delivered with status code 403 (Forbidden). | [optional] status_404 | int | Number of responses delivered with status code 404 (Not Found). | [optional] status_416 | int | Number of responses delivered with status code 416 (Range Not Satisfiable). | [optional] status_429 | int | Number of responses delivered with status code 429 (Too Many Requests). | [optional] status_500 | int | Number of responses delivered with status code 500 (Internal Server Error). | [optional] status_501 | int | Number of responses delivered with status code 501 (Not Implemented). | [optional] status_502 | int | Number of responses delivered with status code 502 (Bad Gateway). | [optional] status_503 | int | Number of responses delivered with status code 503 (Service Unavailable). | [optional] status_504 | int | Number of responses delivered with status code 504 (Gateway Timeout). | [optional] status_505 | int | Number of responses delivered with status code 505 (HTTP Version Not Supported). | [optional] status_530 | int | Number of responses delivered with status code 530. | [optional] requests | int | Number of requests processed. | [optional] resp_header_bytes | int | Total header bytes delivered. | [optional] resp_body_bytes | int | Total body bytes delivered. | [optional] bereq_header_bytes | int | Total header bytes sent to origin. | [optional] bereq_body_bytes | int | Total body bytes sent to origin. | [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_resp_header_bytes | int | Total header bytes received from origin. | [optional] origin_fetch_resp_body_bytes | int | Total body bytes received from origin. | [optional] bandwidth | int | Total bytes delivered (resp_header_bytes + resp_body_bytes + bereq_header_bytes + bereq_body_bytes). | [optional] edge_hit_ratio | double | Ratio of cache hits to cache misses at the edge, between 0 and 1 (edge_hit_requests / (edge_hit_requests + edge_miss_requests)). | [optional] origin_offload | double | 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). Previously, Origin Offload used a different formula. Learn more. | [optional] origin_status_200 | int | Number of responses received from origin with status code 200 (Success). | [optional] origin_status_204 | int | Number of responses received from origin with status code 204 (No Content). | [optional] origin_status_206 | int | Number of responses received from origin with status code 206 (Partial Content). | [optional] origin_status_301 | int | Number of responses received from origin with status code 301 (Moved Permanently). | [optional] origin_status_302 | int | Number of responses received from origin with status code 302 (Found). | [optional] origin_status_304 | int | Number of responses received from origin with status code 304 (Not Modified). | [optional] origin_status_400 | int | Number of responses received from origin with status code 400 (Bad Request). | [optional] origin_status_401 | int | Number of responses received from origin with status code 401 (Unauthorized). | [optional] origin_status_403 | int | Number of responses received from origin with status code 403 (Forbidden). | [optional] origin_status_404 | int | Number of responses received from origin with status code 404 (Not Found). | [optional] origin_status_416 | int | Number of responses received from origin with status code 416 (Range Not Satisfiable). | [optional] origin_status_429 | int | Number of responses received from origin with status code 429 (Too Many Requests). | [optional] origin_status_500 | int | Number of responses received from origin with status code 500 (Internal Server Error). | [optional] origin_status_501 | int | Number of responses received from origin with status code 501 (Not Implemented). | [optional] origin_status_502 | int | Number of responses received from origin with status code 502 (Bad Gateway). | [optional] origin_status_503 | int | Number of responses received from origin with status code 503 (Service Unavailable). | [optional] origin_status_504 | int | Number of responses received from origin with status code 504 (Gateway Timeout). | [optional] origin_status_505 | int | Number of responses received from origin with status code 505 (HTTP Version Not Supported). | [optional] origin_status_530 | int | Number of responses received from origin with status code 530. | [optional] origin_status_1xx | int | Number of "Informational" category status codes received from origin. | [optional] origin_status_2xx | int | Number of "Success" status codes received from origin. | [optional] origin_status_3xx | int | Number of "Redirection" codes received from origin. | [optional] origin_status_4xx | int | Number of "Client Error" codes received from origin. | [optional] origin_status_5xx | int | Number of "Server Error" codes received from origin. | [optional] compute_bereq_body_bytes | int | Total body bytes sent to backends (origins) by the Compute platform. | [optional] compute_bereq_errors | int | Number of backend request errors, including timeouts, by the Compute platform. | [optional] compute_bereq_header_bytes | int | Total header bytes sent to backends (origins) by the Compute platform. | [optional] compute_bereqs | int | Number of backend requests started by the Compute platform. | [optional] compute_beresp_body_bytes | int | Total body bytes received from 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_execution_time_ms | int | The amount of active CPU time used to process your requests (in milliseconds). | [optional] compute_origin_status_1xx | int | Number of "Informational" category status codes received from origin by the Compute platform. | [optional] compute_origin_status_200 | int | Number of responses received from origin with status code 200 (Success) by the Compute platform. | [optional] compute_origin_status_204 | int | Number of responses received from origin with status code 204 (No Content) by the Compute platform. | [optional] compute_origin_status_206 | int | Number of responses received from origin with status code 206 (Partial Content) by the Compute platform. | [optional] compute_origin_status_2xx | int | Number of "Success" status codes received from origin by the Compute platform. | [optional] compute_origin_status_301 | int | Number of responses received from origin with status code 301 (Moved Permanently) by the Compute platform. | [optional] compute_origin_status_302 | int | Number of responses received from origin with status code 302 (Found) by the Compute platform. | [optional] compute_origin_status_304 | int | Number of responses received from origin with status code 304 (Not Modified) by the Compute platform. | [optional] compute_origin_status_3xx | int | Number of "Redirection" codes received from origin by the Compute platform. | [optional] compute_origin_status_400 | int | Number of responses received from origin with status code 400 (Bad Request) by the Compute platform. | [optional] compute_origin_status_401 | int | Number of responses received from origin with status code 401 (Unauthorized) by the Compute platform. | [optional] compute_origin_status_403 | int | Number of responses received from origin with status code 403 (Forbidden) by the Compute platform. | [optional] compute_origin_status_404 | int | Number of responses received from origin with status code 404 (Not Found) by the Compute platform. | [optional] compute_origin_status_416 | int | Number of responses received from origin with status code 416 (Range Not Satisfiable) by the Compute platform. | [optional] compute_origin_status_429 | int | Number of responses received from origin with status code 429 (Too Many Requests) by the Compute platform. | [optional] compute_origin_status_4xx | int | Number of "Client Error" codes received from origin by the Compute platform. | [optional] compute_origin_status_500 | int | Number of responses received from origin with status code 500 (Internal Server Error) by the Compute platform. | [optional] compute_origin_status_501 | int | Number of responses received from origin with status code 501 (Not Implemented) by the Compute platform. | [optional] compute_origin_status_502 | int | Number of responses received from origin with status code 502 (Bad Gateway) by the Compute platform. | [optional] compute_origin_status_503 | int | Number of responses received from origin with status code 503 (Service Unavailable) by the Compute platform. | [optional] compute_origin_status_504 | int | Number of responses received from origin with status code 504 (Gateway Timeout) by the Compute platform. | [optional] compute_origin_status_505 | int | Number of responses received from origin with status code 505 (HTTP Version Not Supported) by the Compute platform. | [optional] compute_origin_status_530 | int | Number of responses received from origin with status code 530 by the Compute platform. | [optional] compute_origin_status_5xx | int | Number of "Server Error" codes received from origin by the Compute platform. | [optional] compute_req_body_bytes | int | Total body bytes received by the Compute platform. | [optional] compute_req_header_bytes | int | Total header bytes received by the Compute platform. | [optional] compute_request_time_billed_ms | int | The total amount of request processing time you will be billed for, measured in 50 millisecond increments. | [optional] compute_request_time_ms | int | The total amount of time used to process your requests, including active CPU time (in milliseconds). | [optional] compute_request | int | The total number of requests that were received by the Compute platform. | [optional] compute_resp_body_bytes | int | Total body bytes sent from Compute to the end user. | [optional] compute_resp_header_bytes | int | Total header bytes sent from Compute to the end user. | [optional] compute_resp_status_103 | int | Number of responses delivered with status code 103 (Early Hints) by the Compute platform. | [optional] compute_resp_status_1xx | int | Number of 1xx "Informational" category status codes delivered by the Compute platform. | [optional] compute_resp_status_200 | int | Number of responses delivered with status code 200 (Success) by the Compute platform. | [optional] compute_resp_status_204 | int | Number of responses delivered with status code 204 (No Content) by the Compute platform. | [optional] compute_resp_status_206 | int | Number of responses delivered with status code 206 (Partial Content) by the Compute platform. | [optional] compute_resp_status_2xx | int | Number of 2xx "Success" status codes delivered by the Compute platform. | [optional] compute_resp_status_301 | int | Number of responses delivered with status code 301 (Moved Permanently) by the Compute platform. | [optional] compute_resp_status_302 | int | Number of responses delivered with status code 302 (Found) by the Compute platform. | [optional] compute_resp_status_304 | int | Number of responses delivered with status code 304 (Not Modified) by the Compute platform. | [optional] compute_resp_status_3xx | int | Number of 3xx "Redirection" codes delivered by the Compute platform. | [optional] compute_resp_status_400 | int | Number of responses delivered with status code 400 (Bad Request) by the Compute platform. | [optional] compute_resp_status_401 | int | Number of responses delivered with status code 401 (Unauthorized) by the Compute platform. | [optional] compute_resp_status_403 | int | Number of responses delivered with status code 403 (Forbidden) by the Compute platform. | [optional] compute_resp_status_404 | int | Number of responses delivered with status code 404 (Not Found) by the Compute platform. | [optional] compute_resp_status_416 | int | Number of responses delivered with status code 416 (Range Not Satisfiable) by the Compute platform. | [optional] compute_resp_status_429 | int | Number of responses delivered with status code 429 (Too Many Requests) by the Compute platform. | [optional] compute_resp_status_4xx | int | Number of 4xx "Client Error" codes delivered by the Compute platform. | [optional] compute_resp_status_500 | int | Number of responses delivered with status code 500 (Internal Server Error) by the Compute platform. | [optional] compute_resp_status_501 | int | Number of responses delivered with status code 501 (Not Implemented) by the Compute platform. | [optional] compute_resp_status_502 | int | Number of responses delivered with status code 502 (Bad Gateway) by the Compute platform. | [optional] compute_resp_status_503 | int | Number of responses delivered with status code 503 (Service Unavailable) by the Compute platform. | [optional] compute_resp_status_504 | int | Number of responses delivered with status code 504 (Gateway Timeout) by the Compute platform. | [optional] compute_resp_status_505 | int | Number of responses delivered with status code 505 (HTTP Version Not Supported) by the Compute platform. | [optional] compute_resp_status_530 | int | Number of responses delivered with status code 530 by the Compute platform. | [optional] compute_resp_status_5xx | int | Number of "Server Error" category status codes delivered by the Compute platform. | [optional]

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