fastly 8.10.0 → 9.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (118) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +27 -1
  3. data/Gemfile.lock +1 -1
  4. data/README.md +15 -4
  5. data/docs/AccessKey.md +12 -0
  6. data/docs/AccessKeyResponse.md +15 -0
  7. data/docs/AclsInComputeApi.md +2 -2
  8. data/docs/BillingUsageMetricsApi.md +13 -19
  9. data/docs/ComputeAclUpdate.md +10 -0
  10. data/docs/DimensionAttributesCountryStats.md +12 -0
  11. data/docs/DimensionAttributesRate.md +10 -0
  12. data/docs/DimensionBrowser.md +10 -0
  13. data/docs/DimensionContentType.md +10 -0
  14. data/docs/DimensionCountry.md +10 -0
  15. data/docs/DimensionDevice.md +10 -0
  16. data/docs/DimensionOs.md +10 -0
  17. data/docs/DimensionResponse.md +10 -0
  18. data/docs/DimensionStatusCode.md +10 -0
  19. data/docs/DimensionUrl.md +10 -0
  20. data/docs/EnabledProductsApi.md +5 -5
  21. data/docs/FilterFieldItem.md +12 -0
  22. data/docs/GetLogInsightsResponse.md +11 -0
  23. data/docs/GetLogRecordsResponse.md +11 -0
  24. data/docs/GetLogRecordsResponseMeta.md +10 -0
  25. data/docs/GetLogRecordsResponseMetaFilters.md +16 -0
  26. data/docs/InsightsApi.md +69 -0
  27. data/docs/KvStoreItemApi.md +2 -0
  28. data/docs/LogExplorerApi.md +65 -0
  29. data/docs/LogInsights.md +12 -0
  30. data/docs/LogInsightsDimensionAttributes.md +49 -0
  31. data/docs/LogInsightsDimensions.md +61 -0
  32. data/docs/LogInsightsMeta.md +10 -0
  33. data/docs/LogInsightsMetaFilter.md +14 -0
  34. data/docs/LogInsightsValues.md +65 -0
  35. data/docs/LogPropertyServiceId.md +9 -0
  36. data/docs/LogRecord.md +37 -0
  37. data/docs/LoggingGrafanacloudlogsAdditional.md +14 -0
  38. data/docs/LoggingGrafanacloudlogsApi.md +259 -0
  39. data/docs/LoggingGrafanacloudlogsResponse.md +23 -0
  40. data/docs/ObjectStorageAccessKeysApi.md +163 -0
  41. data/docs/RealtimeEntryAggregated.md +3 -7
  42. data/docs/RealtimeMeasurements.md +3 -7
  43. data/docs/Results.md +3 -7
  44. data/docs/SetConfiguration.md +1 -0
  45. data/docs/Usagemetric.md +18 -0
  46. data/docs/Usagemetrics.md +10 -0
  47. data/docs/ValueField.md +59 -0
  48. data/docs/Values503Responses.md +12 -0
  49. data/docs/ValuesBandwidth.md +11 -0
  50. data/docs/ValuesBrowser.md +11 -0
  51. data/docs/ValuesCacheHitRatio.md +10 -0
  52. data/docs/ValuesCountryStats.md +12 -0
  53. data/docs/ValuesDuration.md +12 -0
  54. data/docs/ValuesMisses.md +10 -0
  55. data/docs/ValuesRate.md +10 -0
  56. data/docs/ValuesRequests.md +10 -0
  57. data/docs/ValuesStatusCodes.md +12 -0
  58. data/lib/fastly/api/acls_in_compute_api.rb +3 -3
  59. data/lib/fastly/api/billing_usage_metrics_api.rb +30 -57
  60. data/lib/fastly/api/enabled_products_api.rb +10 -10
  61. data/lib/fastly/api/insights_api.rb +125 -0
  62. data/lib/fastly/api/kv_store_item_api.rb +3 -0
  63. data/lib/fastly/api/log_explorer_api.rb +109 -0
  64. data/lib/fastly/api/logging_grafanacloudlogs_api.rb +471 -0
  65. data/lib/fastly/api/object_storage_access_keys_api.rb +263 -0
  66. data/lib/fastly/configuration.rb +67 -1
  67. data/lib/fastly/models/access_key.rb +248 -0
  68. data/lib/fastly/models/access_key_response.rb +269 -0
  69. data/lib/fastly/models/compute_acl_list_entries.rb +1 -1
  70. data/lib/fastly/models/compute_acl_lookup.rb +1 -1
  71. data/lib/fastly/models/compute_acl_update.rb +219 -0
  72. data/lib/fastly/models/compute_acl_update_entry.rb +1 -1
  73. data/lib/fastly/models/dimension_attributes_country_stats.rb +237 -0
  74. data/lib/fastly/models/dimension_attributes_rate.rb +217 -0
  75. data/lib/fastly/models/dimension_browser.rb +217 -0
  76. data/lib/fastly/models/dimension_content_type.rb +217 -0
  77. data/lib/fastly/models/dimension_country.rb +217 -0
  78. data/lib/fastly/models/dimension_device.rb +217 -0
  79. data/lib/fastly/models/dimension_os.rb +217 -0
  80. data/lib/fastly/models/dimension_response.rb +217 -0
  81. data/lib/fastly/models/dimension_status_code.rb +217 -0
  82. data/lib/fastly/models/dimension_url.rb +217 -0
  83. data/lib/fastly/models/filter_field_item.rb +271 -0
  84. data/lib/fastly/models/get_log_insights_response.rb +227 -0
  85. data/lib/fastly/models/get_log_records_response.rb +227 -0
  86. data/lib/fastly/models/get_log_records_response_meta.rb +216 -0
  87. data/lib/fastly/models/get_log_records_response_meta_filters.rb +307 -0
  88. data/lib/fastly/models/log_insights.rb +234 -0
  89. data/lib/fastly/models/log_insights_dimension_attributes.rb +103 -0
  90. data/lib/fastly/models/log_insights_dimensions.rb +109 -0
  91. data/lib/fastly/models/log_insights_meta.rb +217 -0
  92. data/lib/fastly/models/log_insights_meta_filter.rb +284 -0
  93. data/lib/fastly/models/log_insights_values.rb +111 -0
  94. data/lib/fastly/models/log_property_service_id.rb +208 -0
  95. data/lib/fastly/models/log_record.rb +486 -0
  96. data/lib/fastly/models/logging_grafanacloudlogs_additional.rb +257 -0
  97. data/lib/fastly/models/logging_grafanacloudlogs_response.rb +408 -0
  98. data/lib/fastly/models/realtime_entry_aggregated.rb +34 -74
  99. data/lib/fastly/models/realtime_measurements.rb +34 -74
  100. data/lib/fastly/models/results.rb +31 -71
  101. data/lib/fastly/models/set_configuration.rb +14 -4
  102. data/lib/fastly/models/usagemetric.rb +297 -0
  103. data/lib/fastly/models/usagemetrics.rb +218 -0
  104. data/lib/fastly/models/value_field.rb +108 -0
  105. data/lib/fastly/models/values503_responses.rb +237 -0
  106. data/lib/fastly/models/values_bandwidth.rb +227 -0
  107. data/lib/fastly/models/values_browser.rb +227 -0
  108. data/lib/fastly/models/values_cache_hit_ratio.rb +217 -0
  109. data/lib/fastly/models/values_country_stats.rb +237 -0
  110. data/lib/fastly/models/values_duration.rb +237 -0
  111. data/lib/fastly/models/values_misses.rb +217 -0
  112. data/lib/fastly/models/values_rate.rb +217 -0
  113. data/lib/fastly/models/values_requests.rb +217 -0
  114. data/lib/fastly/models/values_status_codes.rb +237 -0
  115. data/lib/fastly/version.rb +1 -1
  116. data/lib/fastly.rb +45 -0
  117. data/sig.json +1 -1
  118. metadata +92 -2
@@ -701,27 +701,6 @@ module Fastly
701
701
  # The number of connections the downgrade action was applied to. The downgrade action restricts the connection to http1.
702
702
  attr_accessor :ddos_action_downgraded_connections
703
703
 
704
- # Number of cache hits for a VCL service running on Compute.
705
- attr_accessor :vcl_on_compute_hit_requests
706
-
707
- # Number of cache misses for a VCL service running on Compute.
708
- attr_accessor :vcl_on_compute_miss_requests
709
-
710
- # Number of requests that passed through the CDN without being cached for a VCL service running on Compute.
711
- attr_accessor :vcl_on_compute_pass_requests
712
-
713
- # Number of cache errors for a VCL service running on Compute.
714
- attr_accessor :vcl_on_compute_error_requests
715
-
716
- # Number of requests that returned a synthetic response (i.e., response objects created with the `synthetic` VCL statement) for a VCL service running on Compute.
717
- attr_accessor :vcl_on_compute_synth_requests
718
-
719
- # Number of requests sent by end users to Fastly that resulted in a hit at the edge for a VCL service running on Compute.
720
- attr_accessor :vcl_on_compute_edge_hit_requests
721
-
722
- # Number of requests sent by end users to Fastly that resulted in a miss at the edge for a VCL service running on Compute.
723
- attr_accessor :vcl_on_compute_edge_miss_requests
724
-
725
704
  # Number of cache hits for a VCL service.
726
705
  attr_accessor :all_hit_requests
727
706
 
@@ -764,6 +743,15 @@ module Fastly
764
743
  # Number of requests where Fastly responded with 400 due to the request being a GET or HEAD request containing a body.
765
744
  attr_accessor :request_denied_get_head_body
766
745
 
746
+ # Number of requests classified as a DDoS attack against a customer origin or service.
747
+ attr_accessor :service_ddos_requests_detected
748
+
749
+ # Number of requests classified as a DDoS attack against a customer origin or service that were mitigated by the Fastly platform.
750
+ attr_accessor :service_ddos_requests_mitigated
751
+
752
+ # Number of requests analyzed for DDoS attacks against a customer origin or service, but with no DDoS detected.
753
+ attr_accessor :service_ddos_requests_allowed
754
+
767
755
  # Attribute mapping from ruby-style variable name to JSON key.
768
756
  def self.attribute_map
769
757
  {
@@ -996,13 +984,6 @@ module Fastly
996
984
  :'bot_challenge_complete_tokens_issued' => :'bot_challenge_complete_tokens_issued',
997
985
  :'ddos_action_downgrade' => :'ddos_action_downgrade',
998
986
  :'ddos_action_downgraded_connections' => :'ddos_action_downgraded_connections',
999
- :'vcl_on_compute_hit_requests' => :'vcl_on_compute_hit_requests',
1000
- :'vcl_on_compute_miss_requests' => :'vcl_on_compute_miss_requests',
1001
- :'vcl_on_compute_pass_requests' => :'vcl_on_compute_pass_requests',
1002
- :'vcl_on_compute_error_requests' => :'vcl_on_compute_error_requests',
1003
- :'vcl_on_compute_synth_requests' => :'vcl_on_compute_synth_requests',
1004
- :'vcl_on_compute_edge_hit_requests' => :'vcl_on_compute_edge_hit_requests',
1005
- :'vcl_on_compute_edge_miss_requests' => :'vcl_on_compute_edge_miss_requests',
1006
987
  :'all_hit_requests' => :'all_hit_requests',
1007
988
  :'all_miss_requests' => :'all_miss_requests',
1008
989
  :'all_pass_requests' => :'all_pass_requests',
@@ -1016,7 +997,10 @@ module Fastly
1016
997
  :'all_status_4xx' => :'all_status_4xx',
1017
998
  :'all_status_5xx' => :'all_status_5xx',
1018
999
  :'origin_offload' => :'origin_offload',
1019
- :'request_denied_get_head_body' => :'request_denied_get_head_body'
1000
+ :'request_denied_get_head_body' => :'request_denied_get_head_body',
1001
+ :'service_ddos_requests_detected' => :'service_ddos_requests_detected',
1002
+ :'service_ddos_requests_mitigated' => :'service_ddos_requests_mitigated',
1003
+ :'service_ddos_requests_allowed' => :'service_ddos_requests_allowed'
1020
1004
  }
1021
1005
  end
1022
1006
 
@@ -1257,13 +1241,6 @@ module Fastly
1257
1241
  :'bot_challenge_complete_tokens_issued' => :'Integer',
1258
1242
  :'ddos_action_downgrade' => :'Integer',
1259
1243
  :'ddos_action_downgraded_connections' => :'Integer',
1260
- :'vcl_on_compute_hit_requests' => :'Integer',
1261
- :'vcl_on_compute_miss_requests' => :'Integer',
1262
- :'vcl_on_compute_pass_requests' => :'Integer',
1263
- :'vcl_on_compute_error_requests' => :'Integer',
1264
- :'vcl_on_compute_synth_requests' => :'Integer',
1265
- :'vcl_on_compute_edge_hit_requests' => :'Integer',
1266
- :'vcl_on_compute_edge_miss_requests' => :'Integer',
1267
1244
  :'all_hit_requests' => :'Integer',
1268
1245
  :'all_miss_requests' => :'Integer',
1269
1246
  :'all_pass_requests' => :'Integer',
@@ -1277,7 +1254,10 @@ module Fastly
1277
1254
  :'all_status_4xx' => :'Integer',
1278
1255
  :'all_status_5xx' => :'Integer',
1279
1256
  :'origin_offload' => :'Float',
1280
- :'request_denied_get_head_body' => :'Integer'
1257
+ :'request_denied_get_head_body' => :'Integer',
1258
+ :'service_ddos_requests_detected' => :'Integer',
1259
+ :'service_ddos_requests_mitigated' => :'Integer',
1260
+ :'service_ddos_requests_allowed' => :'Integer'
1281
1261
  }
1282
1262
  end
1283
1263
 
@@ -2227,34 +2207,6 @@ module Fastly
2227
2207
  self.ddos_action_downgraded_connections = attributes[:'ddos_action_downgraded_connections']
2228
2208
  end
2229
2209
 
2230
- if attributes.key?(:'vcl_on_compute_hit_requests')
2231
- self.vcl_on_compute_hit_requests = attributes[:'vcl_on_compute_hit_requests']
2232
- end
2233
-
2234
- if attributes.key?(:'vcl_on_compute_miss_requests')
2235
- self.vcl_on_compute_miss_requests = attributes[:'vcl_on_compute_miss_requests']
2236
- end
2237
-
2238
- if attributes.key?(:'vcl_on_compute_pass_requests')
2239
- self.vcl_on_compute_pass_requests = attributes[:'vcl_on_compute_pass_requests']
2240
- end
2241
-
2242
- if attributes.key?(:'vcl_on_compute_error_requests')
2243
- self.vcl_on_compute_error_requests = attributes[:'vcl_on_compute_error_requests']
2244
- end
2245
-
2246
- if attributes.key?(:'vcl_on_compute_synth_requests')
2247
- self.vcl_on_compute_synth_requests = attributes[:'vcl_on_compute_synth_requests']
2248
- end
2249
-
2250
- if attributes.key?(:'vcl_on_compute_edge_hit_requests')
2251
- self.vcl_on_compute_edge_hit_requests = attributes[:'vcl_on_compute_edge_hit_requests']
2252
- end
2253
-
2254
- if attributes.key?(:'vcl_on_compute_edge_miss_requests')
2255
- self.vcl_on_compute_edge_miss_requests = attributes[:'vcl_on_compute_edge_miss_requests']
2256
- end
2257
-
2258
2210
  if attributes.key?(:'all_hit_requests')
2259
2211
  self.all_hit_requests = attributes[:'all_hit_requests']
2260
2212
  end
@@ -2310,6 +2262,18 @@ module Fastly
2310
2262
  if attributes.key?(:'request_denied_get_head_body')
2311
2263
  self.request_denied_get_head_body = attributes[:'request_denied_get_head_body']
2312
2264
  end
2265
+
2266
+ if attributes.key?(:'service_ddos_requests_detected')
2267
+ self.service_ddos_requests_detected = attributes[:'service_ddos_requests_detected']
2268
+ end
2269
+
2270
+ if attributes.key?(:'service_ddos_requests_mitigated')
2271
+ self.service_ddos_requests_mitigated = attributes[:'service_ddos_requests_mitigated']
2272
+ end
2273
+
2274
+ if attributes.key?(:'service_ddos_requests_allowed')
2275
+ self.service_ddos_requests_allowed = attributes[:'service_ddos_requests_allowed']
2276
+ end
2313
2277
  end
2314
2278
 
2315
2279
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -2559,13 +2523,6 @@ module Fastly
2559
2523
  bot_challenge_complete_tokens_issued == o.bot_challenge_complete_tokens_issued &&
2560
2524
  ddos_action_downgrade == o.ddos_action_downgrade &&
2561
2525
  ddos_action_downgraded_connections == o.ddos_action_downgraded_connections &&
2562
- vcl_on_compute_hit_requests == o.vcl_on_compute_hit_requests &&
2563
- vcl_on_compute_miss_requests == o.vcl_on_compute_miss_requests &&
2564
- vcl_on_compute_pass_requests == o.vcl_on_compute_pass_requests &&
2565
- vcl_on_compute_error_requests == o.vcl_on_compute_error_requests &&
2566
- vcl_on_compute_synth_requests == o.vcl_on_compute_synth_requests &&
2567
- vcl_on_compute_edge_hit_requests == o.vcl_on_compute_edge_hit_requests &&
2568
- vcl_on_compute_edge_miss_requests == o.vcl_on_compute_edge_miss_requests &&
2569
2526
  all_hit_requests == o.all_hit_requests &&
2570
2527
  all_miss_requests == o.all_miss_requests &&
2571
2528
  all_pass_requests == o.all_pass_requests &&
@@ -2579,7 +2536,10 @@ module Fastly
2579
2536
  all_status_4xx == o.all_status_4xx &&
2580
2537
  all_status_5xx == o.all_status_5xx &&
2581
2538
  origin_offload == o.origin_offload &&
2582
- request_denied_get_head_body == o.request_denied_get_head_body
2539
+ request_denied_get_head_body == o.request_denied_get_head_body &&
2540
+ service_ddos_requests_detected == o.service_ddos_requests_detected &&
2541
+ service_ddos_requests_mitigated == o.service_ddos_requests_mitigated &&
2542
+ service_ddos_requests_allowed == o.service_ddos_requests_allowed
2583
2543
  end
2584
2544
 
2585
2545
  # @see the `==` method
@@ -2591,7 +2551,7 @@ module Fastly
2591
2551
  # Calculates hash code according to all attributes.
2592
2552
  # @return [Integer] Hash code
2593
2553
  def hash
2594
- [requests, logging, log, resp_header_bytes, header_size, resp_body_bytes, body_size, hits, miss, pass, synth, errors, hits_time, miss_time, miss_histogram, compute_requests, compute_execution_time_ms, compute_ram_used, compute_request_time_ms, compute_request_time_billed_ms, shield, ipv6, imgopto, imgopto_shield, imgopto_transforms, otfp, otfp_shield, otfp_manifests, video, pci, http2, http3, restarts, req_header_bytes, req_body_bytes, bereq_header_bytes, bereq_body_bytes, waf_blocked, waf_logged, waf_passed, attack_req_header_bytes, attack_req_body_bytes, attack_resp_synth_bytes, attack_logged_req_header_bytes, attack_logged_req_body_bytes, attack_blocked_req_header_bytes, attack_blocked_req_body_bytes, attack_passed_req_header_bytes, attack_passed_req_body_bytes, shield_resp_header_bytes, shield_resp_body_bytes, otfp_resp_header_bytes, otfp_resp_body_bytes, otfp_shield_resp_header_bytes, otfp_shield_resp_body_bytes, otfp_shield_time, otfp_deliver_time, imgopto_resp_header_bytes, imgopto_resp_body_bytes, imgopto_shield_resp_header_bytes, imgopto_shield_resp_body_bytes, status_1xx, status_2xx, status_3xx, status_4xx, status_5xx, status_200, status_204, status_206, status_301, status_302, status_304, status_400, status_401, status_403, status_404, status_406, status_416, status_429, status_500, status_501, status_502, status_503, status_504, status_505, uncacheable, pass_time, tls, tls_v10, tls_v11, tls_v12, tls_v13, object_size_1k, object_size_10k, object_size_100k, object_size_1m, object_size_10m, object_size_100m, object_size_1g, object_size_other, recv_sub_time, recv_sub_count, hash_sub_time, hash_sub_count, miss_sub_time, miss_sub_count, fetch_sub_time, fetch_sub_count, pass_sub_time, pass_sub_count, pipe_sub_time, pipe_sub_count, deliver_sub_time, deliver_sub_count, error_sub_time, error_sub_count, hit_sub_time, hit_sub_count, prehash_sub_time, prehash_sub_count, predeliver_sub_time, predeliver_sub_count, hit_resp_body_bytes, miss_resp_body_bytes, pass_resp_body_bytes, compute_req_header_bytes, compute_req_body_bytes, compute_resp_header_bytes, compute_resp_body_bytes, imgvideo, imgvideo_frames, imgvideo_resp_header_bytes, imgvideo_resp_body_bytes, imgvideo_shield, imgvideo_shield_frames, imgvideo_shield_resp_header_bytes, imgvideo_shield_resp_body_bytes, log_bytes, edge_requests, edge_resp_header_bytes, edge_resp_body_bytes, origin_revalidations, origin_fetches, origin_fetch_header_bytes, origin_fetch_body_bytes, origin_fetch_resp_header_bytes, origin_fetch_resp_body_bytes, shield_revalidations, shield_fetches, shield_fetch_header_bytes, shield_fetch_body_bytes, shield_fetch_resp_header_bytes, shield_fetch_resp_body_bytes, segblock_origin_fetches, segblock_shield_fetches, compute_resp_status_1xx, compute_resp_status_2xx, compute_resp_status_3xx, compute_resp_status_4xx, compute_resp_status_5xx, edge_hit_requests, edge_miss_requests, compute_bereq_header_bytes, compute_bereq_body_bytes, compute_beresp_header_bytes, compute_beresp_body_bytes, origin_cache_fetches, shield_cache_fetches, compute_bereqs, compute_bereq_errors, compute_resource_limit_exceeded, compute_heap_limit_exceeded, compute_stack_limit_exceeded, compute_globals_limit_exceeded, compute_guest_errors, compute_runtime_errors, edge_hit_resp_body_bytes, edge_hit_resp_header_bytes, edge_miss_resp_body_bytes, edge_miss_resp_header_bytes, origin_cache_fetch_resp_body_bytes, origin_cache_fetch_resp_header_bytes, shield_hit_requests, shield_miss_requests, shield_hit_resp_header_bytes, shield_hit_resp_body_bytes, shield_miss_resp_header_bytes, shield_miss_resp_body_bytes, websocket_req_header_bytes, websocket_req_body_bytes, websocket_resp_header_bytes, websocket_bereq_header_bytes, websocket_bereq_body_bytes, websocket_beresp_header_bytes, websocket_beresp_body_bytes, websocket_conn_time_ms, websocket_resp_body_bytes, fanout_recv_publishes, fanout_send_publishes, kv_store_class_a_operations, kv_store_class_b_operations, object_store_class_a_operations, object_store_class_b_operations, fanout_req_header_bytes, fanout_req_body_bytes, fanout_resp_header_bytes, fanout_resp_body_bytes, fanout_bereq_header_bytes, fanout_bereq_body_bytes, fanout_beresp_header_bytes, fanout_beresp_body_bytes, fanout_conn_time_ms, ddos_action_limit_streams_connections, ddos_action_limit_streams_requests, ddos_action_tarpit_accept, ddos_action_tarpit, ddos_action_close, ddos_action_blackhole, bot_challenge_starts, bot_challenge_complete_tokens_passed, bot_challenge_complete_tokens_failed, bot_challenge_complete_tokens_checked, bot_challenge_complete_tokens_disabled, bot_challenges_issued, bot_challenges_succeeded, bot_challenges_failed, bot_challenge_complete_tokens_issued, ddos_action_downgrade, ddos_action_downgraded_connections, vcl_on_compute_hit_requests, vcl_on_compute_miss_requests, vcl_on_compute_pass_requests, vcl_on_compute_error_requests, vcl_on_compute_synth_requests, vcl_on_compute_edge_hit_requests, vcl_on_compute_edge_miss_requests, all_hit_requests, all_miss_requests, all_pass_requests, all_error_requests, all_synth_requests, all_edge_hit_requests, all_edge_miss_requests, all_status_1xx, all_status_2xx, all_status_3xx, all_status_4xx, all_status_5xx, origin_offload, request_denied_get_head_body].hash
2554
+ [requests, logging, log, resp_header_bytes, header_size, resp_body_bytes, body_size, hits, miss, pass, synth, errors, hits_time, miss_time, miss_histogram, compute_requests, compute_execution_time_ms, compute_ram_used, compute_request_time_ms, compute_request_time_billed_ms, shield, ipv6, imgopto, imgopto_shield, imgopto_transforms, otfp, otfp_shield, otfp_manifests, video, pci, http2, http3, restarts, req_header_bytes, req_body_bytes, bereq_header_bytes, bereq_body_bytes, waf_blocked, waf_logged, waf_passed, attack_req_header_bytes, attack_req_body_bytes, attack_resp_synth_bytes, attack_logged_req_header_bytes, attack_logged_req_body_bytes, attack_blocked_req_header_bytes, attack_blocked_req_body_bytes, attack_passed_req_header_bytes, attack_passed_req_body_bytes, shield_resp_header_bytes, shield_resp_body_bytes, otfp_resp_header_bytes, otfp_resp_body_bytes, otfp_shield_resp_header_bytes, otfp_shield_resp_body_bytes, otfp_shield_time, otfp_deliver_time, imgopto_resp_header_bytes, imgopto_resp_body_bytes, imgopto_shield_resp_header_bytes, imgopto_shield_resp_body_bytes, status_1xx, status_2xx, status_3xx, status_4xx, status_5xx, status_200, status_204, status_206, status_301, status_302, status_304, status_400, status_401, status_403, status_404, status_406, status_416, status_429, status_500, status_501, status_502, status_503, status_504, status_505, uncacheable, pass_time, tls, tls_v10, tls_v11, tls_v12, tls_v13, object_size_1k, object_size_10k, object_size_100k, object_size_1m, object_size_10m, object_size_100m, object_size_1g, object_size_other, recv_sub_time, recv_sub_count, hash_sub_time, hash_sub_count, miss_sub_time, miss_sub_count, fetch_sub_time, fetch_sub_count, pass_sub_time, pass_sub_count, pipe_sub_time, pipe_sub_count, deliver_sub_time, deliver_sub_count, error_sub_time, error_sub_count, hit_sub_time, hit_sub_count, prehash_sub_time, prehash_sub_count, predeliver_sub_time, predeliver_sub_count, hit_resp_body_bytes, miss_resp_body_bytes, pass_resp_body_bytes, compute_req_header_bytes, compute_req_body_bytes, compute_resp_header_bytes, compute_resp_body_bytes, imgvideo, imgvideo_frames, imgvideo_resp_header_bytes, imgvideo_resp_body_bytes, imgvideo_shield, imgvideo_shield_frames, imgvideo_shield_resp_header_bytes, imgvideo_shield_resp_body_bytes, log_bytes, edge_requests, edge_resp_header_bytes, edge_resp_body_bytes, origin_revalidations, origin_fetches, origin_fetch_header_bytes, origin_fetch_body_bytes, origin_fetch_resp_header_bytes, origin_fetch_resp_body_bytes, shield_revalidations, shield_fetches, shield_fetch_header_bytes, shield_fetch_body_bytes, shield_fetch_resp_header_bytes, shield_fetch_resp_body_bytes, segblock_origin_fetches, segblock_shield_fetches, compute_resp_status_1xx, compute_resp_status_2xx, compute_resp_status_3xx, compute_resp_status_4xx, compute_resp_status_5xx, edge_hit_requests, edge_miss_requests, compute_bereq_header_bytes, compute_bereq_body_bytes, compute_beresp_header_bytes, compute_beresp_body_bytes, origin_cache_fetches, shield_cache_fetches, compute_bereqs, compute_bereq_errors, compute_resource_limit_exceeded, compute_heap_limit_exceeded, compute_stack_limit_exceeded, compute_globals_limit_exceeded, compute_guest_errors, compute_runtime_errors, edge_hit_resp_body_bytes, edge_hit_resp_header_bytes, edge_miss_resp_body_bytes, edge_miss_resp_header_bytes, origin_cache_fetch_resp_body_bytes, origin_cache_fetch_resp_header_bytes, shield_hit_requests, shield_miss_requests, shield_hit_resp_header_bytes, shield_hit_resp_body_bytes, shield_miss_resp_header_bytes, shield_miss_resp_body_bytes, websocket_req_header_bytes, websocket_req_body_bytes, websocket_resp_header_bytes, websocket_bereq_header_bytes, websocket_bereq_body_bytes, websocket_beresp_header_bytes, websocket_beresp_body_bytes, websocket_conn_time_ms, websocket_resp_body_bytes, fanout_recv_publishes, fanout_send_publishes, kv_store_class_a_operations, kv_store_class_b_operations, object_store_class_a_operations, object_store_class_b_operations, fanout_req_header_bytes, fanout_req_body_bytes, fanout_resp_header_bytes, fanout_resp_body_bytes, fanout_bereq_header_bytes, fanout_bereq_body_bytes, fanout_beresp_header_bytes, fanout_beresp_body_bytes, fanout_conn_time_ms, ddos_action_limit_streams_connections, ddos_action_limit_streams_requests, ddos_action_tarpit_accept, ddos_action_tarpit, ddos_action_close, ddos_action_blackhole, bot_challenge_starts, bot_challenge_complete_tokens_passed, bot_challenge_complete_tokens_failed, bot_challenge_complete_tokens_checked, bot_challenge_complete_tokens_disabled, bot_challenges_issued, bot_challenges_succeeded, bot_challenges_failed, bot_challenge_complete_tokens_issued, ddos_action_downgrade, ddos_action_downgraded_connections, all_hit_requests, all_miss_requests, all_pass_requests, all_error_requests, all_synth_requests, all_edge_hit_requests, all_edge_miss_requests, all_status_1xx, all_status_2xx, all_status_3xx, all_status_4xx, all_status_5xx, origin_offload, request_denied_get_head_body, service_ddos_requests_detected, service_ddos_requests_mitigated, service_ddos_requests_allowed].hash
2595
2555
  end
2596
2556
 
2597
2557
  # Builds the object from hash
@@ -701,27 +701,6 @@ module Fastly
701
701
  # The number of connections the downgrade action was applied to. The downgrade action restricts the connection to http1.
702
702
  attr_accessor :ddos_action_downgraded_connections
703
703
 
704
- # Number of cache hits for a VCL service running on Compute.
705
- attr_accessor :vcl_on_compute_hit_requests
706
-
707
- # Number of cache misses for a VCL service running on Compute.
708
- attr_accessor :vcl_on_compute_miss_requests
709
-
710
- # Number of requests that passed through the CDN without being cached for a VCL service running on Compute.
711
- attr_accessor :vcl_on_compute_pass_requests
712
-
713
- # Number of cache errors for a VCL service running on Compute.
714
- attr_accessor :vcl_on_compute_error_requests
715
-
716
- # Number of requests that returned a synthetic response (i.e., response objects created with the `synthetic` VCL statement) for a VCL service running on Compute.
717
- attr_accessor :vcl_on_compute_synth_requests
718
-
719
- # Number of requests sent by end users to Fastly that resulted in a hit at the edge for a VCL service running on Compute.
720
- attr_accessor :vcl_on_compute_edge_hit_requests
721
-
722
- # Number of requests sent by end users to Fastly that resulted in a miss at the edge for a VCL service running on Compute.
723
- attr_accessor :vcl_on_compute_edge_miss_requests
724
-
725
704
  # Number of cache hits for a VCL service.
726
705
  attr_accessor :all_hit_requests
727
706
 
@@ -764,6 +743,15 @@ module Fastly
764
743
  # Number of requests where Fastly responded with 400 due to the request being a GET or HEAD request containing a body.
765
744
  attr_accessor :request_denied_get_head_body
766
745
 
746
+ # Number of requests classified as a DDoS attack against a customer origin or service.
747
+ attr_accessor :service_ddos_requests_detected
748
+
749
+ # Number of requests classified as a DDoS attack against a customer origin or service that were mitigated by the Fastly platform.
750
+ attr_accessor :service_ddos_requests_mitigated
751
+
752
+ # Number of requests analyzed for DDoS attacks against a customer origin or service, but with no DDoS detected.
753
+ attr_accessor :service_ddos_requests_allowed
754
+
767
755
  # Attribute mapping from ruby-style variable name to JSON key.
768
756
  def self.attribute_map
769
757
  {
@@ -996,13 +984,6 @@ module Fastly
996
984
  :'bot_challenge_complete_tokens_issued' => :'bot_challenge_complete_tokens_issued',
997
985
  :'ddos_action_downgrade' => :'ddos_action_downgrade',
998
986
  :'ddos_action_downgraded_connections' => :'ddos_action_downgraded_connections',
999
- :'vcl_on_compute_hit_requests' => :'vcl_on_compute_hit_requests',
1000
- :'vcl_on_compute_miss_requests' => :'vcl_on_compute_miss_requests',
1001
- :'vcl_on_compute_pass_requests' => :'vcl_on_compute_pass_requests',
1002
- :'vcl_on_compute_error_requests' => :'vcl_on_compute_error_requests',
1003
- :'vcl_on_compute_synth_requests' => :'vcl_on_compute_synth_requests',
1004
- :'vcl_on_compute_edge_hit_requests' => :'vcl_on_compute_edge_hit_requests',
1005
- :'vcl_on_compute_edge_miss_requests' => :'vcl_on_compute_edge_miss_requests',
1006
987
  :'all_hit_requests' => :'all_hit_requests',
1007
988
  :'all_miss_requests' => :'all_miss_requests',
1008
989
  :'all_pass_requests' => :'all_pass_requests',
@@ -1016,7 +997,10 @@ module Fastly
1016
997
  :'all_status_4xx' => :'all_status_4xx',
1017
998
  :'all_status_5xx' => :'all_status_5xx',
1018
999
  :'origin_offload' => :'origin_offload',
1019
- :'request_denied_get_head_body' => :'request_denied_get_head_body'
1000
+ :'request_denied_get_head_body' => :'request_denied_get_head_body',
1001
+ :'service_ddos_requests_detected' => :'service_ddos_requests_detected',
1002
+ :'service_ddos_requests_mitigated' => :'service_ddos_requests_mitigated',
1003
+ :'service_ddos_requests_allowed' => :'service_ddos_requests_allowed'
1020
1004
  }
1021
1005
  end
1022
1006
 
@@ -1257,13 +1241,6 @@ module Fastly
1257
1241
  :'bot_challenge_complete_tokens_issued' => :'Integer',
1258
1242
  :'ddos_action_downgrade' => :'Integer',
1259
1243
  :'ddos_action_downgraded_connections' => :'Integer',
1260
- :'vcl_on_compute_hit_requests' => :'Integer',
1261
- :'vcl_on_compute_miss_requests' => :'Integer',
1262
- :'vcl_on_compute_pass_requests' => :'Integer',
1263
- :'vcl_on_compute_error_requests' => :'Integer',
1264
- :'vcl_on_compute_synth_requests' => :'Integer',
1265
- :'vcl_on_compute_edge_hit_requests' => :'Integer',
1266
- :'vcl_on_compute_edge_miss_requests' => :'Integer',
1267
1244
  :'all_hit_requests' => :'Integer',
1268
1245
  :'all_miss_requests' => :'Integer',
1269
1246
  :'all_pass_requests' => :'Integer',
@@ -1277,7 +1254,10 @@ module Fastly
1277
1254
  :'all_status_4xx' => :'Integer',
1278
1255
  :'all_status_5xx' => :'Integer',
1279
1256
  :'origin_offload' => :'Float',
1280
- :'request_denied_get_head_body' => :'Integer'
1257
+ :'request_denied_get_head_body' => :'Integer',
1258
+ :'service_ddos_requests_detected' => :'Integer',
1259
+ :'service_ddos_requests_mitigated' => :'Integer',
1260
+ :'service_ddos_requests_allowed' => :'Integer'
1281
1261
  }
1282
1262
  end
1283
1263
 
@@ -2220,34 +2200,6 @@ module Fastly
2220
2200
  self.ddos_action_downgraded_connections = attributes[:'ddos_action_downgraded_connections']
2221
2201
  end
2222
2202
 
2223
- if attributes.key?(:'vcl_on_compute_hit_requests')
2224
- self.vcl_on_compute_hit_requests = attributes[:'vcl_on_compute_hit_requests']
2225
- end
2226
-
2227
- if attributes.key?(:'vcl_on_compute_miss_requests')
2228
- self.vcl_on_compute_miss_requests = attributes[:'vcl_on_compute_miss_requests']
2229
- end
2230
-
2231
- if attributes.key?(:'vcl_on_compute_pass_requests')
2232
- self.vcl_on_compute_pass_requests = attributes[:'vcl_on_compute_pass_requests']
2233
- end
2234
-
2235
- if attributes.key?(:'vcl_on_compute_error_requests')
2236
- self.vcl_on_compute_error_requests = attributes[:'vcl_on_compute_error_requests']
2237
- end
2238
-
2239
- if attributes.key?(:'vcl_on_compute_synth_requests')
2240
- self.vcl_on_compute_synth_requests = attributes[:'vcl_on_compute_synth_requests']
2241
- end
2242
-
2243
- if attributes.key?(:'vcl_on_compute_edge_hit_requests')
2244
- self.vcl_on_compute_edge_hit_requests = attributes[:'vcl_on_compute_edge_hit_requests']
2245
- end
2246
-
2247
- if attributes.key?(:'vcl_on_compute_edge_miss_requests')
2248
- self.vcl_on_compute_edge_miss_requests = attributes[:'vcl_on_compute_edge_miss_requests']
2249
- end
2250
-
2251
2203
  if attributes.key?(:'all_hit_requests')
2252
2204
  self.all_hit_requests = attributes[:'all_hit_requests']
2253
2205
  end
@@ -2303,6 +2255,18 @@ module Fastly
2303
2255
  if attributes.key?(:'request_denied_get_head_body')
2304
2256
  self.request_denied_get_head_body = attributes[:'request_denied_get_head_body']
2305
2257
  end
2258
+
2259
+ if attributes.key?(:'service_ddos_requests_detected')
2260
+ self.service_ddos_requests_detected = attributes[:'service_ddos_requests_detected']
2261
+ end
2262
+
2263
+ if attributes.key?(:'service_ddos_requests_mitigated')
2264
+ self.service_ddos_requests_mitigated = attributes[:'service_ddos_requests_mitigated']
2265
+ end
2266
+
2267
+ if attributes.key?(:'service_ddos_requests_allowed')
2268
+ self.service_ddos_requests_allowed = attributes[:'service_ddos_requests_allowed']
2269
+ end
2306
2270
  end
2307
2271
 
2308
2272
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -2552,13 +2516,6 @@ module Fastly
2552
2516
  bot_challenge_complete_tokens_issued == o.bot_challenge_complete_tokens_issued &&
2553
2517
  ddos_action_downgrade == o.ddos_action_downgrade &&
2554
2518
  ddos_action_downgraded_connections == o.ddos_action_downgraded_connections &&
2555
- vcl_on_compute_hit_requests == o.vcl_on_compute_hit_requests &&
2556
- vcl_on_compute_miss_requests == o.vcl_on_compute_miss_requests &&
2557
- vcl_on_compute_pass_requests == o.vcl_on_compute_pass_requests &&
2558
- vcl_on_compute_error_requests == o.vcl_on_compute_error_requests &&
2559
- vcl_on_compute_synth_requests == o.vcl_on_compute_synth_requests &&
2560
- vcl_on_compute_edge_hit_requests == o.vcl_on_compute_edge_hit_requests &&
2561
- vcl_on_compute_edge_miss_requests == o.vcl_on_compute_edge_miss_requests &&
2562
2519
  all_hit_requests == o.all_hit_requests &&
2563
2520
  all_miss_requests == o.all_miss_requests &&
2564
2521
  all_pass_requests == o.all_pass_requests &&
@@ -2572,7 +2529,10 @@ module Fastly
2572
2529
  all_status_4xx == o.all_status_4xx &&
2573
2530
  all_status_5xx == o.all_status_5xx &&
2574
2531
  origin_offload == o.origin_offload &&
2575
- request_denied_get_head_body == o.request_denied_get_head_body
2532
+ request_denied_get_head_body == o.request_denied_get_head_body &&
2533
+ service_ddos_requests_detected == o.service_ddos_requests_detected &&
2534
+ service_ddos_requests_mitigated == o.service_ddos_requests_mitigated &&
2535
+ service_ddos_requests_allowed == o.service_ddos_requests_allowed
2576
2536
  end
2577
2537
 
2578
2538
  # @see the `==` method
@@ -2584,7 +2544,7 @@ module Fastly
2584
2544
  # Calculates hash code according to all attributes.
2585
2545
  # @return [Integer] Hash code
2586
2546
  def hash
2587
- [requests, logging, log, resp_header_bytes, header_size, resp_body_bytes, body_size, hits, miss, pass, synth, errors, hits_time, miss_time, miss_histogram, compute_requests, compute_execution_time_ms, compute_ram_used, compute_request_time_ms, compute_request_time_billed_ms, shield, ipv6, imgopto, imgopto_shield, imgopto_transforms, otfp, otfp_shield, otfp_manifests, video, pci, http2, http3, restarts, req_header_bytes, req_body_bytes, bereq_header_bytes, bereq_body_bytes, waf_blocked, waf_logged, waf_passed, attack_req_header_bytes, attack_req_body_bytes, attack_resp_synth_bytes, attack_logged_req_header_bytes, attack_logged_req_body_bytes, attack_blocked_req_header_bytes, attack_blocked_req_body_bytes, attack_passed_req_header_bytes, attack_passed_req_body_bytes, shield_resp_header_bytes, shield_resp_body_bytes, otfp_resp_header_bytes, otfp_resp_body_bytes, otfp_shield_resp_header_bytes, otfp_shield_resp_body_bytes, otfp_shield_time, otfp_deliver_time, imgopto_resp_header_bytes, imgopto_resp_body_bytes, imgopto_shield_resp_header_bytes, imgopto_shield_resp_body_bytes, status_1xx, status_2xx, status_3xx, status_4xx, status_5xx, status_200, status_204, status_206, status_301, status_302, status_304, status_400, status_401, status_403, status_404, status_406, status_416, status_429, status_500, status_501, status_502, status_503, status_504, status_505, uncacheable, pass_time, tls, tls_v10, tls_v11, tls_v12, tls_v13, object_size_1k, object_size_10k, object_size_100k, object_size_1m, object_size_10m, object_size_100m, object_size_1g, object_size_other, recv_sub_time, recv_sub_count, hash_sub_time, hash_sub_count, miss_sub_time, miss_sub_count, fetch_sub_time, fetch_sub_count, pass_sub_time, pass_sub_count, pipe_sub_time, pipe_sub_count, deliver_sub_time, deliver_sub_count, error_sub_time, error_sub_count, hit_sub_time, hit_sub_count, prehash_sub_time, prehash_sub_count, predeliver_sub_time, predeliver_sub_count, hit_resp_body_bytes, miss_resp_body_bytes, pass_resp_body_bytes, compute_req_header_bytes, compute_req_body_bytes, compute_resp_header_bytes, compute_resp_body_bytes, imgvideo, imgvideo_frames, imgvideo_resp_header_bytes, imgvideo_resp_body_bytes, imgvideo_shield, imgvideo_shield_frames, imgvideo_shield_resp_header_bytes, imgvideo_shield_resp_body_bytes, log_bytes, edge_requests, edge_resp_header_bytes, edge_resp_body_bytes, origin_revalidations, origin_fetches, origin_fetch_header_bytes, origin_fetch_body_bytes, origin_fetch_resp_header_bytes, origin_fetch_resp_body_bytes, shield_revalidations, shield_fetches, shield_fetch_header_bytes, shield_fetch_body_bytes, shield_fetch_resp_header_bytes, shield_fetch_resp_body_bytes, segblock_origin_fetches, segblock_shield_fetches, compute_resp_status_1xx, compute_resp_status_2xx, compute_resp_status_3xx, compute_resp_status_4xx, compute_resp_status_5xx, edge_hit_requests, edge_miss_requests, compute_bereq_header_bytes, compute_bereq_body_bytes, compute_beresp_header_bytes, compute_beresp_body_bytes, origin_cache_fetches, shield_cache_fetches, compute_bereqs, compute_bereq_errors, compute_resource_limit_exceeded, compute_heap_limit_exceeded, compute_stack_limit_exceeded, compute_globals_limit_exceeded, compute_guest_errors, compute_runtime_errors, edge_hit_resp_body_bytes, edge_hit_resp_header_bytes, edge_miss_resp_body_bytes, edge_miss_resp_header_bytes, origin_cache_fetch_resp_body_bytes, origin_cache_fetch_resp_header_bytes, shield_hit_requests, shield_miss_requests, shield_hit_resp_header_bytes, shield_hit_resp_body_bytes, shield_miss_resp_header_bytes, shield_miss_resp_body_bytes, websocket_req_header_bytes, websocket_req_body_bytes, websocket_resp_header_bytes, websocket_bereq_header_bytes, websocket_bereq_body_bytes, websocket_beresp_header_bytes, websocket_beresp_body_bytes, websocket_conn_time_ms, websocket_resp_body_bytes, fanout_recv_publishes, fanout_send_publishes, kv_store_class_a_operations, kv_store_class_b_operations, object_store_class_a_operations, object_store_class_b_operations, fanout_req_header_bytes, fanout_req_body_bytes, fanout_resp_header_bytes, fanout_resp_body_bytes, fanout_bereq_header_bytes, fanout_bereq_body_bytes, fanout_beresp_header_bytes, fanout_beresp_body_bytes, fanout_conn_time_ms, ddos_action_limit_streams_connections, ddos_action_limit_streams_requests, ddos_action_tarpit_accept, ddos_action_tarpit, ddos_action_close, ddos_action_blackhole, bot_challenge_starts, bot_challenge_complete_tokens_passed, bot_challenge_complete_tokens_failed, bot_challenge_complete_tokens_checked, bot_challenge_complete_tokens_disabled, bot_challenges_issued, bot_challenges_succeeded, bot_challenges_failed, bot_challenge_complete_tokens_issued, ddos_action_downgrade, ddos_action_downgraded_connections, vcl_on_compute_hit_requests, vcl_on_compute_miss_requests, vcl_on_compute_pass_requests, vcl_on_compute_error_requests, vcl_on_compute_synth_requests, vcl_on_compute_edge_hit_requests, vcl_on_compute_edge_miss_requests, all_hit_requests, all_miss_requests, all_pass_requests, all_error_requests, all_synth_requests, all_edge_hit_requests, all_edge_miss_requests, all_status_1xx, all_status_2xx, all_status_3xx, all_status_4xx, all_status_5xx, origin_offload, request_denied_get_head_body].hash
2547
+ [requests, logging, log, resp_header_bytes, header_size, resp_body_bytes, body_size, hits, miss, pass, synth, errors, hits_time, miss_time, miss_histogram, compute_requests, compute_execution_time_ms, compute_ram_used, compute_request_time_ms, compute_request_time_billed_ms, shield, ipv6, imgopto, imgopto_shield, imgopto_transforms, otfp, otfp_shield, otfp_manifests, video, pci, http2, http3, restarts, req_header_bytes, req_body_bytes, bereq_header_bytes, bereq_body_bytes, waf_blocked, waf_logged, waf_passed, attack_req_header_bytes, attack_req_body_bytes, attack_resp_synth_bytes, attack_logged_req_header_bytes, attack_logged_req_body_bytes, attack_blocked_req_header_bytes, attack_blocked_req_body_bytes, attack_passed_req_header_bytes, attack_passed_req_body_bytes, shield_resp_header_bytes, shield_resp_body_bytes, otfp_resp_header_bytes, otfp_resp_body_bytes, otfp_shield_resp_header_bytes, otfp_shield_resp_body_bytes, otfp_shield_time, otfp_deliver_time, imgopto_resp_header_bytes, imgopto_resp_body_bytes, imgopto_shield_resp_header_bytes, imgopto_shield_resp_body_bytes, status_1xx, status_2xx, status_3xx, status_4xx, status_5xx, status_200, status_204, status_206, status_301, status_302, status_304, status_400, status_401, status_403, status_404, status_406, status_416, status_429, status_500, status_501, status_502, status_503, status_504, status_505, uncacheable, pass_time, tls, tls_v10, tls_v11, tls_v12, tls_v13, object_size_1k, object_size_10k, object_size_100k, object_size_1m, object_size_10m, object_size_100m, object_size_1g, object_size_other, recv_sub_time, recv_sub_count, hash_sub_time, hash_sub_count, miss_sub_time, miss_sub_count, fetch_sub_time, fetch_sub_count, pass_sub_time, pass_sub_count, pipe_sub_time, pipe_sub_count, deliver_sub_time, deliver_sub_count, error_sub_time, error_sub_count, hit_sub_time, hit_sub_count, prehash_sub_time, prehash_sub_count, predeliver_sub_time, predeliver_sub_count, hit_resp_body_bytes, miss_resp_body_bytes, pass_resp_body_bytes, compute_req_header_bytes, compute_req_body_bytes, compute_resp_header_bytes, compute_resp_body_bytes, imgvideo, imgvideo_frames, imgvideo_resp_header_bytes, imgvideo_resp_body_bytes, imgvideo_shield, imgvideo_shield_frames, imgvideo_shield_resp_header_bytes, imgvideo_shield_resp_body_bytes, log_bytes, edge_requests, edge_resp_header_bytes, edge_resp_body_bytes, origin_revalidations, origin_fetches, origin_fetch_header_bytes, origin_fetch_body_bytes, origin_fetch_resp_header_bytes, origin_fetch_resp_body_bytes, shield_revalidations, shield_fetches, shield_fetch_header_bytes, shield_fetch_body_bytes, shield_fetch_resp_header_bytes, shield_fetch_resp_body_bytes, segblock_origin_fetches, segblock_shield_fetches, compute_resp_status_1xx, compute_resp_status_2xx, compute_resp_status_3xx, compute_resp_status_4xx, compute_resp_status_5xx, edge_hit_requests, edge_miss_requests, compute_bereq_header_bytes, compute_bereq_body_bytes, compute_beresp_header_bytes, compute_beresp_body_bytes, origin_cache_fetches, shield_cache_fetches, compute_bereqs, compute_bereq_errors, compute_resource_limit_exceeded, compute_heap_limit_exceeded, compute_stack_limit_exceeded, compute_globals_limit_exceeded, compute_guest_errors, compute_runtime_errors, edge_hit_resp_body_bytes, edge_hit_resp_header_bytes, edge_miss_resp_body_bytes, edge_miss_resp_header_bytes, origin_cache_fetch_resp_body_bytes, origin_cache_fetch_resp_header_bytes, shield_hit_requests, shield_miss_requests, shield_hit_resp_header_bytes, shield_hit_resp_body_bytes, shield_miss_resp_header_bytes, shield_miss_resp_body_bytes, websocket_req_header_bytes, websocket_req_body_bytes, websocket_resp_header_bytes, websocket_bereq_header_bytes, websocket_bereq_body_bytes, websocket_beresp_header_bytes, websocket_beresp_body_bytes, websocket_conn_time_ms, websocket_resp_body_bytes, fanout_recv_publishes, fanout_send_publishes, kv_store_class_a_operations, kv_store_class_b_operations, object_store_class_a_operations, object_store_class_b_operations, fanout_req_header_bytes, fanout_req_body_bytes, fanout_resp_header_bytes, fanout_resp_body_bytes, fanout_bereq_header_bytes, fanout_bereq_body_bytes, fanout_beresp_header_bytes, fanout_beresp_body_bytes, fanout_conn_time_ms, ddos_action_limit_streams_connections, ddos_action_limit_streams_requests, ddos_action_tarpit_accept, ddos_action_tarpit, ddos_action_close, ddos_action_blackhole, bot_challenge_starts, bot_challenge_complete_tokens_passed, bot_challenge_complete_tokens_failed, bot_challenge_complete_tokens_checked, bot_challenge_complete_tokens_disabled, bot_challenges_issued, bot_challenges_succeeded, bot_challenges_failed, bot_challenge_complete_tokens_issued, ddos_action_downgrade, ddos_action_downgraded_connections, all_hit_requests, all_miss_requests, all_pass_requests, all_error_requests, all_synth_requests, all_edge_hit_requests, all_edge_miss_requests, all_status_1xx, all_status_2xx, all_status_3xx, all_status_4xx, all_status_5xx, origin_offload, request_denied_get_head_body, service_ddos_requests_detected, service_ddos_requests_mitigated, service_ddos_requests_allowed].hash
2588
2548
  end
2589
2549
 
2590
2550
  # Builds the object from hash
@@ -701,27 +701,6 @@ module Fastly
701
701
  # The number of connections the downgrade action was applied to. The downgrade action restricts the connection to http1.
702
702
  attr_accessor :ddos_action_downgraded_connections
703
703
 
704
- # Number of cache hits for a VCL service running on Compute.
705
- attr_accessor :vcl_on_compute_hit_requests
706
-
707
- # Number of cache misses for a VCL service running on Compute.
708
- attr_accessor :vcl_on_compute_miss_requests
709
-
710
- # Number of requests that passed through the CDN without being cached for a VCL service running on Compute.
711
- attr_accessor :vcl_on_compute_pass_requests
712
-
713
- # Number of cache errors for a VCL service running on Compute.
714
- attr_accessor :vcl_on_compute_error_requests
715
-
716
- # Number of requests that returned a synthetic response (i.e., response objects created with the `synthetic` VCL statement) for a VCL service running on Compute.
717
- attr_accessor :vcl_on_compute_synth_requests
718
-
719
- # Number of requests sent by end users to Fastly that resulted in a hit at the edge for a VCL service running on Compute.
720
- attr_accessor :vcl_on_compute_edge_hit_requests
721
-
722
- # Number of requests sent by end users to Fastly that resulted in a miss at the edge for a VCL service running on Compute.
723
- attr_accessor :vcl_on_compute_edge_miss_requests
724
-
725
704
  # Number of cache hits for a VCL service.
726
705
  attr_accessor :all_hit_requests
727
706
 
@@ -764,6 +743,15 @@ module Fastly
764
743
  # Number of requests where Fastly responded with 400 due to the request being a GET or HEAD request containing a body.
765
744
  attr_accessor :request_denied_get_head_body
766
745
 
746
+ # Number of requests classified as a DDoS attack against a customer origin or service.
747
+ attr_accessor :service_ddos_requests_detected
748
+
749
+ # Number of requests classified as a DDoS attack against a customer origin or service that were mitigated by the Fastly platform.
750
+ attr_accessor :service_ddos_requests_mitigated
751
+
752
+ # Number of requests analyzed for DDoS attacks against a customer origin or service, but with no DDoS detected.
753
+ attr_accessor :service_ddos_requests_allowed
754
+
767
755
  attr_accessor :service_id
768
756
 
769
757
  # Timestamp for the start of the time period being reported
@@ -1001,13 +989,6 @@ module Fastly
1001
989
  :'bot_challenges_failed' => :'bot_challenges_failed',
1002
990
  :'ddos_action_downgrade' => :'ddos_action_downgrade',
1003
991
  :'ddos_action_downgraded_connections' => :'ddos_action_downgraded_connections',
1004
- :'vcl_on_compute_hit_requests' => :'vcl_on_compute_hit_requests',
1005
- :'vcl_on_compute_miss_requests' => :'vcl_on_compute_miss_requests',
1006
- :'vcl_on_compute_pass_requests' => :'vcl_on_compute_pass_requests',
1007
- :'vcl_on_compute_error_requests' => :'vcl_on_compute_error_requests',
1008
- :'vcl_on_compute_synth_requests' => :'vcl_on_compute_synth_requests',
1009
- :'vcl_on_compute_edge_hit_requests' => :'vcl_on_compute_edge_hit_requests',
1010
- :'vcl_on_compute_edge_miss_requests' => :'vcl_on_compute_edge_miss_requests',
1011
992
  :'all_hit_requests' => :'all_hit_requests',
1012
993
  :'all_miss_requests' => :'all_miss_requests',
1013
994
  :'all_pass_requests' => :'all_pass_requests',
@@ -1022,6 +1003,9 @@ module Fastly
1022
1003
  :'all_status_5xx' => :'all_status_5xx',
1023
1004
  :'origin_offload' => :'origin_offload',
1024
1005
  :'request_denied_get_head_body' => :'request_denied_get_head_body',
1006
+ :'service_ddos_requests_detected' => :'service_ddos_requests_detected',
1007
+ :'service_ddos_requests_mitigated' => :'service_ddos_requests_mitigated',
1008
+ :'service_ddos_requests_allowed' => :'service_ddos_requests_allowed',
1025
1009
  :'service_id' => :'service_id',
1026
1010
  :'start_time' => :'start_time'
1027
1011
  }
@@ -1264,13 +1248,6 @@ module Fastly
1264
1248
  :'bot_challenges_failed' => :'Integer',
1265
1249
  :'ddos_action_downgrade' => :'Integer',
1266
1250
  :'ddos_action_downgraded_connections' => :'Integer',
1267
- :'vcl_on_compute_hit_requests' => :'Integer',
1268
- :'vcl_on_compute_miss_requests' => :'Integer',
1269
- :'vcl_on_compute_pass_requests' => :'Integer',
1270
- :'vcl_on_compute_error_requests' => :'Integer',
1271
- :'vcl_on_compute_synth_requests' => :'Integer',
1272
- :'vcl_on_compute_edge_hit_requests' => :'Integer',
1273
- :'vcl_on_compute_edge_miss_requests' => :'Integer',
1274
1251
  :'all_hit_requests' => :'Integer',
1275
1252
  :'all_miss_requests' => :'Integer',
1276
1253
  :'all_pass_requests' => :'Integer',
@@ -1285,6 +1262,9 @@ module Fastly
1285
1262
  :'all_status_5xx' => :'Integer',
1286
1263
  :'origin_offload' => :'Float',
1287
1264
  :'request_denied_get_head_body' => :'Integer',
1265
+ :'service_ddos_requests_detected' => :'Integer',
1266
+ :'service_ddos_requests_mitigated' => :'Integer',
1267
+ :'service_ddos_requests_allowed' => :'Integer',
1288
1268
  :'service_id' => :'String',
1289
1269
  :'start_time' => :'Integer'
1290
1270
  }
@@ -2228,34 +2208,6 @@ module Fastly
2228
2208
  self.ddos_action_downgraded_connections = attributes[:'ddos_action_downgraded_connections']
2229
2209
  end
2230
2210
 
2231
- if attributes.key?(:'vcl_on_compute_hit_requests')
2232
- self.vcl_on_compute_hit_requests = attributes[:'vcl_on_compute_hit_requests']
2233
- end
2234
-
2235
- if attributes.key?(:'vcl_on_compute_miss_requests')
2236
- self.vcl_on_compute_miss_requests = attributes[:'vcl_on_compute_miss_requests']
2237
- end
2238
-
2239
- if attributes.key?(:'vcl_on_compute_pass_requests')
2240
- self.vcl_on_compute_pass_requests = attributes[:'vcl_on_compute_pass_requests']
2241
- end
2242
-
2243
- if attributes.key?(:'vcl_on_compute_error_requests')
2244
- self.vcl_on_compute_error_requests = attributes[:'vcl_on_compute_error_requests']
2245
- end
2246
-
2247
- if attributes.key?(:'vcl_on_compute_synth_requests')
2248
- self.vcl_on_compute_synth_requests = attributes[:'vcl_on_compute_synth_requests']
2249
- end
2250
-
2251
- if attributes.key?(:'vcl_on_compute_edge_hit_requests')
2252
- self.vcl_on_compute_edge_hit_requests = attributes[:'vcl_on_compute_edge_hit_requests']
2253
- end
2254
-
2255
- if attributes.key?(:'vcl_on_compute_edge_miss_requests')
2256
- self.vcl_on_compute_edge_miss_requests = attributes[:'vcl_on_compute_edge_miss_requests']
2257
- end
2258
-
2259
2211
  if attributes.key?(:'all_hit_requests')
2260
2212
  self.all_hit_requests = attributes[:'all_hit_requests']
2261
2213
  end
@@ -2312,6 +2264,18 @@ module Fastly
2312
2264
  self.request_denied_get_head_body = attributes[:'request_denied_get_head_body']
2313
2265
  end
2314
2266
 
2267
+ if attributes.key?(:'service_ddos_requests_detected')
2268
+ self.service_ddos_requests_detected = attributes[:'service_ddos_requests_detected']
2269
+ end
2270
+
2271
+ if attributes.key?(:'service_ddos_requests_mitigated')
2272
+ self.service_ddos_requests_mitigated = attributes[:'service_ddos_requests_mitigated']
2273
+ end
2274
+
2275
+ if attributes.key?(:'service_ddos_requests_allowed')
2276
+ self.service_ddos_requests_allowed = attributes[:'service_ddos_requests_allowed']
2277
+ end
2278
+
2315
2279
  if attributes.key?(:'service_id')
2316
2280
  self.service_id = attributes[:'service_id']
2317
2281
  end
@@ -2568,13 +2532,6 @@ module Fastly
2568
2532
  bot_challenges_failed == o.bot_challenges_failed &&
2569
2533
  ddos_action_downgrade == o.ddos_action_downgrade &&
2570
2534
  ddos_action_downgraded_connections == o.ddos_action_downgraded_connections &&
2571
- vcl_on_compute_hit_requests == o.vcl_on_compute_hit_requests &&
2572
- vcl_on_compute_miss_requests == o.vcl_on_compute_miss_requests &&
2573
- vcl_on_compute_pass_requests == o.vcl_on_compute_pass_requests &&
2574
- vcl_on_compute_error_requests == o.vcl_on_compute_error_requests &&
2575
- vcl_on_compute_synth_requests == o.vcl_on_compute_synth_requests &&
2576
- vcl_on_compute_edge_hit_requests == o.vcl_on_compute_edge_hit_requests &&
2577
- vcl_on_compute_edge_miss_requests == o.vcl_on_compute_edge_miss_requests &&
2578
2535
  all_hit_requests == o.all_hit_requests &&
2579
2536
  all_miss_requests == o.all_miss_requests &&
2580
2537
  all_pass_requests == o.all_pass_requests &&
@@ -2589,6 +2546,9 @@ module Fastly
2589
2546
  all_status_5xx == o.all_status_5xx &&
2590
2547
  origin_offload == o.origin_offload &&
2591
2548
  request_denied_get_head_body == o.request_denied_get_head_body &&
2549
+ service_ddos_requests_detected == o.service_ddos_requests_detected &&
2550
+ service_ddos_requests_mitigated == o.service_ddos_requests_mitigated &&
2551
+ service_ddos_requests_allowed == o.service_ddos_requests_allowed &&
2592
2552
  service_id == o.service_id &&
2593
2553
  start_time == o.start_time
2594
2554
  end
@@ -2602,7 +2562,7 @@ module Fastly
2602
2562
  # Calculates hash code according to all attributes.
2603
2563
  # @return [Integer] Hash code
2604
2564
  def hash
2605
- [requests, hits, hits_time, miss, miss_time, pass, pass_time, errors, restarts, hit_ratio, bandwidth, body_size, header_size, req_body_bytes, req_header_bytes, resp_body_bytes, resp_header_bytes, bereq_body_bytes, bereq_header_bytes, uncacheable, pipe, synth, tls, tls_v10, tls_v11, tls_v12, tls_v13, edge_requests, edge_resp_header_bytes, edge_resp_body_bytes, edge_hit_requests, edge_miss_requests, origin_fetches, origin_fetch_header_bytes, origin_fetch_body_bytes, origin_fetch_resp_header_bytes, origin_fetch_resp_body_bytes, origin_revalidations, origin_cache_fetches, shield, shield_resp_body_bytes, shield_resp_header_bytes, shield_fetches, shield_fetch_header_bytes, shield_fetch_body_bytes, shield_fetch_resp_header_bytes, shield_fetch_resp_body_bytes, shield_revalidations, shield_cache_fetches, ipv6, otfp, otfp_resp_body_bytes, otfp_resp_header_bytes, otfp_shield_resp_body_bytes, otfp_shield_resp_header_bytes, otfp_manifests, otfp_deliver_time, otfp_shield_time, video, pci, log, log_bytes, http2, http3, waf_logged, waf_blocked, waf_passed, attack_req_body_bytes, attack_req_header_bytes, attack_logged_req_body_bytes, attack_logged_req_header_bytes, attack_blocked_req_body_bytes, attack_blocked_req_header_bytes, attack_passed_req_body_bytes, attack_passed_req_header_bytes, attack_resp_synth_bytes, imgopto, imgopto_resp_body_bytes, imgopto_resp_header_bytes, imgopto_shield, imgopto_shield_resp_body_bytes, imgopto_shield_resp_header_bytes, imgopto_transforms, imgvideo, imgvideo_frames, imgvideo_resp_header_bytes, imgvideo_resp_body_bytes, imgvideo_shield_resp_header_bytes, imgvideo_shield_resp_body_bytes, imgvideo_shield, imgvideo_shield_frames, status_200, status_204, status_206, status_301, status_302, status_304, status_400, status_401, status_403, status_404, status_406, status_416, status_429, status_500, status_501, status_502, status_503, status_504, status_505, status_1xx, status_2xx, status_3xx, status_4xx, status_5xx, object_size_1k, object_size_10k, object_size_100k, object_size_1m, object_size_10m, object_size_100m, object_size_1g, recv_sub_time, recv_sub_count, hash_sub_time, hash_sub_count, miss_sub_time, miss_sub_count, fetch_sub_time, fetch_sub_count, pass_sub_time, pass_sub_count, pipe_sub_time, pipe_sub_count, deliver_sub_time, deliver_sub_count, error_sub_time, error_sub_count, hit_sub_time, hit_sub_count, prehash_sub_time, prehash_sub_count, predeliver_sub_time, predeliver_sub_count, tls_handshake_sent_bytes, hit_resp_body_bytes, miss_resp_body_bytes, pass_resp_body_bytes, segblock_origin_fetches, segblock_shield_fetches, compute_requests, compute_request_time_ms, compute_request_time_billed_ms, compute_ram_used, compute_execution_time_ms, compute_req_header_bytes, compute_req_body_bytes, compute_resp_header_bytes, compute_resp_body_bytes, compute_resp_status_1xx, compute_resp_status_2xx, compute_resp_status_3xx, compute_resp_status_4xx, compute_resp_status_5xx, compute_bereq_header_bytes, compute_bereq_body_bytes, compute_beresp_header_bytes, compute_beresp_body_bytes, compute_bereqs, compute_bereq_errors, compute_resource_limit_exceeded, compute_heap_limit_exceeded, compute_stack_limit_exceeded, compute_globals_limit_exceeded, compute_guest_errors, compute_runtime_errors, edge_hit_resp_body_bytes, edge_hit_resp_header_bytes, edge_miss_resp_body_bytes, edge_miss_resp_header_bytes, origin_cache_fetch_resp_body_bytes, origin_cache_fetch_resp_header_bytes, shield_hit_requests, shield_miss_requests, shield_hit_resp_header_bytes, shield_hit_resp_body_bytes, shield_miss_resp_header_bytes, shield_miss_resp_body_bytes, websocket_req_header_bytes, websocket_req_body_bytes, websocket_resp_header_bytes, websocket_resp_body_bytes, websocket_bereq_header_bytes, websocket_bereq_body_bytes, websocket_beresp_header_bytes, websocket_beresp_body_bytes, websocket_conn_time_ms, fanout_recv_publishes, fanout_send_publishes, kv_store_class_a_operations, kv_store_class_b_operations, object_store_class_a_operations, object_store_class_b_operations, fanout_req_header_bytes, fanout_req_body_bytes, fanout_resp_header_bytes, fanout_resp_body_bytes, fanout_bereq_header_bytes, fanout_bereq_body_bytes, fanout_beresp_header_bytes, fanout_beresp_body_bytes, fanout_conn_time_ms, ddos_action_limit_streams_connections, ddos_action_limit_streams_requests, ddos_action_tarpit_accept, ddos_action_tarpit, ddos_action_close, ddos_action_blackhole, bot_challenge_starts, bot_challenge_complete_tokens_passed, bot_challenge_complete_tokens_failed, bot_challenge_complete_tokens_checked, bot_challenge_complete_tokens_disabled, bot_challenge_complete_tokens_issued, bot_challenges_issued, bot_challenges_succeeded, bot_challenges_failed, ddos_action_downgrade, ddos_action_downgraded_connections, vcl_on_compute_hit_requests, vcl_on_compute_miss_requests, vcl_on_compute_pass_requests, vcl_on_compute_error_requests, vcl_on_compute_synth_requests, vcl_on_compute_edge_hit_requests, vcl_on_compute_edge_miss_requests, all_hit_requests, all_miss_requests, all_pass_requests, all_error_requests, all_synth_requests, all_edge_hit_requests, all_edge_miss_requests, all_status_1xx, all_status_2xx, all_status_3xx, all_status_4xx, all_status_5xx, origin_offload, request_denied_get_head_body, service_id, start_time].hash
2565
+ [requests, hits, hits_time, miss, miss_time, pass, pass_time, errors, restarts, hit_ratio, bandwidth, body_size, header_size, req_body_bytes, req_header_bytes, resp_body_bytes, resp_header_bytes, bereq_body_bytes, bereq_header_bytes, uncacheable, pipe, synth, tls, tls_v10, tls_v11, tls_v12, tls_v13, edge_requests, edge_resp_header_bytes, edge_resp_body_bytes, edge_hit_requests, edge_miss_requests, origin_fetches, origin_fetch_header_bytes, origin_fetch_body_bytes, origin_fetch_resp_header_bytes, origin_fetch_resp_body_bytes, origin_revalidations, origin_cache_fetches, shield, shield_resp_body_bytes, shield_resp_header_bytes, shield_fetches, shield_fetch_header_bytes, shield_fetch_body_bytes, shield_fetch_resp_header_bytes, shield_fetch_resp_body_bytes, shield_revalidations, shield_cache_fetches, ipv6, otfp, otfp_resp_body_bytes, otfp_resp_header_bytes, otfp_shield_resp_body_bytes, otfp_shield_resp_header_bytes, otfp_manifests, otfp_deliver_time, otfp_shield_time, video, pci, log, log_bytes, http2, http3, waf_logged, waf_blocked, waf_passed, attack_req_body_bytes, attack_req_header_bytes, attack_logged_req_body_bytes, attack_logged_req_header_bytes, attack_blocked_req_body_bytes, attack_blocked_req_header_bytes, attack_passed_req_body_bytes, attack_passed_req_header_bytes, attack_resp_synth_bytes, imgopto, imgopto_resp_body_bytes, imgopto_resp_header_bytes, imgopto_shield, imgopto_shield_resp_body_bytes, imgopto_shield_resp_header_bytes, imgopto_transforms, imgvideo, imgvideo_frames, imgvideo_resp_header_bytes, imgvideo_resp_body_bytes, imgvideo_shield_resp_header_bytes, imgvideo_shield_resp_body_bytes, imgvideo_shield, imgvideo_shield_frames, status_200, status_204, status_206, status_301, status_302, status_304, status_400, status_401, status_403, status_404, status_406, status_416, status_429, status_500, status_501, status_502, status_503, status_504, status_505, status_1xx, status_2xx, status_3xx, status_4xx, status_5xx, object_size_1k, object_size_10k, object_size_100k, object_size_1m, object_size_10m, object_size_100m, object_size_1g, recv_sub_time, recv_sub_count, hash_sub_time, hash_sub_count, miss_sub_time, miss_sub_count, fetch_sub_time, fetch_sub_count, pass_sub_time, pass_sub_count, pipe_sub_time, pipe_sub_count, deliver_sub_time, deliver_sub_count, error_sub_time, error_sub_count, hit_sub_time, hit_sub_count, prehash_sub_time, prehash_sub_count, predeliver_sub_time, predeliver_sub_count, tls_handshake_sent_bytes, hit_resp_body_bytes, miss_resp_body_bytes, pass_resp_body_bytes, segblock_origin_fetches, segblock_shield_fetches, compute_requests, compute_request_time_ms, compute_request_time_billed_ms, compute_ram_used, compute_execution_time_ms, compute_req_header_bytes, compute_req_body_bytes, compute_resp_header_bytes, compute_resp_body_bytes, compute_resp_status_1xx, compute_resp_status_2xx, compute_resp_status_3xx, compute_resp_status_4xx, compute_resp_status_5xx, compute_bereq_header_bytes, compute_bereq_body_bytes, compute_beresp_header_bytes, compute_beresp_body_bytes, compute_bereqs, compute_bereq_errors, compute_resource_limit_exceeded, compute_heap_limit_exceeded, compute_stack_limit_exceeded, compute_globals_limit_exceeded, compute_guest_errors, compute_runtime_errors, edge_hit_resp_body_bytes, edge_hit_resp_header_bytes, edge_miss_resp_body_bytes, edge_miss_resp_header_bytes, origin_cache_fetch_resp_body_bytes, origin_cache_fetch_resp_header_bytes, shield_hit_requests, shield_miss_requests, shield_hit_resp_header_bytes, shield_hit_resp_body_bytes, shield_miss_resp_header_bytes, shield_miss_resp_body_bytes, websocket_req_header_bytes, websocket_req_body_bytes, websocket_resp_header_bytes, websocket_resp_body_bytes, websocket_bereq_header_bytes, websocket_bereq_body_bytes, websocket_beresp_header_bytes, websocket_beresp_body_bytes, websocket_conn_time_ms, fanout_recv_publishes, fanout_send_publishes, kv_store_class_a_operations, kv_store_class_b_operations, object_store_class_a_operations, object_store_class_b_operations, fanout_req_header_bytes, fanout_req_body_bytes, fanout_resp_header_bytes, fanout_resp_body_bytes, fanout_bereq_header_bytes, fanout_bereq_body_bytes, fanout_beresp_header_bytes, fanout_beresp_body_bytes, fanout_conn_time_ms, ddos_action_limit_streams_connections, ddos_action_limit_streams_requests, ddos_action_tarpit_accept, ddos_action_tarpit, ddos_action_close, ddos_action_blackhole, bot_challenge_starts, bot_challenge_complete_tokens_passed, bot_challenge_complete_tokens_failed, bot_challenge_complete_tokens_checked, bot_challenge_complete_tokens_disabled, bot_challenge_complete_tokens_issued, bot_challenges_issued, bot_challenges_succeeded, bot_challenges_failed, ddos_action_downgrade, ddos_action_downgraded_connections, all_hit_requests, all_miss_requests, all_pass_requests, all_error_requests, all_synth_requests, all_edge_hit_requests, all_edge_miss_requests, all_status_1xx, all_status_2xx, all_status_3xx, all_status_4xx, all_status_5xx, origin_offload, request_denied_get_head_body, service_ddos_requests_detected, service_ddos_requests_mitigated, service_ddos_requests_allowed, service_id, start_time].hash
2606
2566
  end
2607
2567
 
2608
2568
  # Builds the object from hash