fastly 7.2.0 → 7.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/Gemfile.lock +1 -1
- data/README.md +3 -3
- data/docs/ConfigStoreApi.md +8 -3
- data/docs/HistoricalFieldResultsAttributes.md +13 -13
- data/docs/OriginInspectorMeasurements.md +38 -38
- data/docs/OriginInspectorValues.md +38 -38
- data/docs/PackageApi.md +8 -8
- data/docs/PackageMetadata.md +6 -6
- data/docs/RealtimeEntryAggregated.md +13 -13
- data/docs/RealtimeMeasurements.md +13 -13
- data/docs/Results.md +13 -13
- data/lib/fastly/api/config_store_api.rb +3 -0
- data/lib/fastly/api/package_api.rb +8 -8
- data/lib/fastly/models/historical_field_results_attributes.rb +13 -13
- data/lib/fastly/models/origin_inspector_measurements.rb +38 -38
- data/lib/fastly/models/origin_inspector_values.rb +38 -38
- data/lib/fastly/models/package_metadata.rb +6 -6
- data/lib/fastly/models/realtime_entry_aggregated.rb +13 -13
- data/lib/fastly/models/realtime_measurements.rb +13 -13
- data/lib/fastly/models/results.rb +13 -13
- data/lib/fastly/version.rb +1 -1
- data/sig.json +1 -1
- metadata +2 -2
@@ -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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
17
|
+
# Name of the Compute package.
|
18
18
|
attr_accessor :name
|
19
19
|
|
20
|
-
# Description of the Compute
|
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
|
26
|
+
# The language of the Compute package.
|
27
27
|
attr_accessor :language
|
28
28
|
|
29
|
-
# Size of the Compute
|
29
|
+
# Size of the Compute package in bytes.
|
30
30
|
attr_accessor :size
|
31
31
|
|
32
|
-
# Hash of the Compute
|
32
|
+
# Hash of the Compute package.
|
33
33
|
attr_accessor :hashsum
|
34
34
|
|
35
|
-
# Hash of the files within the Compute
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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.
|
data/lib/fastly/version.rb
CHANGED
data/sig.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"G": "
|
1
|
+
{"G": "5c91b697", "D": "e1e39f1b"}
|
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.
|
4
|
+
version: 7.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fastly
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|