fastly 7.2.0 → 7.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c51fd6de296c895b5292180b11c39a13a37eb55358b496d53032bd1ebac8332d
4
- data.tar.gz: 859489fb6bac8a1b724077ef601f8640572b7925cea62f8c24b5b0a1de1401f1
3
+ metadata.gz: ce6216ba756030fdb517309afbe95bba04a75a8240d0427e0c0e76b04bf85c43
4
+ data.tar.gz: 4e773f9a931e50b6d555af63bc9e3cd80cc0457cc2cfa314c638b688956da026
5
5
  SHA512:
6
- metadata.gz: c1fca4d1fffd3f8055f601ba5856f577bb18498960d1c8e2018a83191f540fe1bd2e9590dab39e6e47adfb3e00cc5481834e7a5fdfb929949e38ba2e9c91f4ea
7
- data.tar.gz: c68f0ba0192cd4b3a6674e3612cc6fb80bc50cc60800338f7c6076be86951696ac7e2aace7de839ab5b66084205f74bf6a9ae74623577094711eb10657eb3f55
6
+ metadata.gz: 4e24b5d907cc8fdfd1fc08666e54a10d44a0ea39267b2a0a997eccd94d4e0125b2a36cb00e1ae8e0e9488fbbb12a2e11d057023a56acfb93c15122302317f08d
7
+ data.tar.gz: 0ad9e5f887ea6c41e7488eb1df95453e27b5d4c55cc54a58ed6ba22bc3ef9e49de317c5c47d734970534cbbb03899efc82f4cf5217b6816aa37217ba8f1fbe04
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [v7.2.1](https://github.com/fastly/fastly-ruby/releases/tag/release/v7.2.1) (2023-10-27)
4
+
5
+ **Documentation:**
6
+
7
+ - docs: rename Compute@Edge to Compute.
8
+
3
9
  ## [v7.2.0](https://github.com/fastly/fastly-ruby/releases/tag/release/v7.2.0) (2023-10-24)
4
10
 
5
11
  **Enhancements:**
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fastly (7.2.0)
4
+ fastly (7.2.1)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -8,7 +8,7 @@ A Ruby client library for interacting with most facets of the [Fastly API](https
8
8
  To install via RubyGems, add the following to your project's `Gemfile`:
9
9
 
10
10
  ```ruby
11
- gem 'fastly', '~> 7.2.0'
11
+ gem 'fastly', '~> 7.2.1'
12
12
  ```
13
13
 
14
14
  Then run `bundle install`.
@@ -407,8 +407,8 @@ Class | Method | Description
407
407
  [*Fastly::OriginInspectorRealtimeApi*](docs/OriginInspectorRealtimeApi.md) | [**get_origin_inspector_last120_seconds**](docs/OriginInspectorRealtimeApi.md#get_origin_inspector_last120_seconds) | Get real-time origin data for the last 120 seconds
408
408
  [*Fastly::OriginInspectorRealtimeApi*](docs/OriginInspectorRealtimeApi.md) | [**get_origin_inspector_last_max_entries**](docs/OriginInspectorRealtimeApi.md#get_origin_inspector_last_max_entries) | Get a limited number of real-time origin data entries
409
409
  [*Fastly::OriginInspectorRealtimeApi*](docs/OriginInspectorRealtimeApi.md) | [**get_origin_inspector_last_second**](docs/OriginInspectorRealtimeApi.md#get_origin_inspector_last_second) | Get real-time origin data from specific time.
410
- [*Fastly::PackageApi*](docs/PackageApi.md) | [**get_package**](docs/PackageApi.md#get_package) | Get details of the service's Compute@Edge package.
411
- [*Fastly::PackageApi*](docs/PackageApi.md) | [**put_package**](docs/PackageApi.md#put_package) | Upload a Compute@Edge package.
410
+ [*Fastly::PackageApi*](docs/PackageApi.md) | [**get_package**](docs/PackageApi.md#get_package) | Get details of the service's Compute package.
411
+ [*Fastly::PackageApi*](docs/PackageApi.md) | [**put_package**](docs/PackageApi.md#put_package) | Upload a Compute package.
412
412
  [*Fastly::PoolApi*](docs/PoolApi.md) | [**create_server_pool**](docs/PoolApi.md#create_server_pool) | Create a server pool
413
413
  [*Fastly::PoolApi*](docs/PoolApi.md) | [**delete_server_pool**](docs/PoolApi.md#delete_server_pool) | Delete a server pool
414
414
  [*Fastly::PoolApi*](docs/PoolApi.md) | [**get_server_pool**](docs/PoolApi.md#get_server_pool) | Get a server pool
@@ -157,19 +157,19 @@
157
157
  | **compute_request_time_billed_ms** | **Float** | The total amount of request processing time you will be billed for, measured in 50 millisecond increments. | [optional] |
158
158
  | **compute_ram_used** | **Integer** | The amount of RAM used for your service by Fastly (in bytes). | [optional] |
159
159
  | **compute_execution_time_ms** | **Float** | The amount of active CPU time used to process your requests (in milliseconds). | [optional] |
160
- | **compute_req_header_bytes** | **Integer** | Total header bytes received by Compute@Edge. | [optional] |
161
- | **compute_req_body_bytes** | **Integer** | Total body bytes received by Compute@Edge. | [optional] |
162
- | **compute_resp_header_bytes** | **Integer** | Total header bytes sent from Compute@Edge to end user. | [optional] |
163
- | **compute_resp_body_bytes** | **Integer** | Total body bytes sent from Compute@Edge to end user. | [optional] |
164
- | **compute_resp_status_1xx** | **Integer** | Number of \"Informational\" category status codes delivered by Compute@Edge. | [optional] |
165
- | **compute_resp_status_2xx** | **Integer** | Number of \"Success\" category status codes delivered by Compute@Edge. | [optional] |
166
- | **compute_resp_status_3xx** | **Integer** | Number of \"Redirection\" category status codes delivered by Compute@Edge. | [optional] |
167
- | **compute_resp_status_4xx** | **Integer** | Number of \"Client Error\" category status codes delivered by Compute@Edge. | [optional] |
168
- | **compute_resp_status_5xx** | **Integer** | Number of \"Server Error\" category status codes delivered by Compute@Edge. | [optional] |
169
- | **compute_bereq_header_bytes** | **Integer** | Total header bytes sent to backends (origins) by Compute@Edge. | [optional] |
170
- | **compute_bereq_body_bytes** | **Integer** | Total body bytes sent to backends (origins) by Compute@Edge. | [optional] |
171
- | **compute_beresp_header_bytes** | **Integer** | Total header bytes received from backends (origins) by Compute@Edge. | [optional] |
172
- | **compute_beresp_body_bytes** | **Integer** | Total body bytes received from backends (origins) by Compute@Edge. | [optional] |
160
+ | **compute_req_header_bytes** | **Integer** | Total header bytes received by the Compute platform. | [optional] |
161
+ | **compute_req_body_bytes** | **Integer** | Total body bytes received by the Compute platform. | [optional] |
162
+ | **compute_resp_header_bytes** | **Integer** | Total header bytes sent from Compute to end user. | [optional] |
163
+ | **compute_resp_body_bytes** | **Integer** | Total body bytes sent from Compute to end user. | [optional] |
164
+ | **compute_resp_status_1xx** | **Integer** | Number of \"Informational\" category status codes delivered by the Compute platform. | [optional] |
165
+ | **compute_resp_status_2xx** | **Integer** | Number of \"Success\" category status codes delivered by the Compute platform. | [optional] |
166
+ | **compute_resp_status_3xx** | **Integer** | Number of \"Redirection\" category status codes delivered by the Compute platform. | [optional] |
167
+ | **compute_resp_status_4xx** | **Integer** | Number of \"Client Error\" category status codes delivered by the Compute platform. | [optional] |
168
+ | **compute_resp_status_5xx** | **Integer** | Number of \"Server Error\" category status codes delivered by the Compute platform. | [optional] |
169
+ | **compute_bereq_header_bytes** | **Integer** | Total header bytes sent to backends (origins) by the Compute platform. | [optional] |
170
+ | **compute_bereq_body_bytes** | **Integer** | Total body bytes sent to backends (origins) by the Compute platform. | [optional] |
171
+ | **compute_beresp_header_bytes** | **Integer** | Total header bytes received from backends (origins) by the Compute platform. | [optional] |
172
+ | **compute_beresp_body_bytes** | **Integer** | Total body bytes received from backends (origins) by the Compute platform. | [optional] |
173
173
  | **compute_bereqs** | **Integer** | Number of backend requests started. | [optional] |
174
174
  | **compute_bereq_errors** | **Integer** | Number of backend request errors, including timeouts. | [optional] |
175
175
  | **compute_resource_limit_exceeded** | **Integer** | Number of times a guest exceeded its resource limit, includes heap, stack, globals, and code execution timeout. | [optional] |
@@ -80,44 +80,44 @@
80
80
  | **waf_latency_5000_to_10000ms** | **Integer** | Number of responses with latency between 5,000 and 10,000 milliseconds received for origin requests made by the Fastly WAF. | [optional] |
81
81
  | **waf_latency_10000_to_60000ms** | **Integer** | Number of responses with latency between 10,000 and 60,000 milliseconds received for origin requests made by the Fastly WAF. | [optional] |
82
82
  | **waf_latency_60000ms** | **Integer** | Number of responses with latency of 60,000 milliseconds and above received for origin requests made by the Fastly WAF. | [optional] |
83
- | **compute_responses** | **Integer** | Number of responses for origin received by Compute@Edge. | [optional] |
84
- | **compute_resp_header_bytes** | **Integer** | Number of header bytes for origin received by Compute@Edge. | [optional] |
85
- | **compute_resp_body_bytes** | **Integer** | Number of body bytes for origin received by Compute@Edge. | [optional] |
86
- | **compute_status_1xx** | **Integer** | Number of 1xx \"Informational\" status codes for origin received by Compute@Edge. | [optional] |
87
- | **compute_status_2xx** | **Integer** | Number of 2xx \"Success\" status codes for origin received by Compute@Edge. | [optional] |
88
- | **compute_status_3xx** | **Integer** | Number of 3xx \"Redirection\" codes for origin received by Compute@Edge. | [optional] |
89
- | **compute_status_4xx** | **Integer** | Number of 4xx \"Client Error\" codes for origin received by Compute@Edge. | [optional] |
90
- | **compute_status_5xx** | **Integer** | Number of 5xx \"Server Error\" codes for origin received by Compute@Edge. | [optional] |
91
- | **compute_status_200** | **Integer** | Number of responses received with status code 200 (Success) for origin received by Compute@Edge. | [optional] |
92
- | **compute_status_204** | **Integer** | Number of responses received with status code 204 (No Content) for origin received by Compute@Edge. | [optional] |
93
- | **compute_status_206** | **Integer** | Number of responses received with status code 206 (Partial Content) for origin received by Compute@Edge. | [optional] |
94
- | **compute_status_301** | **Integer** | Number of responses received with status code 301 (Moved Permanently) for origin received by Compute@Edge. | [optional] |
95
- | **compute_status_302** | **Integer** | Number of responses received with status code 302 (Found) for origin received by Compute@Edge. | [optional] |
96
- | **compute_status_304** | **Integer** | Number of responses received with status code 304 (Not Modified) for origin received by Compute@Edge. | [optional] |
97
- | **compute_status_400** | **Integer** | Number of responses received with status code 400 (Bad Request) for origin received by Compute@Edge. | [optional] |
98
- | **compute_status_401** | **Integer** | Number of responses received with status code 401 (Unauthorized) for origin received by Compute@Edge. | [optional] |
99
- | **compute_status_403** | **Integer** | Number of responses received with status code 403 (Forbidden) for origin received by Compute@Edge. | [optional] |
100
- | **compute_status_404** | **Integer** | Number of responses received with status code 404 (Not Found) for origin received by Compute@Edge. | [optional] |
101
- | **compute_status_416** | **Integer** | Number of responses received with status code 416 (Range Not Satisfiable) for origin received by Compute@Edge. | [optional] |
102
- | **compute_status_429** | **Integer** | Number of responses received with status code 429 (Too Many Requests) for origin received by Compute@Edge. | [optional] |
103
- | **compute_status_500** | **Integer** | Number of responses received with status code 500 (Internal Server Error) for origin received by Compute@Edge. | [optional] |
104
- | **compute_status_501** | **Integer** | Number of responses received with status code 501 (Not Implemented) for origin received by Compute@Edge. | [optional] |
105
- | **compute_status_502** | **Integer** | Number of responses received with status code 502 (Bad Gateway) for origin received by Compute@Edge. | [optional] |
106
- | **compute_status_503** | **Integer** | Number of responses received with status code 503 (Service Unavailable) for origin received by Compute@Edge. | [optional] |
107
- | **compute_status_504** | **Integer** | Number of responses received with status code 504 (Gateway Timeout) for origin received by Compute@Edge. | [optional] |
108
- | **compute_status_505** | **Integer** | Number of responses received with status code 505 (HTTP Version Not Supported) for origin received by Compute@Edge. | [optional] |
109
- | **compute_latency_0_to_1ms** | **Integer** | Number of responses with latency between 0 and 1 millisecond for origin received by Compute@Edge. | [optional] |
110
- | **compute_latency_1_to_5ms** | **Integer** | Number of responses with latency between 1 and 5 milliseconds for origin received by Compute@Edge. | [optional] |
111
- | **compute_latency_5_to_10ms** | **Integer** | Number of responses with latency between 5 and 10 milliseconds for origin received by Compute@Edge. | [optional] |
112
- | **compute_latency_10_to_50ms** | **Integer** | Number of responses with latency between 10 and 50 milliseconds for origin received by Compute@Edge. | [optional] |
113
- | **compute_latency_50_to_100ms** | **Integer** | Number of responses with latency between 50 and 100 milliseconds for origin received by Compute@Edge. | [optional] |
114
- | **compute_latency_100_to_250ms** | **Integer** | Number of responses with latency between 100 and 250 milliseconds for origin received by Compute@Edge. | [optional] |
115
- | **compute_latency_250_to_500ms** | **Integer** | Number of responses with latency between 250 and 500 milliseconds for origin received by Compute@Edge. | [optional] |
116
- | **compute_latency_500_to_1000ms** | **Integer** | Number of responses with latency between 500 and 1,000 milliseconds for origin received by Compute@Edge. | [optional] |
117
- | **compute_latency_1000_to_5000ms** | **Integer** | Number of responses with latency between 1,000 and 5,000 milliseconds for origin received by Compute@Edge. | [optional] |
118
- | **compute_latency_5000_to_10000ms** | **Integer** | Number of responses with latency between 5,000 and 10,000 milliseconds for origin received by Compute@Edge. | [optional] |
119
- | **compute_latency_10000_to_60000ms** | **Integer** | Number of responses with latency between 10,000 and 60,000 milliseconds for origin received by Compute@Edge. | [optional] |
120
- | **compute_latency_60000ms** | **Integer** | Number of responses with latency of 60,000 milliseconds and above for origin received by Compute@Edge. | [optional] |
83
+ | **compute_responses** | **Integer** | Number of responses for origin received by the Compute platform. | [optional] |
84
+ | **compute_resp_header_bytes** | **Integer** | Number of header bytes for origin received by the Compute platform. | [optional] |
85
+ | **compute_resp_body_bytes** | **Integer** | Number of body bytes for origin received by the Compute platform. | [optional] |
86
+ | **compute_status_1xx** | **Integer** | Number of 1xx \"Informational\" status codes for origin received by the Compute platform. | [optional] |
87
+ | **compute_status_2xx** | **Integer** | Number of 2xx \"Success\" status codes for origin received by the Compute platform. | [optional] |
88
+ | **compute_status_3xx** | **Integer** | Number of 3xx \"Redirection\" codes for origin received by the Compute platform. | [optional] |
89
+ | **compute_status_4xx** | **Integer** | Number of 4xx \"Client Error\" codes for origin received by the Compute platform. | [optional] |
90
+ | **compute_status_5xx** | **Integer** | Number of 5xx \"Server Error\" codes for origin received by the Compute platform. | [optional] |
91
+ | **compute_status_200** | **Integer** | Number of responses received with status code 200 (Success) for origin received by the Compute platform. | [optional] |
92
+ | **compute_status_204** | **Integer** | Number of responses received with status code 204 (No Content) for origin received by the Compute platform. | [optional] |
93
+ | **compute_status_206** | **Integer** | Number of responses received with status code 206 (Partial Content) for origin received by the Compute platform. | [optional] |
94
+ | **compute_status_301** | **Integer** | Number of responses received with status code 301 (Moved Permanently) for origin received by the Compute platform. | [optional] |
95
+ | **compute_status_302** | **Integer** | Number of responses received with status code 302 (Found) for origin received by the Compute platform. | [optional] |
96
+ | **compute_status_304** | **Integer** | Number of responses received with status code 304 (Not Modified) for origin received by the Compute platform. | [optional] |
97
+ | **compute_status_400** | **Integer** | Number of responses received with status code 400 (Bad Request) for origin received by the Compute platform. | [optional] |
98
+ | **compute_status_401** | **Integer** | Number of responses received with status code 401 (Unauthorized) for origin received by the Compute platform. | [optional] |
99
+ | **compute_status_403** | **Integer** | Number of responses received with status code 403 (Forbidden) for origin received by the Compute platform. | [optional] |
100
+ | **compute_status_404** | **Integer** | Number of responses received with status code 404 (Not Found) for origin received by the Compute platform. | [optional] |
101
+ | **compute_status_416** | **Integer** | Number of responses received with status code 416 (Range Not Satisfiable) for origin received by the Compute platform. | [optional] |
102
+ | **compute_status_429** | **Integer** | Number of responses received with status code 429 (Too Many Requests) for origin received by the Compute platform. | [optional] |
103
+ | **compute_status_500** | **Integer** | Number of responses received with status code 500 (Internal Server Error) for origin received by the Compute platform. | [optional] |
104
+ | **compute_status_501** | **Integer** | Number of responses received with status code 501 (Not Implemented) for origin received by the Compute platform. | [optional] |
105
+ | **compute_status_502** | **Integer** | Number of responses received with status code 502 (Bad Gateway) for origin received by the Compute platform. | [optional] |
106
+ | **compute_status_503** | **Integer** | Number of responses received with status code 503 (Service Unavailable) for origin received by the Compute platform. | [optional] |
107
+ | **compute_status_504** | **Integer** | Number of responses received with status code 504 (Gateway Timeout) for origin received by the Compute platform. | [optional] |
108
+ | **compute_status_505** | **Integer** | Number of responses received with status code 505 (HTTP Version Not Supported) for origin received by the Compute platform. | [optional] |
109
+ | **compute_latency_0_to_1ms** | **Integer** | Number of responses with latency between 0 and 1 millisecond for origin received by the Compute platform. | [optional] |
110
+ | **compute_latency_1_to_5ms** | **Integer** | Number of responses with latency between 1 and 5 milliseconds for origin received by the Compute platform. | [optional] |
111
+ | **compute_latency_5_to_10ms** | **Integer** | Number of responses with latency between 5 and 10 milliseconds for origin received by the Compute platform. | [optional] |
112
+ | **compute_latency_10_to_50ms** | **Integer** | Number of responses with latency between 10 and 50 milliseconds for origin received by the Compute platform. | [optional] |
113
+ | **compute_latency_50_to_100ms** | **Integer** | Number of responses with latency between 50 and 100 milliseconds for origin received by the Compute platform. | [optional] |
114
+ | **compute_latency_100_to_250ms** | **Integer** | Number of responses with latency between 100 and 250 milliseconds for origin received by the Compute platform. | [optional] |
115
+ | **compute_latency_250_to_500ms** | **Integer** | Number of responses with latency between 250 and 500 milliseconds for origin received by the Compute platform. | [optional] |
116
+ | **compute_latency_500_to_1000ms** | **Integer** | Number of responses with latency between 500 and 1,000 milliseconds for origin received by the Compute platform. | [optional] |
117
+ | **compute_latency_1000_to_5000ms** | **Integer** | Number of responses with latency between 1,000 and 5,000 milliseconds for origin received by the Compute platform. | [optional] |
118
+ | **compute_latency_5000_to_10000ms** | **Integer** | Number of responses with latency between 5,000 and 10,000 milliseconds for origin received by the Compute platform. | [optional] |
119
+ | **compute_latency_10000_to_60000ms** | **Integer** | Number of responses with latency between 10,000 and 60,000 milliseconds for origin received by the Compute platform. | [optional] |
120
+ | **compute_latency_60000ms** | **Integer** | Number of responses with latency of 60,000 milliseconds and above for origin received by the Compute platform. | [optional] |
121
121
  | **all_responses** | **Integer** | Number of responses received for origin requests made by all sources. | [optional] |
122
122
  | **all_resp_header_bytes** | **Integer** | Number of header bytes received for origin requests made by all sources. | [optional] |
123
123
  | **all_resp_body_bytes** | **Integer** | Number of body bytes received for origin requests made by all sources. | [optional] |
@@ -80,44 +80,44 @@
80
80
  | **waf_latency_5000_to_10000ms** | **Integer** | Number of responses with latency between 5,000 and 10,000 milliseconds received for origin requests made by the Fastly WAF. | [optional] |
81
81
  | **waf_latency_10000_to_60000ms** | **Integer** | Number of responses with latency between 10,000 and 60,000 milliseconds received for origin requests made by the Fastly WAF. | [optional] |
82
82
  | **waf_latency_60000ms** | **Integer** | Number of responses with latency of 60,000 milliseconds and above received for origin requests made by the Fastly WAF. | [optional] |
83
- | **compute_responses** | **Integer** | Number of responses for origin received by Compute@Edge. | [optional] |
84
- | **compute_resp_header_bytes** | **Integer** | Number of header bytes for origin received by Compute@Edge. | [optional] |
85
- | **compute_resp_body_bytes** | **Integer** | Number of body bytes for origin received by Compute@Edge. | [optional] |
86
- | **compute_status_1xx** | **Integer** | Number of 1xx \"Informational\" status codes for origin received by Compute@Edge. | [optional] |
87
- | **compute_status_2xx** | **Integer** | Number of 2xx \"Success\" status codes for origin received by Compute@Edge. | [optional] |
88
- | **compute_status_3xx** | **Integer** | Number of 3xx \"Redirection\" codes for origin received by Compute@Edge. | [optional] |
89
- | **compute_status_4xx** | **Integer** | Number of 4xx \"Client Error\" codes for origin received by Compute@Edge. | [optional] |
90
- | **compute_status_5xx** | **Integer** | Number of 5xx \"Server Error\" codes for origin received by Compute@Edge. | [optional] |
91
- | **compute_status_200** | **Integer** | Number of responses received with status code 200 (Success) for origin received by Compute@Edge. | [optional] |
92
- | **compute_status_204** | **Integer** | Number of responses received with status code 204 (No Content) for origin received by Compute@Edge. | [optional] |
93
- | **compute_status_206** | **Integer** | Number of responses received with status code 206 (Partial Content) for origin received by Compute@Edge. | [optional] |
94
- | **compute_status_301** | **Integer** | Number of responses received with status code 301 (Moved Permanently) for origin received by Compute@Edge. | [optional] |
95
- | **compute_status_302** | **Integer** | Number of responses received with status code 302 (Found) for origin received by Compute@Edge. | [optional] |
96
- | **compute_status_304** | **Integer** | Number of responses received with status code 304 (Not Modified) for origin received by Compute@Edge. | [optional] |
97
- | **compute_status_400** | **Integer** | Number of responses received with status code 400 (Bad Request) for origin received by Compute@Edge. | [optional] |
98
- | **compute_status_401** | **Integer** | Number of responses received with status code 401 (Unauthorized) for origin received by Compute@Edge. | [optional] |
99
- | **compute_status_403** | **Integer** | Number of responses received with status code 403 (Forbidden) for origin received by Compute@Edge. | [optional] |
100
- | **compute_status_404** | **Integer** | Number of responses received with status code 404 (Not Found) for origin received by Compute@Edge. | [optional] |
101
- | **compute_status_416** | **Integer** | Number of responses received with status code 416 (Range Not Satisfiable) for origin received by Compute@Edge. | [optional] |
102
- | **compute_status_429** | **Integer** | Number of responses received with status code 429 (Too Many Requests) for origin received by Compute@Edge. | [optional] |
103
- | **compute_status_500** | **Integer** | Number of responses received with status code 500 (Internal Server Error) for origin received by Compute@Edge. | [optional] |
104
- | **compute_status_501** | **Integer** | Number of responses received with status code 501 (Not Implemented) for origin received by Compute@Edge. | [optional] |
105
- | **compute_status_502** | **Integer** | Number of responses received with status code 502 (Bad Gateway) for origin received by Compute@Edge. | [optional] |
106
- | **compute_status_503** | **Integer** | Number of responses received with status code 503 (Service Unavailable) for origin received by Compute@Edge. | [optional] |
107
- | **compute_status_504** | **Integer** | Number of responses received with status code 504 (Gateway Timeout) for origin received by Compute@Edge. | [optional] |
108
- | **compute_status_505** | **Integer** | Number of responses received with status code 505 (HTTP Version Not Supported) for origin received by Compute@Edge. | [optional] |
109
- | **compute_latency_0_to_1ms** | **Integer** | Number of responses with latency between 0 and 1 millisecond for origin received by Compute@Edge. | [optional] |
110
- | **compute_latency_1_to_5ms** | **Integer** | Number of responses with latency between 1 and 5 milliseconds for origin received by Compute@Edge. | [optional] |
111
- | **compute_latency_5_to_10ms** | **Integer** | Number of responses with latency between 5 and 10 milliseconds for origin received by Compute@Edge. | [optional] |
112
- | **compute_latency_10_to_50ms** | **Integer** | Number of responses with latency between 10 and 50 milliseconds for origin received by Compute@Edge. | [optional] |
113
- | **compute_latency_50_to_100ms** | **Integer** | Number of responses with latency between 50 and 100 milliseconds for origin received by Compute@Edge. | [optional] |
114
- | **compute_latency_100_to_250ms** | **Integer** | Number of responses with latency between 100 and 250 milliseconds for origin received by Compute@Edge. | [optional] |
115
- | **compute_latency_250_to_500ms** | **Integer** | Number of responses with latency between 250 and 500 milliseconds for origin received by Compute@Edge. | [optional] |
116
- | **compute_latency_500_to_1000ms** | **Integer** | Number of responses with latency between 500 and 1,000 milliseconds for origin received by Compute@Edge. | [optional] |
117
- | **compute_latency_1000_to_5000ms** | **Integer** | Number of responses with latency between 1,000 and 5,000 milliseconds for origin received by Compute@Edge. | [optional] |
118
- | **compute_latency_5000_to_10000ms** | **Integer** | Number of responses with latency between 5,000 and 10,000 milliseconds for origin received by Compute@Edge. | [optional] |
119
- | **compute_latency_10000_to_60000ms** | **Integer** | Number of responses with latency between 10,000 and 60,000 milliseconds for origin received by Compute@Edge. | [optional] |
120
- | **compute_latency_60000ms** | **Integer** | Number of responses with latency of 60,000 milliseconds and above for origin received by Compute@Edge. | [optional] |
83
+ | **compute_responses** | **Integer** | Number of responses for origin received by the Compute platform. | [optional] |
84
+ | **compute_resp_header_bytes** | **Integer** | Number of header bytes for origin received by the Compute platform. | [optional] |
85
+ | **compute_resp_body_bytes** | **Integer** | Number of body bytes for origin received by the Compute platform. | [optional] |
86
+ | **compute_status_1xx** | **Integer** | Number of 1xx \"Informational\" status codes for origin received by the Compute platform. | [optional] |
87
+ | **compute_status_2xx** | **Integer** | Number of 2xx \"Success\" status codes for origin received by the Compute platform. | [optional] |
88
+ | **compute_status_3xx** | **Integer** | Number of 3xx \"Redirection\" codes for origin received by the Compute platform. | [optional] |
89
+ | **compute_status_4xx** | **Integer** | Number of 4xx \"Client Error\" codes for origin received by the Compute platform. | [optional] |
90
+ | **compute_status_5xx** | **Integer** | Number of 5xx \"Server Error\" codes for origin received by the Compute platform. | [optional] |
91
+ | **compute_status_200** | **Integer** | Number of responses received with status code 200 (Success) for origin received by the Compute platform. | [optional] |
92
+ | **compute_status_204** | **Integer** | Number of responses received with status code 204 (No Content) for origin received by the Compute platform. | [optional] |
93
+ | **compute_status_206** | **Integer** | Number of responses received with status code 206 (Partial Content) for origin received by the Compute platform. | [optional] |
94
+ | **compute_status_301** | **Integer** | Number of responses received with status code 301 (Moved Permanently) for origin received by the Compute platform. | [optional] |
95
+ | **compute_status_302** | **Integer** | Number of responses received with status code 302 (Found) for origin received by the Compute platform. | [optional] |
96
+ | **compute_status_304** | **Integer** | Number of responses received with status code 304 (Not Modified) for origin received by the Compute platform. | [optional] |
97
+ | **compute_status_400** | **Integer** | Number of responses received with status code 400 (Bad Request) for origin received by the Compute platform. | [optional] |
98
+ | **compute_status_401** | **Integer** | Number of responses received with status code 401 (Unauthorized) for origin received by the Compute platform. | [optional] |
99
+ | **compute_status_403** | **Integer** | Number of responses received with status code 403 (Forbidden) for origin received by the Compute platform. | [optional] |
100
+ | **compute_status_404** | **Integer** | Number of responses received with status code 404 (Not Found) for origin received by the Compute platform. | [optional] |
101
+ | **compute_status_416** | **Integer** | Number of responses received with status code 416 (Range Not Satisfiable) for origin received by the Compute platform. | [optional] |
102
+ | **compute_status_429** | **Integer** | Number of responses received with status code 429 (Too Many Requests) for origin received by the Compute platform. | [optional] |
103
+ | **compute_status_500** | **Integer** | Number of responses received with status code 500 (Internal Server Error) for origin received by the Compute platform. | [optional] |
104
+ | **compute_status_501** | **Integer** | Number of responses received with status code 501 (Not Implemented) for origin received by the Compute platform. | [optional] |
105
+ | **compute_status_502** | **Integer** | Number of responses received with status code 502 (Bad Gateway) for origin received by the Compute platform. | [optional] |
106
+ | **compute_status_503** | **Integer** | Number of responses received with status code 503 (Service Unavailable) for origin received by the Compute platform. | [optional] |
107
+ | **compute_status_504** | **Integer** | Number of responses received with status code 504 (Gateway Timeout) for origin received by the Compute platform. | [optional] |
108
+ | **compute_status_505** | **Integer** | Number of responses received with status code 505 (HTTP Version Not Supported) for origin received by the Compute platform. | [optional] |
109
+ | **compute_latency_0_to_1ms** | **Integer** | Number of responses with latency between 0 and 1 millisecond for origin received by the Compute platform. | [optional] |
110
+ | **compute_latency_1_to_5ms** | **Integer** | Number of responses with latency between 1 and 5 milliseconds for origin received by the Compute platform. | [optional] |
111
+ | **compute_latency_5_to_10ms** | **Integer** | Number of responses with latency between 5 and 10 milliseconds for origin received by the Compute platform. | [optional] |
112
+ | **compute_latency_10_to_50ms** | **Integer** | Number of responses with latency between 10 and 50 milliseconds for origin received by the Compute platform. | [optional] |
113
+ | **compute_latency_50_to_100ms** | **Integer** | Number of responses with latency between 50 and 100 milliseconds for origin received by the Compute platform. | [optional] |
114
+ | **compute_latency_100_to_250ms** | **Integer** | Number of responses with latency between 100 and 250 milliseconds for origin received by the Compute platform. | [optional] |
115
+ | **compute_latency_250_to_500ms** | **Integer** | Number of responses with latency between 250 and 500 milliseconds for origin received by the Compute platform. | [optional] |
116
+ | **compute_latency_500_to_1000ms** | **Integer** | Number of responses with latency between 500 and 1,000 milliseconds for origin received by the Compute platform. | [optional] |
117
+ | **compute_latency_1000_to_5000ms** | **Integer** | Number of responses with latency between 1,000 and 5,000 milliseconds for origin received by the Compute platform. | [optional] |
118
+ | **compute_latency_5000_to_10000ms** | **Integer** | Number of responses with latency between 5,000 and 10,000 milliseconds for origin received by the Compute platform. | [optional] |
119
+ | **compute_latency_10000_to_60000ms** | **Integer** | Number of responses with latency between 10,000 and 60,000 milliseconds for origin received by the Compute platform. | [optional] |
120
+ | **compute_latency_60000ms** | **Integer** | Number of responses with latency of 60,000 milliseconds and above for origin received by the Compute platform. | [optional] |
121
121
  | **all_responses** | **Integer** | Number of responses received for origin requests made by all sources. | [optional] |
122
122
  | **all_resp_header_bytes** | **Integer** | Number of header bytes received for origin requests made by all sources. | [optional] |
123
123
  | **all_resp_body_bytes** | **Integer** | Number of body bytes received for origin requests made by all sources. | [optional] |
data/docs/PackageApi.md CHANGED
@@ -10,17 +10,17 @@ api_instance = Fastly::PackageApi.new
10
10
 
11
11
  | Method | HTTP request | Description |
12
12
  | ------ | ------------ | ----------- |
13
- | [**get_package**](PackageApi.md#get_package) | **GET** /service/{service_id}/version/{version_id}/package | Get details of the service's Compute@Edge package. |
14
- | [**put_package**](PackageApi.md#put_package) | **PUT** /service/{service_id}/version/{version_id}/package | Upload a Compute@Edge package. |
13
+ | [**get_package**](PackageApi.md#get_package) | **GET** /service/{service_id}/version/{version_id}/package | Get details of the service's Compute package. |
14
+ | [**put_package**](PackageApi.md#put_package) | **PUT** /service/{service_id}/version/{version_id}/package | Upload a Compute package. |
15
15
 
16
16
 
17
17
  ## `get_package()`
18
18
 
19
19
  ```ruby
20
- get_package(opts): <PackageResponse> # Get details of the service's Compute@Edge package.
20
+ get_package(opts): <PackageResponse> # Get details of the service's Compute package.
21
21
  ```
22
22
 
23
- List detailed information about the Compute@Edge package for the specified service.
23
+ List detailed information about the Compute package for the specified service.
24
24
 
25
25
  ### Examples
26
26
 
@@ -32,7 +32,7 @@ opts = {
32
32
  }
33
33
 
34
34
  begin
35
- # Get details of the service's Compute@Edge package.
35
+ # Get details of the service's Compute package.
36
36
  result = api_instance.get_package(opts)
37
37
  p result
38
38
  rescue Fastly::ApiError => e
@@ -56,10 +56,10 @@ end
56
56
  ## `put_package()`
57
57
 
58
58
  ```ruby
59
- put_package(opts): <PackageResponse> # Upload a Compute@Edge package.
59
+ put_package(opts): <PackageResponse> # Upload a Compute package.
60
60
  ```
61
61
 
62
- Upload a Compute@Edge package associated with the specified service version.
62
+ Upload a Compute package associated with the specified service version.
63
63
 
64
64
  ### Examples
65
65
 
@@ -73,7 +73,7 @@ opts = {
73
73
  }
74
74
 
75
75
  begin
76
- # Upload a Compute@Edge package.
76
+ # Upload a Compute package.
77
77
  result = api_instance.put_package(opts)
78
78
  p result
79
79
  rescue Fastly::ApiError => e
@@ -4,13 +4,13 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **name** | **String** | Name of the Compute@Edge package. | [optional] |
8
- | **description** | **String** | Description of the Compute@Edge package. | [optional] |
7
+ | **name** | **String** | Name of the Compute package. | [optional] |
8
+ | **description** | **String** | Description of the Compute package. | [optional] |
9
9
  | **authors** | **Array&lt;String&gt;** | A list of package authors&#39; email addresses. | [optional] |
10
- | **language** | **String** | The language of the Compute@Edge package. | [optional] |
11
- | **size** | **Integer** | Size of the Compute@Edge package in bytes. | [optional] |
12
- | **hashsum** | **String** | Hash of the Compute@Edge package. | [optional] |
13
- | **files_hash** | **String** | Hash of the files within the Compute@Edge package. | [optional] |
10
+ | **language** | **String** | The language of the Compute package. | [optional] |
11
+ | **size** | **Integer** | Size of the Compute package in bytes. | [optional] |
12
+ | **hashsum** | **String** | Hash of the Compute package. | [optional] |
13
+ | **files_hash** | **String** | Hash of the files within the Compute package. | [optional] |
14
14
 
15
15
  [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
16
16
 
@@ -129,10 +129,10 @@
129
129
  | **hit_resp_body_bytes** | **Integer** | Total body bytes delivered for cache hits. | [optional] |
130
130
  | **miss_resp_body_bytes** | **Integer** | Total body bytes delivered for cache misses. | [optional] |
131
131
  | **pass_resp_body_bytes** | **Integer** | Total body bytes delivered for cache passes. | [optional] |
132
- | **compute_req_header_bytes** | **Integer** | Total header bytes received by Compute@Edge. | [optional] |
133
- | **compute_req_body_bytes** | **Integer** | Total body bytes received by Compute@Edge. | [optional] |
134
- | **compute_resp_header_bytes** | **Integer** | Total header bytes sent from Compute@Edge to end user. | [optional] |
135
- | **compute_resp_body_bytes** | **Integer** | Total body bytes sent from Compute@Edge to end user. | [optional] |
132
+ | **compute_req_header_bytes** | **Integer** | Total header bytes received by the Compute platform. | [optional] |
133
+ | **compute_req_body_bytes** | **Integer** | Total body bytes received by the Compute platform. | [optional] |
134
+ | **compute_resp_header_bytes** | **Integer** | Total header bytes sent from Compute to end user. | [optional] |
135
+ | **compute_resp_body_bytes** | **Integer** | Total body bytes sent from Compute to end user. | [optional] |
136
136
  | **imgvideo** | **Integer** | Number of video responses that came from the Fastly Image Optimizer service. | [optional] |
137
137
  | **imgvideo_frames** | **Integer** | 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] |
138
138
  | **imgvideo_resp_header_bytes** | **Integer** | Total header bytes of video delivered from the Fastly Image Optimizer service. | [optional] |
@@ -159,17 +159,17 @@
159
159
  | **shield_fetch_resp_body_bytes** | **Integer** | Total response body bytes sent from a shield to the edge. | [optional] |
160
160
  | **segblock_origin_fetches** | **Integer** | Number of `Range` requests to origin for segments of resources when using segmented caching. | [optional] |
161
161
  | **segblock_shield_fetches** | **Integer** | Number of `Range` requests to a shield for segments of resources when using segmented caching. | [optional] |
162
- | **compute_resp_status_1xx** | **Integer** | Number of \&quot;Informational\&quot; category status codes delivered by Compute@Edge. | [optional] |
163
- | **compute_resp_status_2xx** | **Integer** | Number of \&quot;Success\&quot; category status codes delivered by Compute@Edge. | [optional] |
164
- | **compute_resp_status_3xx** | **Integer** | Number of \&quot;Redirection\&quot; category status codes delivered by Compute@Edge. | [optional] |
165
- | **compute_resp_status_4xx** | **Integer** | Number of \&quot;Client Error\&quot; category status codes delivered by Compute@Edge. | [optional] |
166
- | **compute_resp_status_5xx** | **Integer** | Number of \&quot;Server Error\&quot; category status codes delivered by Compute@Edge. | [optional] |
162
+ | **compute_resp_status_1xx** | **Integer** | Number of \&quot;Informational\&quot; category status codes delivered by the Compute platform. | [optional] |
163
+ | **compute_resp_status_2xx** | **Integer** | Number of \&quot;Success\&quot; category status codes delivered by the Compute platform. | [optional] |
164
+ | **compute_resp_status_3xx** | **Integer** | Number of \&quot;Redirection\&quot; category status codes delivered by the Compute platform. | [optional] |
165
+ | **compute_resp_status_4xx** | **Integer** | Number of \&quot;Client Error\&quot; category status codes delivered by the Compute platform. | [optional] |
166
+ | **compute_resp_status_5xx** | **Integer** | Number of \&quot;Server Error\&quot; category status codes delivered by the Compute platform. | [optional] |
167
167
  | **edge_hit_requests** | **Integer** | Number of requests sent by end users to Fastly that resulted in a hit at the edge. | [optional] |
168
168
  | **edge_miss_requests** | **Integer** | Number of requests sent by end users to Fastly that resulted in a miss at the edge. | [optional] |
169
- | **compute_bereq_header_bytes** | **Integer** | Total header bytes sent to backends (origins) by Compute@Edge. | [optional] |
170
- | **compute_bereq_body_bytes** | **Integer** | Total body bytes sent to backends (origins) by Compute@Edge. | [optional] |
171
- | **compute_beresp_header_bytes** | **Integer** | Total header bytes received from backends (origins) by Compute@Edge. | [optional] |
172
- | **compute_beresp_body_bytes** | **Integer** | Total body bytes received from backends (origins) by Compute@Edge. | [optional] |
169
+ | **compute_bereq_header_bytes** | **Integer** | Total header bytes sent to backends (origins) by the Compute platform. | [optional] |
170
+ | **compute_bereq_body_bytes** | **Integer** | Total body bytes sent to backends (origins) by the Compute platform. | [optional] |
171
+ | **compute_beresp_header_bytes** | **Integer** | Total header bytes received from backends (origins) by the Compute platform. | [optional] |
172
+ | **compute_beresp_body_bytes** | **Integer** | Total body bytes received from backends (origins) by the Compute platform. | [optional] |
173
173
  | **origin_cache_fetches** | **Integer** | The total number of completed requests made to backends (origins) that returned cacheable content. | [optional] |
174
174
  | **shield_cache_fetches** | **Integer** | The total number of completed requests made to shields that returned cacheable content. | [optional] |
175
175
  | **compute_bereqs** | **Integer** | Number of backend requests started. | [optional] |
@@ -129,10 +129,10 @@
129
129
  | **hit_resp_body_bytes** | **Integer** | Total body bytes delivered for cache hits. | [optional] |
130
130
  | **miss_resp_body_bytes** | **Integer** | Total body bytes delivered for cache misses. | [optional] |
131
131
  | **pass_resp_body_bytes** | **Integer** | Total body bytes delivered for cache passes. | [optional] |
132
- | **compute_req_header_bytes** | **Integer** | Total header bytes received by Compute@Edge. | [optional] |
133
- | **compute_req_body_bytes** | **Integer** | Total body bytes received by Compute@Edge. | [optional] |
134
- | **compute_resp_header_bytes** | **Integer** | Total header bytes sent from Compute@Edge to end user. | [optional] |
135
- | **compute_resp_body_bytes** | **Integer** | Total body bytes sent from Compute@Edge to end user. | [optional] |
132
+ | **compute_req_header_bytes** | **Integer** | Total header bytes received by the Compute platform. | [optional] |
133
+ | **compute_req_body_bytes** | **Integer** | Total body bytes received by the Compute platform. | [optional] |
134
+ | **compute_resp_header_bytes** | **Integer** | Total header bytes sent from Compute to end user. | [optional] |
135
+ | **compute_resp_body_bytes** | **Integer** | Total body bytes sent from Compute to end user. | [optional] |
136
136
  | **imgvideo** | **Integer** | Number of video responses that came from the Fastly Image Optimizer service. | [optional] |
137
137
  | **imgvideo_frames** | **Integer** | 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] |
138
138
  | **imgvideo_resp_header_bytes** | **Integer** | Total header bytes of video delivered from the Fastly Image Optimizer service. | [optional] |
@@ -159,17 +159,17 @@
159
159
  | **shield_fetch_resp_body_bytes** | **Integer** | Total response body bytes sent from a shield to the edge. | [optional] |
160
160
  | **segblock_origin_fetches** | **Integer** | Number of `Range` requests to origin for segments of resources when using segmented caching. | [optional] |
161
161
  | **segblock_shield_fetches** | **Integer** | Number of `Range` requests to a shield for segments of resources when using segmented caching. | [optional] |
162
- | **compute_resp_status_1xx** | **Integer** | Number of \&quot;Informational\&quot; category status codes delivered by Compute@Edge. | [optional] |
163
- | **compute_resp_status_2xx** | **Integer** | Number of \&quot;Success\&quot; category status codes delivered by Compute@Edge. | [optional] |
164
- | **compute_resp_status_3xx** | **Integer** | Number of \&quot;Redirection\&quot; category status codes delivered by Compute@Edge. | [optional] |
165
- | **compute_resp_status_4xx** | **Integer** | Number of \&quot;Client Error\&quot; category status codes delivered by Compute@Edge. | [optional] |
166
- | **compute_resp_status_5xx** | **Integer** | Number of \&quot;Server Error\&quot; category status codes delivered by Compute@Edge. | [optional] |
162
+ | **compute_resp_status_1xx** | **Integer** | Number of \&quot;Informational\&quot; category status codes delivered by the Compute platform. | [optional] |
163
+ | **compute_resp_status_2xx** | **Integer** | Number of \&quot;Success\&quot; category status codes delivered by the Compute platform. | [optional] |
164
+ | **compute_resp_status_3xx** | **Integer** | Number of \&quot;Redirection\&quot; category status codes delivered by the Compute platform. | [optional] |
165
+ | **compute_resp_status_4xx** | **Integer** | Number of \&quot;Client Error\&quot; category status codes delivered by the Compute platform. | [optional] |
166
+ | **compute_resp_status_5xx** | **Integer** | Number of \&quot;Server Error\&quot; category status codes delivered by the Compute platform. | [optional] |
167
167
  | **edge_hit_requests** | **Integer** | Number of requests sent by end users to Fastly that resulted in a hit at the edge. | [optional] |
168
168
  | **edge_miss_requests** | **Integer** | Number of requests sent by end users to Fastly that resulted in a miss at the edge. | [optional] |
169
- | **compute_bereq_header_bytes** | **Integer** | Total header bytes sent to backends (origins) by Compute@Edge. | [optional] |
170
- | **compute_bereq_body_bytes** | **Integer** | Total body bytes sent to backends (origins) by Compute@Edge. | [optional] |
171
- | **compute_beresp_header_bytes** | **Integer** | Total header bytes received from backends (origins) by Compute@Edge. | [optional] |
172
- | **compute_beresp_body_bytes** | **Integer** | Total body bytes received from backends (origins) by Compute@Edge. | [optional] |
169
+ | **compute_bereq_header_bytes** | **Integer** | Total header bytes sent to backends (origins) by the Compute platform. | [optional] |
170
+ | **compute_bereq_body_bytes** | **Integer** | Total body bytes sent to backends (origins) by the Compute platform. | [optional] |
171
+ | **compute_beresp_header_bytes** | **Integer** | Total header bytes received from backends (origins) by the Compute platform. | [optional] |
172
+ | **compute_beresp_body_bytes** | **Integer** | Total body bytes received from backends (origins) by the Compute platform. | [optional] |
173
173
  | **origin_cache_fetches** | **Integer** | The total number of completed requests made to backends (origins) that returned cacheable content. | [optional] |
174
174
  | **shield_cache_fetches** | **Integer** | The total number of completed requests made to shields that returned cacheable content. | [optional] |
175
175
  | **compute_bereqs** | **Integer** | Number of backend requests started. | [optional] |
data/docs/Results.md CHANGED
@@ -157,19 +157,19 @@
157
157
  | **compute_request_time_billed_ms** | **Float** | The total amount of request processing time you will be billed for, measured in 50 millisecond increments. | [optional] |
158
158
  | **compute_ram_used** | **Integer** | The amount of RAM used for your service by Fastly (in bytes). | [optional] |
159
159
  | **compute_execution_time_ms** | **Float** | The amount of active CPU time used to process your requests (in milliseconds). | [optional] |
160
- | **compute_req_header_bytes** | **Integer** | Total header bytes received by Compute@Edge. | [optional] |
161
- | **compute_req_body_bytes** | **Integer** | Total body bytes received by Compute@Edge. | [optional] |
162
- | **compute_resp_header_bytes** | **Integer** | Total header bytes sent from Compute@Edge to end user. | [optional] |
163
- | **compute_resp_body_bytes** | **Integer** | Total body bytes sent from Compute@Edge to end user. | [optional] |
164
- | **compute_resp_status_1xx** | **Integer** | Number of \&quot;Informational\&quot; category status codes delivered by Compute@Edge. | [optional] |
165
- | **compute_resp_status_2xx** | **Integer** | Number of \&quot;Success\&quot; category status codes delivered by Compute@Edge. | [optional] |
166
- | **compute_resp_status_3xx** | **Integer** | Number of \&quot;Redirection\&quot; category status codes delivered by Compute@Edge. | [optional] |
167
- | **compute_resp_status_4xx** | **Integer** | Number of \&quot;Client Error\&quot; category status codes delivered by Compute@Edge. | [optional] |
168
- | **compute_resp_status_5xx** | **Integer** | Number of \&quot;Server Error\&quot; category status codes delivered by Compute@Edge. | [optional] |
169
- | **compute_bereq_header_bytes** | **Integer** | Total header bytes sent to backends (origins) by Compute@Edge. | [optional] |
170
- | **compute_bereq_body_bytes** | **Integer** | Total body bytes sent to backends (origins) by Compute@Edge. | [optional] |
171
- | **compute_beresp_header_bytes** | **Integer** | Total header bytes received from backends (origins) by Compute@Edge. | [optional] |
172
- | **compute_beresp_body_bytes** | **Integer** | Total body bytes received from backends (origins) by Compute@Edge. | [optional] |
160
+ | **compute_req_header_bytes** | **Integer** | Total header bytes received by the Compute platform. | [optional] |
161
+ | **compute_req_body_bytes** | **Integer** | Total body bytes received by the Compute platform. | [optional] |
162
+ | **compute_resp_header_bytes** | **Integer** | Total header bytes sent from Compute to end user. | [optional] |
163
+ | **compute_resp_body_bytes** | **Integer** | Total body bytes sent from Compute to end user. | [optional] |
164
+ | **compute_resp_status_1xx** | **Integer** | Number of \&quot;Informational\&quot; category status codes delivered by the Compute platform. | [optional] |
165
+ | **compute_resp_status_2xx** | **Integer** | Number of \&quot;Success\&quot; category status codes delivered by the Compute platform. | [optional] |
166
+ | **compute_resp_status_3xx** | **Integer** | Number of \&quot;Redirection\&quot; category status codes delivered by the Compute platform. | [optional] |
167
+ | **compute_resp_status_4xx** | **Integer** | Number of \&quot;Client Error\&quot; category status codes delivered by the Compute platform. | [optional] |
168
+ | **compute_resp_status_5xx** | **Integer** | Number of \&quot;Server Error\&quot; category status codes delivered by the Compute platform. | [optional] |
169
+ | **compute_bereq_header_bytes** | **Integer** | Total header bytes sent to backends (origins) by the Compute platform. | [optional] |
170
+ | **compute_bereq_body_bytes** | **Integer** | Total body bytes sent to backends (origins) by the Compute platform. | [optional] |
171
+ | **compute_beresp_header_bytes** | **Integer** | Total header bytes received from backends (origins) by the Compute platform. | [optional] |
172
+ | **compute_beresp_body_bytes** | **Integer** | Total body bytes received from backends (origins) by the Compute platform. | [optional] |
173
173
  | **compute_bereqs** | **Integer** | Number of backend requests started. | [optional] |
174
174
  | **compute_bereq_errors** | **Integer** | Number of backend request errors, including timeouts. | [optional] |
175
175
  | **compute_resource_limit_exceeded** | **Integer** | Number of times a guest exceeded its resource limit, includes heap, stack, globals, and code execution timeout. | [optional] |
@@ -17,8 +17,8 @@ module Fastly
17
17
  def initialize(api_client = ApiClient.default)
18
18
  @api_client = api_client
19
19
  end
20
- # Get details of the service's Compute@Edge package.
21
- # List detailed information about the Compute@Edge package for the specified service.
20
+ # Get details of the service's Compute package.
21
+ # List detailed information about the Compute package for the specified service.
22
22
  # @option opts [String] :service_id Alphanumeric string identifying the service. (required)
23
23
  # @option opts [Integer] :version_id Integer identifying a service version. (required)
24
24
  # @return [PackageResponse]
@@ -27,8 +27,8 @@ module Fastly
27
27
  data
28
28
  end
29
29
 
30
- # Get details of the service&#39;s Compute@Edge package.
31
- # List detailed information about the Compute@Edge package for the specified service.
30
+ # Get details of the service&#39;s Compute package.
31
+ # List detailed information about the Compute package for the specified service.
32
32
  # @option opts [String] :service_id Alphanumeric string identifying the service. (required)
33
33
  # @option opts [Integer] :version_id Integer identifying a service version. (required)
34
34
  # @return [Array<(PackageResponse, Integer, Hash)>] PackageResponse data, response status code and response headers
@@ -87,8 +87,8 @@ module Fastly
87
87
  return data, status_code, headers
88
88
  end
89
89
 
90
- # Upload a Compute@Edge package.
91
- # Upload a Compute@Edge package associated with the specified service version.
90
+ # Upload a Compute package.
91
+ # Upload a Compute package associated with the specified service version.
92
92
  # @option opts [String] :service_id Alphanumeric string identifying the service. (required)
93
93
  # @option opts [Integer] :version_id Integer identifying a service version. (required)
94
94
  # @option opts [String] :expect We recommend using the Expect header because it may identify issues with the request based upon the headers alone instead of requiring you to wait until the entire binary package upload has completed.
@@ -99,8 +99,8 @@ module Fastly
99
99
  data
100
100
  end
101
101
 
102
- # Upload a Compute@Edge package.
103
- # Upload a Compute@Edge package associated with the specified service version.
102
+ # Upload a Compute package.
103
+ # Upload a Compute package associated with the specified service version.
104
104
  # @option opts [String] :service_id Alphanumeric string identifying the service. (required)
105
105
  # @option opts [Integer] :version_id Integer identifying a service version. (required)
106
106
  # @option opts [String] :expect We recommend using the Expect header because it may identify issues with the request based upon the headers alone instead of requiring you to wait until the entire binary package upload has completed.
@@ -472,43 +472,43 @@ module Fastly
472
472
  # The amount of active CPU time used to process your requests (in milliseconds).
473
473
  attr_accessor :compute_execution_time_ms
474
474
 
475
- # Total header bytes received by Compute@Edge.
475
+ # Total header bytes received by the Compute platform.
476
476
  attr_accessor :compute_req_header_bytes
477
477
 
478
- # Total body bytes received by Compute@Edge.
478
+ # Total body bytes received by the Compute platform.
479
479
  attr_accessor :compute_req_body_bytes
480
480
 
481
- # Total header bytes sent from Compute@Edge to end user.
481
+ # Total header bytes sent from Compute to end user.
482
482
  attr_accessor :compute_resp_header_bytes
483
483
 
484
- # Total body bytes sent from Compute@Edge to end user.
484
+ # Total body bytes sent from Compute to end user.
485
485
  attr_accessor :compute_resp_body_bytes
486
486
 
487
- # Number of \"Informational\" category status codes delivered by Compute@Edge.
487
+ # Number of \"Informational\" category status codes delivered by the Compute platform.
488
488
  attr_accessor :compute_resp_status_1xx
489
489
 
490
- # Number of \"Success\" category status codes delivered by Compute@Edge.
490
+ # Number of \"Success\" category status codes delivered by the Compute platform.
491
491
  attr_accessor :compute_resp_status_2xx
492
492
 
493
- # Number of \"Redirection\" category status codes delivered by Compute@Edge.
493
+ # Number of \"Redirection\" category status codes delivered by the Compute platform.
494
494
  attr_accessor :compute_resp_status_3xx
495
495
 
496
- # Number of \"Client Error\" category status codes delivered by Compute@Edge.
496
+ # Number of \"Client Error\" category status codes delivered by the Compute platform.
497
497
  attr_accessor :compute_resp_status_4xx
498
498
 
499
- # Number of \"Server Error\" category status codes delivered by Compute@Edge.
499
+ # Number of \"Server Error\" category status codes delivered by the Compute platform.
500
500
  attr_accessor :compute_resp_status_5xx
501
501
 
502
- # Total header bytes sent to backends (origins) by Compute@Edge.
502
+ # Total header bytes sent to backends (origins) by the Compute platform.
503
503
  attr_accessor :compute_bereq_header_bytes
504
504
 
505
- # Total body bytes sent to backends (origins) by Compute@Edge.
505
+ # Total body bytes sent to backends (origins) by the Compute platform.
506
506
  attr_accessor :compute_bereq_body_bytes
507
507
 
508
- # Total header bytes received from backends (origins) by Compute@Edge.
508
+ # Total header bytes received from backends (origins) by the Compute platform.
509
509
  attr_accessor :compute_beresp_header_bytes
510
510
 
511
- # Total body bytes received from backends (origins) by Compute@Edge.
511
+ # Total body bytes received from backends (origins) by the Compute platform.
512
512
  attr_accessor :compute_beresp_body_bytes
513
513
 
514
514
  # Number of backend requests started.
@@ -242,118 +242,118 @@ module Fastly
242
242
  # Number of responses with latency of 60,000 milliseconds and above received for origin requests made by the Fastly WAF.
243
243
  attr_accessor :waf_latency_60000ms
244
244
 
245
- # Number of responses for origin received by Compute@Edge.
245
+ # Number of responses for origin received by the Compute platform.
246
246
  attr_accessor :compute_responses
247
247
 
248
- # Number of header bytes for origin received by Compute@Edge.
248
+ # Number of header bytes for origin received by the Compute platform.
249
249
  attr_accessor :compute_resp_header_bytes
250
250
 
251
- # Number of body bytes for origin received by Compute@Edge.
251
+ # Number of body bytes for origin received by the Compute platform.
252
252
  attr_accessor :compute_resp_body_bytes
253
253
 
254
- # Number of 1xx \"Informational\" status codes for origin received by Compute@Edge.
254
+ # Number of 1xx \"Informational\" status codes for origin received by the Compute platform.
255
255
  attr_accessor :compute_status_1xx
256
256
 
257
- # Number of 2xx \"Success\" status codes for origin received by Compute@Edge.
257
+ # Number of 2xx \"Success\" status codes for origin received by the Compute platform.
258
258
  attr_accessor :compute_status_2xx
259
259
 
260
- # Number of 3xx \"Redirection\" codes for origin received by Compute@Edge.
260
+ # Number of 3xx \"Redirection\" codes for origin received by the Compute platform.
261
261
  attr_accessor :compute_status_3xx
262
262
 
263
- # Number of 4xx \"Client Error\" codes for origin received by Compute@Edge.
263
+ # Number of 4xx \"Client Error\" codes for origin received by the Compute platform.
264
264
  attr_accessor :compute_status_4xx
265
265
 
266
- # Number of 5xx \"Server Error\" codes for origin received by Compute@Edge.
266
+ # Number of 5xx \"Server Error\" codes for origin received by the Compute platform.
267
267
  attr_accessor :compute_status_5xx
268
268
 
269
- # Number of responses received with status code 200 (Success) for origin received by Compute@Edge.
269
+ # Number of responses received with status code 200 (Success) for origin received by the Compute platform.
270
270
  attr_accessor :compute_status_200
271
271
 
272
- # Number of responses received with status code 204 (No Content) for origin received by Compute@Edge.
272
+ # Number of responses received with status code 204 (No Content) for origin received by the Compute platform.
273
273
  attr_accessor :compute_status_204
274
274
 
275
- # Number of responses received with status code 206 (Partial Content) for origin received by Compute@Edge.
275
+ # Number of responses received with status code 206 (Partial Content) for origin received by the Compute platform.
276
276
  attr_accessor :compute_status_206
277
277
 
278
- # Number of responses received with status code 301 (Moved Permanently) for origin received by Compute@Edge.
278
+ # Number of responses received with status code 301 (Moved Permanently) for origin received by the Compute platform.
279
279
  attr_accessor :compute_status_301
280
280
 
281
- # Number of responses received with status code 302 (Found) for origin received by Compute@Edge.
281
+ # Number of responses received with status code 302 (Found) for origin received by the Compute platform.
282
282
  attr_accessor :compute_status_302
283
283
 
284
- # Number of responses received with status code 304 (Not Modified) for origin received by Compute@Edge.
284
+ # Number of responses received with status code 304 (Not Modified) for origin received by the Compute platform.
285
285
  attr_accessor :compute_status_304
286
286
 
287
- # Number of responses received with status code 400 (Bad Request) for origin received by Compute@Edge.
287
+ # Number of responses received with status code 400 (Bad Request) for origin received by the Compute platform.
288
288
  attr_accessor :compute_status_400
289
289
 
290
- # Number of responses received with status code 401 (Unauthorized) for origin received by Compute@Edge.
290
+ # Number of responses received with status code 401 (Unauthorized) for origin received by the Compute platform.
291
291
  attr_accessor :compute_status_401
292
292
 
293
- # Number of responses received with status code 403 (Forbidden) for origin received by Compute@Edge.
293
+ # Number of responses received with status code 403 (Forbidden) for origin received by the Compute platform.
294
294
  attr_accessor :compute_status_403
295
295
 
296
- # Number of responses received with status code 404 (Not Found) for origin received by Compute@Edge.
296
+ # Number of responses received with status code 404 (Not Found) for origin received by the Compute platform.
297
297
  attr_accessor :compute_status_404
298
298
 
299
- # Number of responses received with status code 416 (Range Not Satisfiable) for origin received by Compute@Edge.
299
+ # Number of responses received with status code 416 (Range Not Satisfiable) for origin received by the Compute platform.
300
300
  attr_accessor :compute_status_416
301
301
 
302
- # Number of responses received with status code 429 (Too Many Requests) for origin received by Compute@Edge.
302
+ # Number of responses received with status code 429 (Too Many Requests) for origin received by the Compute platform.
303
303
  attr_accessor :compute_status_429
304
304
 
305
- # Number of responses received with status code 500 (Internal Server Error) for origin received by Compute@Edge.
305
+ # Number of responses received with status code 500 (Internal Server Error) for origin received by the Compute platform.
306
306
  attr_accessor :compute_status_500
307
307
 
308
- # Number of responses received with status code 501 (Not Implemented) for origin received by Compute@Edge.
308
+ # Number of responses received with status code 501 (Not Implemented) for origin received by the Compute platform.
309
309
  attr_accessor :compute_status_501
310
310
 
311
- # Number of responses received with status code 502 (Bad Gateway) for origin received by Compute@Edge.
311
+ # Number of responses received with status code 502 (Bad Gateway) for origin received by the Compute platform.
312
312
  attr_accessor :compute_status_502
313
313
 
314
- # Number of responses received with status code 503 (Service Unavailable) for origin received by Compute@Edge.
314
+ # Number of responses received with status code 503 (Service Unavailable) for origin received by the Compute platform.
315
315
  attr_accessor :compute_status_503
316
316
 
317
- # Number of responses received with status code 504 (Gateway Timeout) for origin received by Compute@Edge.
317
+ # Number of responses received with status code 504 (Gateway Timeout) for origin received by the Compute platform.
318
318
  attr_accessor :compute_status_504
319
319
 
320
- # Number of responses received with status code 505 (HTTP Version Not Supported) for origin received by Compute@Edge.
320
+ # Number of responses received with status code 505 (HTTP Version Not Supported) for origin received by the Compute platform.
321
321
  attr_accessor :compute_status_505
322
322
 
323
- # Number of responses with latency between 0 and 1 millisecond for origin received by Compute@Edge.
323
+ # Number of responses with latency between 0 and 1 millisecond for origin received by the Compute platform.
324
324
  attr_accessor :compute_latency_0_to_1ms
325
325
 
326
- # Number of responses with latency between 1 and 5 milliseconds for origin received by Compute@Edge.
326
+ # Number of responses with latency between 1 and 5 milliseconds for origin received by the Compute platform.
327
327
  attr_accessor :compute_latency_1_to_5ms
328
328
 
329
- # Number of responses with latency between 5 and 10 milliseconds for origin received by Compute@Edge.
329
+ # Number of responses with latency between 5 and 10 milliseconds for origin received by the Compute platform.
330
330
  attr_accessor :compute_latency_5_to_10ms
331
331
 
332
- # Number of responses with latency between 10 and 50 milliseconds for origin received by Compute@Edge.
332
+ # Number of responses with latency between 10 and 50 milliseconds for origin received by the Compute platform.
333
333
  attr_accessor :compute_latency_10_to_50ms
334
334
 
335
- # Number of responses with latency between 50 and 100 milliseconds for origin received by Compute@Edge.
335
+ # Number of responses with latency between 50 and 100 milliseconds for origin received by the Compute platform.
336
336
  attr_accessor :compute_latency_50_to_100ms
337
337
 
338
- # Number of responses with latency between 100 and 250 milliseconds for origin received by Compute@Edge.
338
+ # Number of responses with latency between 100 and 250 milliseconds for origin received by the Compute platform.
339
339
  attr_accessor :compute_latency_100_to_250ms
340
340
 
341
- # Number of responses with latency between 250 and 500 milliseconds for origin received by Compute@Edge.
341
+ # Number of responses with latency between 250 and 500 milliseconds for origin received by the Compute platform.
342
342
  attr_accessor :compute_latency_250_to_500ms
343
343
 
344
- # Number of responses with latency between 500 and 1,000 milliseconds for origin received by Compute@Edge.
344
+ # Number of responses with latency between 500 and 1,000 milliseconds for origin received by the Compute platform.
345
345
  attr_accessor :compute_latency_500_to_1000ms
346
346
 
347
- # Number of responses with latency between 1,000 and 5,000 milliseconds for origin received by Compute@Edge.
347
+ # Number of responses with latency between 1,000 and 5,000 milliseconds for origin received by the Compute platform.
348
348
  attr_accessor :compute_latency_1000_to_5000ms
349
349
 
350
- # Number of responses with latency between 5,000 and 10,000 milliseconds for origin received by Compute@Edge.
350
+ # Number of responses with latency between 5,000 and 10,000 milliseconds for origin received by the Compute platform.
351
351
  attr_accessor :compute_latency_5000_to_10000ms
352
352
 
353
- # Number of responses with latency between 10,000 and 60,000 milliseconds for origin received by Compute@Edge.
353
+ # Number of responses with latency between 10,000 and 60,000 milliseconds for origin received by the Compute platform.
354
354
  attr_accessor :compute_latency_10000_to_60000ms
355
355
 
356
- # Number of responses with latency of 60,000 milliseconds and above for origin received by Compute@Edge.
356
+ # Number of responses with latency of 60,000 milliseconds and above for origin received by the Compute platform.
357
357
  attr_accessor :compute_latency_60000ms
358
358
 
359
359
  # Number of responses received for origin requests made by all sources.
@@ -242,118 +242,118 @@ module Fastly
242
242
  # Number of responses with latency of 60,000 milliseconds and above received for origin requests made by the Fastly WAF.
243
243
  attr_accessor :waf_latency_60000ms
244
244
 
245
- # Number of responses for origin received by Compute@Edge.
245
+ # Number of responses for origin received by the Compute platform.
246
246
  attr_accessor :compute_responses
247
247
 
248
- # Number of header bytes for origin received by Compute@Edge.
248
+ # Number of header bytes for origin received by the Compute platform.
249
249
  attr_accessor :compute_resp_header_bytes
250
250
 
251
- # Number of body bytes for origin received by Compute@Edge.
251
+ # Number of body bytes for origin received by the Compute platform.
252
252
  attr_accessor :compute_resp_body_bytes
253
253
 
254
- # Number of 1xx \"Informational\" status codes for origin received by Compute@Edge.
254
+ # Number of 1xx \"Informational\" status codes for origin received by the Compute platform.
255
255
  attr_accessor :compute_status_1xx
256
256
 
257
- # Number of 2xx \"Success\" status codes for origin received by Compute@Edge.
257
+ # Number of 2xx \"Success\" status codes for origin received by the Compute platform.
258
258
  attr_accessor :compute_status_2xx
259
259
 
260
- # Number of 3xx \"Redirection\" codes for origin received by Compute@Edge.
260
+ # Number of 3xx \"Redirection\" codes for origin received by the Compute platform.
261
261
  attr_accessor :compute_status_3xx
262
262
 
263
- # Number of 4xx \"Client Error\" codes for origin received by Compute@Edge.
263
+ # Number of 4xx \"Client Error\" codes for origin received by the Compute platform.
264
264
  attr_accessor :compute_status_4xx
265
265
 
266
- # Number of 5xx \"Server Error\" codes for origin received by Compute@Edge.
266
+ # Number of 5xx \"Server Error\" codes for origin received by the Compute platform.
267
267
  attr_accessor :compute_status_5xx
268
268
 
269
- # Number of responses received with status code 200 (Success) for origin received by Compute@Edge.
269
+ # Number of responses received with status code 200 (Success) for origin received by the Compute platform.
270
270
  attr_accessor :compute_status_200
271
271
 
272
- # Number of responses received with status code 204 (No Content) for origin received by Compute@Edge.
272
+ # Number of responses received with status code 204 (No Content) for origin received by the Compute platform.
273
273
  attr_accessor :compute_status_204
274
274
 
275
- # Number of responses received with status code 206 (Partial Content) for origin received by Compute@Edge.
275
+ # Number of responses received with status code 206 (Partial Content) for origin received by the Compute platform.
276
276
  attr_accessor :compute_status_206
277
277
 
278
- # Number of responses received with status code 301 (Moved Permanently) for origin received by Compute@Edge.
278
+ # Number of responses received with status code 301 (Moved Permanently) for origin received by the Compute platform.
279
279
  attr_accessor :compute_status_301
280
280
 
281
- # Number of responses received with status code 302 (Found) for origin received by Compute@Edge.
281
+ # Number of responses received with status code 302 (Found) for origin received by the Compute platform.
282
282
  attr_accessor :compute_status_302
283
283
 
284
- # Number of responses received with status code 304 (Not Modified) for origin received by Compute@Edge.
284
+ # Number of responses received with status code 304 (Not Modified) for origin received by the Compute platform.
285
285
  attr_accessor :compute_status_304
286
286
 
287
- # Number of responses received with status code 400 (Bad Request) for origin received by Compute@Edge.
287
+ # Number of responses received with status code 400 (Bad Request) for origin received by the Compute platform.
288
288
  attr_accessor :compute_status_400
289
289
 
290
- # Number of responses received with status code 401 (Unauthorized) for origin received by Compute@Edge.
290
+ # Number of responses received with status code 401 (Unauthorized) for origin received by the Compute platform.
291
291
  attr_accessor :compute_status_401
292
292
 
293
- # Number of responses received with status code 403 (Forbidden) for origin received by Compute@Edge.
293
+ # Number of responses received with status code 403 (Forbidden) for origin received by the Compute platform.
294
294
  attr_accessor :compute_status_403
295
295
 
296
- # Number of responses received with status code 404 (Not Found) for origin received by Compute@Edge.
296
+ # Number of responses received with status code 404 (Not Found) for origin received by the Compute platform.
297
297
  attr_accessor :compute_status_404
298
298
 
299
- # Number of responses received with status code 416 (Range Not Satisfiable) for origin received by Compute@Edge.
299
+ # Number of responses received with status code 416 (Range Not Satisfiable) for origin received by the Compute platform.
300
300
  attr_accessor :compute_status_416
301
301
 
302
- # Number of responses received with status code 429 (Too Many Requests) for origin received by Compute@Edge.
302
+ # Number of responses received with status code 429 (Too Many Requests) for origin received by the Compute platform.
303
303
  attr_accessor :compute_status_429
304
304
 
305
- # Number of responses received with status code 500 (Internal Server Error) for origin received by Compute@Edge.
305
+ # Number of responses received with status code 500 (Internal Server Error) for origin received by the Compute platform.
306
306
  attr_accessor :compute_status_500
307
307
 
308
- # Number of responses received with status code 501 (Not Implemented) for origin received by Compute@Edge.
308
+ # Number of responses received with status code 501 (Not Implemented) for origin received by the Compute platform.
309
309
  attr_accessor :compute_status_501
310
310
 
311
- # Number of responses received with status code 502 (Bad Gateway) for origin received by Compute@Edge.
311
+ # Number of responses received with status code 502 (Bad Gateway) for origin received by the Compute platform.
312
312
  attr_accessor :compute_status_502
313
313
 
314
- # Number of responses received with status code 503 (Service Unavailable) for origin received by Compute@Edge.
314
+ # Number of responses received with status code 503 (Service Unavailable) for origin received by the Compute platform.
315
315
  attr_accessor :compute_status_503
316
316
 
317
- # Number of responses received with status code 504 (Gateway Timeout) for origin received by Compute@Edge.
317
+ # Number of responses received with status code 504 (Gateway Timeout) for origin received by the Compute platform.
318
318
  attr_accessor :compute_status_504
319
319
 
320
- # Number of responses received with status code 505 (HTTP Version Not Supported) for origin received by Compute@Edge.
320
+ # Number of responses received with status code 505 (HTTP Version Not Supported) for origin received by the Compute platform.
321
321
  attr_accessor :compute_status_505
322
322
 
323
- # Number of responses with latency between 0 and 1 millisecond for origin received by Compute@Edge.
323
+ # Number of responses with latency between 0 and 1 millisecond for origin received by the Compute platform.
324
324
  attr_accessor :compute_latency_0_to_1ms
325
325
 
326
- # Number of responses with latency between 1 and 5 milliseconds for origin received by Compute@Edge.
326
+ # Number of responses with latency between 1 and 5 milliseconds for origin received by the Compute platform.
327
327
  attr_accessor :compute_latency_1_to_5ms
328
328
 
329
- # Number of responses with latency between 5 and 10 milliseconds for origin received by Compute@Edge.
329
+ # Number of responses with latency between 5 and 10 milliseconds for origin received by the Compute platform.
330
330
  attr_accessor :compute_latency_5_to_10ms
331
331
 
332
- # Number of responses with latency between 10 and 50 milliseconds for origin received by Compute@Edge.
332
+ # Number of responses with latency between 10 and 50 milliseconds for origin received by the Compute platform.
333
333
  attr_accessor :compute_latency_10_to_50ms
334
334
 
335
- # Number of responses with latency between 50 and 100 milliseconds for origin received by Compute@Edge.
335
+ # Number of responses with latency between 50 and 100 milliseconds for origin received by the Compute platform.
336
336
  attr_accessor :compute_latency_50_to_100ms
337
337
 
338
- # Number of responses with latency between 100 and 250 milliseconds for origin received by Compute@Edge.
338
+ # Number of responses with latency between 100 and 250 milliseconds for origin received by the Compute platform.
339
339
  attr_accessor :compute_latency_100_to_250ms
340
340
 
341
- # Number of responses with latency between 250 and 500 milliseconds for origin received by Compute@Edge.
341
+ # Number of responses with latency between 250 and 500 milliseconds for origin received by the Compute platform.
342
342
  attr_accessor :compute_latency_250_to_500ms
343
343
 
344
- # Number of responses with latency between 500 and 1,000 milliseconds for origin received by Compute@Edge.
344
+ # Number of responses with latency between 500 and 1,000 milliseconds for origin received by the Compute platform.
345
345
  attr_accessor :compute_latency_500_to_1000ms
346
346
 
347
- # Number of responses with latency between 1,000 and 5,000 milliseconds for origin received by Compute@Edge.
347
+ # Number of responses with latency between 1,000 and 5,000 milliseconds for origin received by the Compute platform.
348
348
  attr_accessor :compute_latency_1000_to_5000ms
349
349
 
350
- # Number of responses with latency between 5,000 and 10,000 milliseconds for origin received by Compute@Edge.
350
+ # Number of responses with latency between 5,000 and 10,000 milliseconds for origin received by the Compute platform.
351
351
  attr_accessor :compute_latency_5000_to_10000ms
352
352
 
353
- # Number of responses with latency between 10,000 and 60,000 milliseconds for origin received by Compute@Edge.
353
+ # Number of responses with latency between 10,000 and 60,000 milliseconds for origin received by the Compute platform.
354
354
  attr_accessor :compute_latency_10000_to_60000ms
355
355
 
356
- # Number of responses with latency of 60,000 milliseconds and above for origin received by Compute@Edge.
356
+ # Number of responses with latency of 60,000 milliseconds and above for origin received by the Compute platform.
357
357
  attr_accessor :compute_latency_60000ms
358
358
 
359
359
  # Number of responses received for origin requests made by all sources.
@@ -14,25 +14,25 @@ require 'time'
14
14
  module Fastly
15
15
  # [Package metadata](#metadata-model) that has been extracted from the uploaded package.
16
16
  class PackageMetadata
17
- # Name of the Compute@Edge package.
17
+ # Name of the Compute package.
18
18
  attr_accessor :name
19
19
 
20
- # Description of the Compute@Edge package.
20
+ # Description of the Compute package.
21
21
  attr_accessor :description
22
22
 
23
23
  # A list of package authors' email addresses.
24
24
  attr_accessor :authors
25
25
 
26
- # The language of the Compute@Edge package.
26
+ # The language of the Compute package.
27
27
  attr_accessor :language
28
28
 
29
- # Size of the Compute@Edge package in bytes.
29
+ # Size of the Compute package in bytes.
30
30
  attr_accessor :size
31
31
 
32
- # Hash of the Compute@Edge package.
32
+ # Hash of the Compute package.
33
33
  attr_accessor :hashsum
34
34
 
35
- # Hash of the files within the Compute@Edge package.
35
+ # Hash of the files within the Compute package.
36
36
  attr_accessor :files_hash
37
37
 
38
38
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -389,16 +389,16 @@ module Fastly
389
389
  # Total body bytes delivered for cache passes.
390
390
  attr_accessor :pass_resp_body_bytes
391
391
 
392
- # Total header bytes received by Compute@Edge.
392
+ # Total header bytes received by the Compute platform.
393
393
  attr_accessor :compute_req_header_bytes
394
394
 
395
- # Total body bytes received by Compute@Edge.
395
+ # Total body bytes received by the Compute platform.
396
396
  attr_accessor :compute_req_body_bytes
397
397
 
398
- # Total header bytes sent from Compute@Edge to end user.
398
+ # Total header bytes sent from Compute to end user.
399
399
  attr_accessor :compute_resp_header_bytes
400
400
 
401
- # Total body bytes sent from Compute@Edge to end user.
401
+ # Total body bytes sent from Compute to end user.
402
402
  attr_accessor :compute_resp_body_bytes
403
403
 
404
404
  # Number of video responses that came from the Fastly Image Optimizer service.
@@ -479,19 +479,19 @@ module Fastly
479
479
  # Number of `Range` requests to a shield for segments of resources when using segmented caching.
480
480
  attr_accessor :segblock_shield_fetches
481
481
 
482
- # Number of \"Informational\" category status codes delivered by Compute@Edge.
482
+ # Number of \"Informational\" category status codes delivered by the Compute platform.
483
483
  attr_accessor :compute_resp_status_1xx
484
484
 
485
- # Number of \"Success\" category status codes delivered by Compute@Edge.
485
+ # Number of \"Success\" category status codes delivered by the Compute platform.
486
486
  attr_accessor :compute_resp_status_2xx
487
487
 
488
- # Number of \"Redirection\" category status codes delivered by Compute@Edge.
488
+ # Number of \"Redirection\" category status codes delivered by the Compute platform.
489
489
  attr_accessor :compute_resp_status_3xx
490
490
 
491
- # Number of \"Client Error\" category status codes delivered by Compute@Edge.
491
+ # Number of \"Client Error\" category status codes delivered by the Compute platform.
492
492
  attr_accessor :compute_resp_status_4xx
493
493
 
494
- # Number of \"Server Error\" category status codes delivered by Compute@Edge.
494
+ # Number of \"Server Error\" category status codes delivered by the Compute platform.
495
495
  attr_accessor :compute_resp_status_5xx
496
496
 
497
497
  # Number of requests sent by end users to Fastly that resulted in a hit at the edge.
@@ -500,16 +500,16 @@ module Fastly
500
500
  # Number of requests sent by end users to Fastly that resulted in a miss at the edge.
501
501
  attr_accessor :edge_miss_requests
502
502
 
503
- # Total header bytes sent to backends (origins) by Compute@Edge.
503
+ # Total header bytes sent to backends (origins) by the Compute platform.
504
504
  attr_accessor :compute_bereq_header_bytes
505
505
 
506
- # Total body bytes sent to backends (origins) by Compute@Edge.
506
+ # Total body bytes sent to backends (origins) by the Compute platform.
507
507
  attr_accessor :compute_bereq_body_bytes
508
508
 
509
- # Total header bytes received from backends (origins) by Compute@Edge.
509
+ # Total header bytes received from backends (origins) by the Compute platform.
510
510
  attr_accessor :compute_beresp_header_bytes
511
511
 
512
- # Total body bytes received from backends (origins) by Compute@Edge.
512
+ # Total body bytes received from backends (origins) by the Compute platform.
513
513
  attr_accessor :compute_beresp_body_bytes
514
514
 
515
515
  # The total number of completed requests made to backends (origins) that returned cacheable content.
@@ -389,16 +389,16 @@ module Fastly
389
389
  # Total body bytes delivered for cache passes.
390
390
  attr_accessor :pass_resp_body_bytes
391
391
 
392
- # Total header bytes received by Compute@Edge.
392
+ # Total header bytes received by the Compute platform.
393
393
  attr_accessor :compute_req_header_bytes
394
394
 
395
- # Total body bytes received by Compute@Edge.
395
+ # Total body bytes received by the Compute platform.
396
396
  attr_accessor :compute_req_body_bytes
397
397
 
398
- # Total header bytes sent from Compute@Edge to end user.
398
+ # Total header bytes sent from Compute to end user.
399
399
  attr_accessor :compute_resp_header_bytes
400
400
 
401
- # Total body bytes sent from Compute@Edge to end user.
401
+ # Total body bytes sent from Compute to end user.
402
402
  attr_accessor :compute_resp_body_bytes
403
403
 
404
404
  # Number of video responses that came from the Fastly Image Optimizer service.
@@ -479,19 +479,19 @@ module Fastly
479
479
  # Number of `Range` requests to a shield for segments of resources when using segmented caching.
480
480
  attr_accessor :segblock_shield_fetches
481
481
 
482
- # Number of \"Informational\" category status codes delivered by Compute@Edge.
482
+ # Number of \"Informational\" category status codes delivered by the Compute platform.
483
483
  attr_accessor :compute_resp_status_1xx
484
484
 
485
- # Number of \"Success\" category status codes delivered by Compute@Edge.
485
+ # Number of \"Success\" category status codes delivered by the Compute platform.
486
486
  attr_accessor :compute_resp_status_2xx
487
487
 
488
- # Number of \"Redirection\" category status codes delivered by Compute@Edge.
488
+ # Number of \"Redirection\" category status codes delivered by the Compute platform.
489
489
  attr_accessor :compute_resp_status_3xx
490
490
 
491
- # Number of \"Client Error\" category status codes delivered by Compute@Edge.
491
+ # Number of \"Client Error\" category status codes delivered by the Compute platform.
492
492
  attr_accessor :compute_resp_status_4xx
493
493
 
494
- # Number of \"Server Error\" category status codes delivered by Compute@Edge.
494
+ # Number of \"Server Error\" category status codes delivered by the Compute platform.
495
495
  attr_accessor :compute_resp_status_5xx
496
496
 
497
497
  # Number of requests sent by end users to Fastly that resulted in a hit at the edge.
@@ -500,16 +500,16 @@ module Fastly
500
500
  # Number of requests sent by end users to Fastly that resulted in a miss at the edge.
501
501
  attr_accessor :edge_miss_requests
502
502
 
503
- # Total header bytes sent to backends (origins) by Compute@Edge.
503
+ # Total header bytes sent to backends (origins) by the Compute platform.
504
504
  attr_accessor :compute_bereq_header_bytes
505
505
 
506
- # Total body bytes sent to backends (origins) by Compute@Edge.
506
+ # Total body bytes sent to backends (origins) by the Compute platform.
507
507
  attr_accessor :compute_bereq_body_bytes
508
508
 
509
- # Total header bytes received from backends (origins) by Compute@Edge.
509
+ # Total header bytes received from backends (origins) by the Compute platform.
510
510
  attr_accessor :compute_beresp_header_bytes
511
511
 
512
- # Total body bytes received from backends (origins) by Compute@Edge.
512
+ # Total body bytes received from backends (origins) by the Compute platform.
513
513
  attr_accessor :compute_beresp_body_bytes
514
514
 
515
515
  # The total number of completed requests made to backends (origins) that returned cacheable content.
@@ -473,43 +473,43 @@ module Fastly
473
473
  # The amount of active CPU time used to process your requests (in milliseconds).
474
474
  attr_accessor :compute_execution_time_ms
475
475
 
476
- # Total header bytes received by Compute@Edge.
476
+ # Total header bytes received by the Compute platform.
477
477
  attr_accessor :compute_req_header_bytes
478
478
 
479
- # Total body bytes received by Compute@Edge.
479
+ # Total body bytes received by the Compute platform.
480
480
  attr_accessor :compute_req_body_bytes
481
481
 
482
- # Total header bytes sent from Compute@Edge to end user.
482
+ # Total header bytes sent from Compute to end user.
483
483
  attr_accessor :compute_resp_header_bytes
484
484
 
485
- # Total body bytes sent from Compute@Edge to end user.
485
+ # Total body bytes sent from Compute to end user.
486
486
  attr_accessor :compute_resp_body_bytes
487
487
 
488
- # Number of \"Informational\" category status codes delivered by Compute@Edge.
488
+ # Number of \"Informational\" category status codes delivered by the Compute platform.
489
489
  attr_accessor :compute_resp_status_1xx
490
490
 
491
- # Number of \"Success\" category status codes delivered by Compute@Edge.
491
+ # Number of \"Success\" category status codes delivered by the Compute platform.
492
492
  attr_accessor :compute_resp_status_2xx
493
493
 
494
- # Number of \"Redirection\" category status codes delivered by Compute@Edge.
494
+ # Number of \"Redirection\" category status codes delivered by the Compute platform.
495
495
  attr_accessor :compute_resp_status_3xx
496
496
 
497
- # Number of \"Client Error\" category status codes delivered by Compute@Edge.
497
+ # Number of \"Client Error\" category status codes delivered by the Compute platform.
498
498
  attr_accessor :compute_resp_status_4xx
499
499
 
500
- # Number of \"Server Error\" category status codes delivered by Compute@Edge.
500
+ # Number of \"Server Error\" category status codes delivered by the Compute platform.
501
501
  attr_accessor :compute_resp_status_5xx
502
502
 
503
- # Total header bytes sent to backends (origins) by Compute@Edge.
503
+ # Total header bytes sent to backends (origins) by the Compute platform.
504
504
  attr_accessor :compute_bereq_header_bytes
505
505
 
506
- # Total body bytes sent to backends (origins) by Compute@Edge.
506
+ # Total body bytes sent to backends (origins) by the Compute platform.
507
507
  attr_accessor :compute_bereq_body_bytes
508
508
 
509
- # Total header bytes received from backends (origins) by Compute@Edge.
509
+ # Total header bytes received from backends (origins) by the Compute platform.
510
510
  attr_accessor :compute_beresp_header_bytes
511
511
 
512
- # Total body bytes received from backends (origins) by Compute@Edge.
512
+ # Total body bytes received from backends (origins) by the Compute platform.
513
513
  attr_accessor :compute_beresp_body_bytes
514
514
 
515
515
  # Number of backend requests started.
@@ -9,5 +9,5 @@ Contact: oss@fastly.com
9
9
  =end
10
10
 
11
11
  module Fastly
12
- VERSION = '7.2.0'
12
+ VERSION = '7.2.1'
13
13
  end
data/sig.json CHANGED
@@ -1 +1 @@
1
- {"G": "ecaca45c", "D": "ffdeb163"}
1
+ {"G": "33163c3c", "D": "2c30aac5"}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastly
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.2.0
4
+ version: 7.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fastly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-24 00:00:00.000000000 Z
11
+ date: 2023-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus