fastly 15.0.0 → 16.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +40 -1
- data/Gemfile.lock +3 -3
- data/README.md +32 -3
- data/docs/ApisecurityOperationsApi.md +465 -0
- data/docs/AutomationTokensApi.md +2 -2
- data/docs/Backend.md +1 -0
- data/docs/BackendApi.md +4 -0
- data/docs/BackendResponse.md +1 -0
- data/docs/DdosProtectionApi.md +4 -4
- data/docs/DdosProtectionEvent.md +2 -0
- data/docs/DdosProtectionEventAllOf.md +2 -0
- data/docs/DdosProtectionRequestEnableMode.md +10 -0
- data/docs/DiscoveredOperationBase.md +12 -0
- data/docs/DiscoveredOperationGet.md +15 -0
- data/docs/DiscoveredOperationGetExtra.md +12 -0
- data/docs/DmDomainsApi.md +2 -2
- data/docs/DomainInspectorHistoricalApi.md +1 -1
- data/docs/DomainInspectorMeasurements.md +63 -0
- data/docs/DomainOwnershipsApi.md +2 -2
- data/docs/DomainResearchApi.md +103 -0
- data/docs/DomainResearchResponseBodyEnable.md +12 -0
- data/docs/DomainResearchResponseCustomer.md +10 -0
- data/docs/DomainResearchResponseLinks.md +10 -0
- data/docs/DomainResearchResponseLinksLinks.md +10 -0
- data/docs/DomainResearchResponseProduct.md +10 -0
- data/docs/DomainResearchResponseProductProduct.md +11 -0
- data/docs/HistoricalApi.md +8 -0
- data/docs/HistoricalMeta.md +1 -0
- data/docs/IamV1RoleResponse.md +1 -0
- data/docs/InlineResponse2001.md +2 -1
- data/docs/InlineResponse20010.md +2 -1
- data/docs/InlineResponse20011.md +11 -0
- data/docs/InlineResponse20012.md +11 -0
- data/docs/InlineResponse20013.md +11 -0
- data/docs/InlineResponse20014.md +10 -0
- data/docs/InlineResponse2002.md +2 -2
- data/docs/InlineResponse2003.md +2 -2
- data/docs/InlineResponse2004.md +1 -2
- data/docs/InlineResponse2005.md +2 -1
- data/docs/InlineResponse2006.md +2 -2
- data/docs/InlineResponse2007.md +2 -2
- data/docs/InlineResponse2008.md +1 -2
- data/docs/InlineResponse2009.md +1 -2
- data/docs/InsightsApi.md +3 -3
- data/docs/KvStoreApi.md +43 -4
- data/docs/KvStoreDetails.md +2 -0
- data/docs/KvStoreItemApi.md +2 -2
- data/docs/{KvStoreRequestCreate.md → KvStoreRequestCreateOrUpdate.md} +1 -1
- data/docs/LogInsights.md +1 -1
- data/docs/Meta.md +11 -0
- data/docs/MetricsPlatformApi.md +75 -0
- data/docs/NgwafRequestEnable.md +1 -0
- data/docs/Offer.md +12 -0
- data/docs/OfferAllOf.md +12 -0
- data/docs/OperationBase.md +14 -0
- data/docs/OperationCreate.md +14 -0
- data/docs/OperationGet.md +18 -0
- data/docs/OperationGetExtra.md +13 -0
- data/docs/OperationUpdate.md +14 -0
- data/docs/OriginInspectorHistoricalApi.md +1 -1
- data/docs/PackageMetadata.md +2 -2
- data/docs/PlatformMetadata.md +14 -0
- data/docs/PlatformMetricsResponse.md +11 -0
- data/docs/PlatformValues.md +25 -0
- data/docs/ProductDdosProtectionApi.md +3 -1
- data/docs/ProductDomainResearchApi.md +115 -0
- data/docs/RealtimeEntryAggregated.md +25 -0
- data/docs/RealtimeMeasurements.md +25 -0
- data/docs/Results.md +25 -0
- data/docs/SecretStoreApi.md +2 -2
- data/docs/SecretStoreItemApi.md +2 -2
- data/docs/ServiceAuthorizationsApi.md +2 -2
- data/docs/Status.md +15 -0
- data/docs/StatusAllOf.md +15 -0
- data/docs/Suggestion.md +13 -0
- data/docs/SuggestionAllOf.md +13 -0
- data/docs/TagBase.md +11 -0
- data/docs/TagCreate.md +11 -0
- data/docs/TagGet.md +15 -0
- data/docs/TagGetExtra.md +13 -0
- data/docs/Values.md +63 -0
- data/lib/fastly/api/apisecurity_operations_api.rb +829 -0
- data/lib/fastly/api/automation_tokens_api.rb +3 -3
- data/lib/fastly/api/backend_api.rb +6 -0
- data/lib/fastly/api/ddos_protection_api.rb +6 -6
- data/lib/fastly/api/dm_domains_api.rb +3 -3
- data/lib/fastly/api/domain_inspector_historical_api.rb +1 -1
- data/lib/fastly/api/domain_ownerships_api.rb +3 -3
- data/lib/fastly/api/domain_research_api.rb +163 -0
- data/lib/fastly/api/historical_api.rb +12 -0
- data/lib/fastly/api/kv_store_api.rb +74 -6
- data/lib/fastly/api/kv_store_item_api.rb +3 -3
- data/lib/fastly/api/metrics_platform_api.rb +134 -0
- data/lib/fastly/api/origin_inspector_historical_api.rb +1 -1
- data/lib/fastly/api/product_ddos_protection_api.rb +10 -3
- data/lib/fastly/api/product_domain_research_api.rb +186 -0
- data/lib/fastly/api/secret_store_api.rb +3 -3
- data/lib/fastly/api/secret_store_item_api.rb +3 -3
- data/lib/fastly/api/service_authorizations_api.rb +3 -3
- data/lib/fastly/configuration.rb +108 -0
- data/lib/fastly/models/backend.rb +11 -1
- data/lib/fastly/models/backend_response.rb +11 -1
- data/lib/fastly/models/ddos_protection_event.rb +21 -1
- data/lib/fastly/models/ddos_protection_event_all_of.rb +21 -1
- data/lib/fastly/models/ddos_protection_request_enable_mode.rb +251 -0
- data/lib/fastly/models/discovered_operation_base.rb +271 -0
- data/lib/fastly/models/discovered_operation_get.rb +336 -0
- data/lib/fastly/models/discovered_operation_get_extra.rb +271 -0
- data/lib/fastly/models/domain_inspector_measurements.rb +634 -4
- data/lib/fastly/models/domain_research_response_body_enable.rb +243 -0
- data/lib/fastly/models/domain_research_response_customer.rb +216 -0
- data/lib/fastly/models/domain_research_response_links.rb +216 -0
- data/lib/fastly/models/domain_research_response_links_links.rb +217 -0
- data/lib/fastly/models/domain_research_response_product.rb +216 -0
- data/lib/fastly/models/domain_research_response_product_product.rb +227 -0
- data/lib/fastly/models/historical_meta.rb +13 -4
- data/lib/fastly/models/iam_v1_role_response.rb +10 -1
- data/lib/fastly/models/inline_response2001.rb +12 -3
- data/lib/fastly/models/inline_response20010.rb +13 -4
- data/lib/fastly/models/inline_response20011.rb +227 -0
- data/lib/fastly/models/inline_response20012.rb +227 -0
- data/lib/fastly/models/inline_response20013.rb +227 -0
- data/lib/fastly/models/inline_response20014.rb +218 -0
- data/lib/fastly/models/inline_response2002.rb +14 -13
- data/lib/fastly/models/inline_response2003.rb +14 -23
- data/lib/fastly/models/inline_response2004.rb +5 -15
- data/lib/fastly/models/inline_response2005.rb +18 -8
- data/lib/fastly/models/inline_response2006.rb +11 -1
- data/lib/fastly/models/inline_response2007.rb +4 -2
- data/lib/fastly/models/inline_response2008.rb +8 -18
- data/lib/fastly/models/inline_response2009.rb +8 -17
- data/lib/fastly/models/kv_store_details.rb +24 -4
- data/lib/fastly/models/{kv_store_request_create.rb → kv_store_request_create_or_update.rb} +3 -3
- data/lib/fastly/models/log_insights.rb +4 -2
- data/lib/fastly/models/meta.rb +266 -0
- data/lib/fastly/models/ngwaf_request_enable.rb +14 -4
- data/lib/fastly/models/offer.rb +245 -0
- data/lib/fastly/models/offer_all_of.rb +237 -0
- data/lib/fastly/models/operation_base.rb +308 -0
- data/lib/fastly/models/operation_create.rb +315 -0
- data/lib/fastly/models/operation_get.rb +381 -0
- data/lib/fastly/models/operation_get_extra.rb +257 -0
- data/lib/fastly/models/operation_update.rb +308 -0
- data/lib/fastly/models/package_metadata.rb +2 -2
- data/lib/fastly/models/platform_metadata.rb +258 -0
- data/lib/fastly/models/platform_metrics_response.rb +228 -0
- data/lib/fastly/models/platform_values.rb +368 -0
- data/lib/fastly/models/realtime_entry_aggregated.rb +254 -4
- data/lib/fastly/models/realtime_measurements.rb +254 -4
- data/lib/fastly/models/results.rb +251 -1
- data/lib/fastly/models/status.rb +276 -0
- data/lib/fastly/models/status_all_of.rb +268 -0
- data/lib/fastly/models/suggestion.rb +255 -0
- data/lib/fastly/models/suggestion_all_of.rb +247 -0
- data/lib/fastly/models/tag_base.rb +275 -0
- data/lib/fastly/models/tag_create.rb +282 -0
- data/lib/fastly/models/tag_get.rb +352 -0
- data/lib/fastly/models/tag_get_extra.rb +267 -0
- data/lib/fastly/models/values.rb +634 -4
- data/lib/fastly/version.rb +1 -1
- data/lib/fastly.rb +38 -1
- data/sig.json +1 -1
- metadata +78 -4
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
# Fastly::ProductDomainResearchApi
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
```ruby
|
|
5
|
+
require 'fastly'
|
|
6
|
+
api_instance = Fastly::ProductDomainResearchApi.new
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
## Methods
|
|
10
|
+
|
|
11
|
+
> [!NOTE]
|
|
12
|
+
> All URIs are relative to `https://api.fastly.com`
|
|
13
|
+
|
|
14
|
+
Method | HTTP request | Description
|
|
15
|
+
------ | ------------ | -----------
|
|
16
|
+
[**disable_product_domain_research**](ProductDomainResearchApi.md#disable_product_domain_research) | **DELETE** /enabled-products/v1/domain_research | Disable product
|
|
17
|
+
[**enable_domain_research**](ProductDomainResearchApi.md#enable_domain_research) | **PUT** /enabled-products/v1/domain_research | Enable product
|
|
18
|
+
[**get_domain_research**](ProductDomainResearchApi.md#get_domain_research) | **GET** /enabled-products/v1/domain_research | Get product enablement status
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
## `disable_product_domain_research()`
|
|
22
|
+
|
|
23
|
+
```ruby
|
|
24
|
+
disable_product_domain_research # Disable product
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
Disable the Domain Research product.
|
|
28
|
+
|
|
29
|
+
### Examples
|
|
30
|
+
|
|
31
|
+
```ruby
|
|
32
|
+
api_instance = Fastly::ProductDomainResearchApi.new
|
|
33
|
+
|
|
34
|
+
begin
|
|
35
|
+
# Disable product
|
|
36
|
+
api_instance.disable_product_domain_research
|
|
37
|
+
rescue Fastly::ApiError => e
|
|
38
|
+
puts "Error when calling ProductDomainResearchApi->disable_product_domain_research: #{e}"
|
|
39
|
+
end
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
### Options
|
|
43
|
+
|
|
44
|
+
This endpoint does not need any parameter.
|
|
45
|
+
|
|
46
|
+
### Return type
|
|
47
|
+
|
|
48
|
+
nil (empty response body)
|
|
49
|
+
|
|
50
|
+
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
|
|
51
|
+
[[Back to README]](../../README.md)
|
|
52
|
+
## `enable_domain_research()`
|
|
53
|
+
|
|
54
|
+
```ruby
|
|
55
|
+
enable_domain_research: <DomainResearchResponseBodyEnable> # Enable product
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
Enable the Domain Research product.
|
|
59
|
+
|
|
60
|
+
### Examples
|
|
61
|
+
|
|
62
|
+
```ruby
|
|
63
|
+
api_instance = Fastly::ProductDomainResearchApi.new
|
|
64
|
+
|
|
65
|
+
begin
|
|
66
|
+
# Enable product
|
|
67
|
+
result = api_instance.enable_domain_research
|
|
68
|
+
p result
|
|
69
|
+
rescue Fastly::ApiError => e
|
|
70
|
+
puts "Error when calling ProductDomainResearchApi->enable_domain_research: #{e}"
|
|
71
|
+
end
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
### Options
|
|
75
|
+
|
|
76
|
+
This endpoint does not need any parameter.
|
|
77
|
+
|
|
78
|
+
### Return type
|
|
79
|
+
|
|
80
|
+
[**DomainResearchResponseBodyEnable**](DomainResearchResponseBodyEnable.md)
|
|
81
|
+
|
|
82
|
+
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
|
|
83
|
+
[[Back to README]](../../README.md)
|
|
84
|
+
## `get_domain_research()`
|
|
85
|
+
|
|
86
|
+
```ruby
|
|
87
|
+
get_domain_research: <DomainResearchResponseBodyEnable> # Get product enablement status
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
Get the enablement status of the Domain Research product.
|
|
91
|
+
|
|
92
|
+
### Examples
|
|
93
|
+
|
|
94
|
+
```ruby
|
|
95
|
+
api_instance = Fastly::ProductDomainResearchApi.new
|
|
96
|
+
|
|
97
|
+
begin
|
|
98
|
+
# Get product enablement status
|
|
99
|
+
result = api_instance.get_domain_research
|
|
100
|
+
p result
|
|
101
|
+
rescue Fastly::ApiError => e
|
|
102
|
+
puts "Error when calling ProductDomainResearchApi->get_domain_research: #{e}"
|
|
103
|
+
end
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
### Options
|
|
107
|
+
|
|
108
|
+
This endpoint does not need any parameter.
|
|
109
|
+
|
|
110
|
+
### Return type
|
|
111
|
+
|
|
112
|
+
[**DomainResearchResponseBodyEnable**](DomainResearchResponseBodyEnable.md)
|
|
113
|
+
|
|
114
|
+
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
|
|
115
|
+
[[Back to README]](../../README.md)
|
|
@@ -266,6 +266,31 @@
|
|
|
266
266
|
| **request_collapse_unusable_count** | **Integer** | Number of requests that were collapsed and unable to be satisfied by the resulting cache object. | [optional] |
|
|
267
267
|
| **compute_cache_operations_count** | **Integer** | Number of cache operations executed by the Compute platform. | [optional] |
|
|
268
268
|
| **api_discovery_requests_count** | **Integer** | Number of requests processed by the API Discovery engine. | [optional] |
|
|
269
|
+
| **compute_resp_status_103** | **Integer** | Number of responses delivered with status code 103 (Early Hints) by the Compute platform. | [optional] |
|
|
270
|
+
| **compute_resp_status_200** | **Integer** | Number of responses delivered with status code 200 (Success) by the Compute platform. | [optional] |
|
|
271
|
+
| **compute_resp_status_204** | **Integer** | Number of responses delivered with status code 204 (No Content) by the Compute platform. | [optional] |
|
|
272
|
+
| **compute_resp_status_206** | **Integer** | Number of responses delivered with status code 206 (Partial Content) by the Compute platform. | [optional] |
|
|
273
|
+
| **compute_resp_status_301** | **Integer** | Number of responses delivered with status code 301 (Moved Permanently) by the Compute platform. | [optional] |
|
|
274
|
+
| **compute_resp_status_302** | **Integer** | Number of responses delivered with status code 302 (Found) by the Compute platform. | [optional] |
|
|
275
|
+
| **compute_resp_status_304** | **Integer** | Number of responses delivered with status code 304 (Not Modified) by the Compute platform. | [optional] |
|
|
276
|
+
| **compute_resp_status_400** | **Integer** | Number of responses delivered with status code 400 (Bad Request) by the Compute platform. | [optional] |
|
|
277
|
+
| **compute_resp_status_401** | **Integer** | Number of responses delivered with status code 401 (Unauthorized) by the Compute platform. | [optional] |
|
|
278
|
+
| **compute_resp_status_403** | **Integer** | Number of responses delivered with status code 403 (Forbidden) by the Compute platform. | [optional] |
|
|
279
|
+
| **compute_resp_status_404** | **Integer** | Number of responses delivered with status code 404 (Not Found) by the Compute platform. | [optional] |
|
|
280
|
+
| **compute_resp_status_416** | **Integer** | Number of responses delivered with status code 416 (Range Not Satisfiable) by the Compute platform. | [optional] |
|
|
281
|
+
| **compute_resp_status_429** | **Integer** | Number of responses delivered with status code 429 (Too Many Requests) by the Compute platform. | [optional] |
|
|
282
|
+
| **compute_resp_status_500** | **Integer** | Number of responses delivered with status code 500 (Internal Server Error) by the Compute platform. | [optional] |
|
|
283
|
+
| **compute_resp_status_501** | **Integer** | Number of responses delivered with status code 501 (Not Implemented) by the Compute platform. | [optional] |
|
|
284
|
+
| **compute_resp_status_502** | **Integer** | Number of responses delivered with status code 502 (Bad Gateway) by the Compute platform. | [optional] |
|
|
285
|
+
| **compute_resp_status_503** | **Integer** | Number of responses delivered with status code 503 (Service Unavailable) by the Compute platform. | [optional] |
|
|
286
|
+
| **compute_resp_status_504** | **Integer** | Number of responses delivered with status code 504 (Gateway Timeout) by the Compute platform. | [optional] |
|
|
287
|
+
| **compute_resp_status_505** | **Integer** | Number of responses delivered with status code 505 (HTTP Version Not Supported) by the Compute platform. | [optional] |
|
|
288
|
+
| **compute_resp_status_530** | **Integer** | Number of responses delivered with status code 530 by the Compute platform. | [optional] |
|
|
289
|
+
| **imgopto_compute_requests** | **Integer** | The number of Image Optimizer requests made from Compute services. | [optional] |
|
|
290
|
+
| **dns_billable_responses_count** | **Integer** | Number of billable DNS responses (e.g., A, CNAME). | [optional] |
|
|
291
|
+
| **dns_nonbillable_responses_count** | **Integer** | Number of non-billable DNS responses (e.g., NODATA, NXDOMAIN). | [optional] |
|
|
292
|
+
| **upgrade** | **Integer** | Number of requests that resulted in a WebSocket upgrade. | [optional] |
|
|
293
|
+
| **ngwaf_bot_analysis_request_count** | **Integer** | Count of Next-Gen WAF Bot Management requests. | [optional] |
|
|
269
294
|
|
|
270
295
|
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
271
296
|
|
|
@@ -266,6 +266,31 @@
|
|
|
266
266
|
| **request_collapse_unusable_count** | **Integer** | Number of requests that were collapsed and unable to be satisfied by the resulting cache object. | [optional] |
|
|
267
267
|
| **compute_cache_operations_count** | **Integer** | Number of cache operations executed by the Compute platform. | [optional] |
|
|
268
268
|
| **api_discovery_requests_count** | **Integer** | Number of requests processed by the API Discovery engine. | [optional] |
|
|
269
|
+
| **compute_resp_status_103** | **Integer** | Number of responses delivered with status code 103 (Early Hints) by the Compute platform. | [optional] |
|
|
270
|
+
| **compute_resp_status_200** | **Integer** | Number of responses delivered with status code 200 (Success) by the Compute platform. | [optional] |
|
|
271
|
+
| **compute_resp_status_204** | **Integer** | Number of responses delivered with status code 204 (No Content) by the Compute platform. | [optional] |
|
|
272
|
+
| **compute_resp_status_206** | **Integer** | Number of responses delivered with status code 206 (Partial Content) by the Compute platform. | [optional] |
|
|
273
|
+
| **compute_resp_status_301** | **Integer** | Number of responses delivered with status code 301 (Moved Permanently) by the Compute platform. | [optional] |
|
|
274
|
+
| **compute_resp_status_302** | **Integer** | Number of responses delivered with status code 302 (Found) by the Compute platform. | [optional] |
|
|
275
|
+
| **compute_resp_status_304** | **Integer** | Number of responses delivered with status code 304 (Not Modified) by the Compute platform. | [optional] |
|
|
276
|
+
| **compute_resp_status_400** | **Integer** | Number of responses delivered with status code 400 (Bad Request) by the Compute platform. | [optional] |
|
|
277
|
+
| **compute_resp_status_401** | **Integer** | Number of responses delivered with status code 401 (Unauthorized) by the Compute platform. | [optional] |
|
|
278
|
+
| **compute_resp_status_403** | **Integer** | Number of responses delivered with status code 403 (Forbidden) by the Compute platform. | [optional] |
|
|
279
|
+
| **compute_resp_status_404** | **Integer** | Number of responses delivered with status code 404 (Not Found) by the Compute platform. | [optional] |
|
|
280
|
+
| **compute_resp_status_416** | **Integer** | Number of responses delivered with status code 416 (Range Not Satisfiable) by the Compute platform. | [optional] |
|
|
281
|
+
| **compute_resp_status_429** | **Integer** | Number of responses delivered with status code 429 (Too Many Requests) by the Compute platform. | [optional] |
|
|
282
|
+
| **compute_resp_status_500** | **Integer** | Number of responses delivered with status code 500 (Internal Server Error) by the Compute platform. | [optional] |
|
|
283
|
+
| **compute_resp_status_501** | **Integer** | Number of responses delivered with status code 501 (Not Implemented) by the Compute platform. | [optional] |
|
|
284
|
+
| **compute_resp_status_502** | **Integer** | Number of responses delivered with status code 502 (Bad Gateway) by the Compute platform. | [optional] |
|
|
285
|
+
| **compute_resp_status_503** | **Integer** | Number of responses delivered with status code 503 (Service Unavailable) by the Compute platform. | [optional] |
|
|
286
|
+
| **compute_resp_status_504** | **Integer** | Number of responses delivered with status code 504 (Gateway Timeout) by the Compute platform. | [optional] |
|
|
287
|
+
| **compute_resp_status_505** | **Integer** | Number of responses delivered with status code 505 (HTTP Version Not Supported) by the Compute platform. | [optional] |
|
|
288
|
+
| **compute_resp_status_530** | **Integer** | Number of responses delivered with status code 530 by the Compute platform. | [optional] |
|
|
289
|
+
| **imgopto_compute_requests** | **Integer** | The number of Image Optimizer requests made from Compute services. | [optional] |
|
|
290
|
+
| **dns_billable_responses_count** | **Integer** | Number of billable DNS responses (e.g., A, CNAME). | [optional] |
|
|
291
|
+
| **dns_nonbillable_responses_count** | **Integer** | Number of non-billable DNS responses (e.g., NODATA, NXDOMAIN). | [optional] |
|
|
292
|
+
| **upgrade** | **Integer** | Number of requests that resulted in a WebSocket upgrade. | [optional] |
|
|
293
|
+
| **ngwaf_bot_analysis_request_count** | **Integer** | Count of Next-Gen WAF Bot Management requests. | [optional] |
|
|
269
294
|
|
|
270
295
|
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
271
296
|
|
data/docs/Results.md
CHANGED
|
@@ -273,6 +273,31 @@
|
|
|
273
273
|
| **ngwaf_requests_timeout_count** | **Integer** | Count of Edge WAF requests timed outcome. | [optional] |
|
|
274
274
|
| **ngwaf_requests_challenged_count** | **Integer** | Count of Edge WAF requests challenged. | [optional] |
|
|
275
275
|
| **api_discovery_requests_count** | **Integer** | Number of requests processed by the API Discovery engine. | [optional] |
|
|
276
|
+
| **compute_resp_status_103** | **Integer** | Number of responses delivered with status code 103 (Early Hints) by the Compute platform. | [optional] |
|
|
277
|
+
| **compute_resp_status_200** | **Integer** | Number of responses delivered with status code 200 (Success) by the Compute platform. | [optional] |
|
|
278
|
+
| **compute_resp_status_204** | **Integer** | Number of responses delivered with status code 204 (No Content) by the Compute platform. | [optional] |
|
|
279
|
+
| **compute_resp_status_206** | **Integer** | Number of responses delivered with status code 206 (Partial Content) by the Compute platform. | [optional] |
|
|
280
|
+
| **compute_resp_status_301** | **Integer** | Number of responses delivered with status code 301 (Moved Permanently) by the Compute platform. | [optional] |
|
|
281
|
+
| **compute_resp_status_302** | **Integer** | Number of responses delivered with status code 302 (Found) by the Compute platform. | [optional] |
|
|
282
|
+
| **compute_resp_status_304** | **Integer** | Number of responses delivered with status code 304 (Not Modified) by the Compute platform. | [optional] |
|
|
283
|
+
| **compute_resp_status_400** | **Integer** | Number of responses delivered with status code 400 (Bad Request) by the Compute platform. | [optional] |
|
|
284
|
+
| **compute_resp_status_401** | **Integer** | Number of responses delivered with status code 401 (Unauthorized) by the Compute platform. | [optional] |
|
|
285
|
+
| **compute_resp_status_403** | **Integer** | Number of responses delivered with status code 403 (Forbidden) by the Compute platform. | [optional] |
|
|
286
|
+
| **compute_resp_status_404** | **Integer** | Number of responses delivered with status code 404 (Not Found) by the Compute platform. | [optional] |
|
|
287
|
+
| **compute_resp_status_416** | **Integer** | Number of responses delivered with status code 416 (Range Not Satisfiable) by the Compute platform. | [optional] |
|
|
288
|
+
| **compute_resp_status_429** | **Integer** | Number of responses delivered with status code 429 (Too Many Requests) by the Compute platform. | [optional] |
|
|
289
|
+
| **compute_resp_status_500** | **Integer** | Number of responses delivered with status code 500 (Internal Server Error) by the Compute platform. | [optional] |
|
|
290
|
+
| **compute_resp_status_501** | **Integer** | Number of responses delivered with status code 501 (Not Implemented) by the Compute platform. | [optional] |
|
|
291
|
+
| **compute_resp_status_502** | **Integer** | Number of responses delivered with status code 502 (Bad Gateway) by the Compute platform. | [optional] |
|
|
292
|
+
| **compute_resp_status_503** | **Integer** | Number of responses delivered with status code 503 (Service Unavailable) by the Compute platform. | [optional] |
|
|
293
|
+
| **compute_resp_status_504** | **Integer** | Number of responses delivered with status code 504 (Gateway Timeout) by the Compute platform. | [optional] |
|
|
294
|
+
| **compute_resp_status_505** | **Integer** | Number of responses delivered with status code 505 (HTTP Version Not Supported) by the Compute platform. | [optional] |
|
|
295
|
+
| **compute_resp_status_530** | **Integer** | Number of responses delivered with status code 530 by the Compute platform. | [optional] |
|
|
296
|
+
| **imgopto_compute_requests** | **Integer** | The number of Image Optimizer requests made from Compute services. | [optional] |
|
|
297
|
+
| **dns_billable_responses_count** | **Integer** | Number of billable DNS responses (e.g., A, CNAME). | [optional] |
|
|
298
|
+
| **dns_nonbillable_responses_count** | **Integer** | Number of non-billable DNS responses (e.g., NODATA, NXDOMAIN). | [optional] |
|
|
299
|
+
| **upgrade** | **Integer** | Number of requests that resulted in a WebSocket upgrade. | [optional] |
|
|
300
|
+
| **ngwaf_bot_analysis_request_count** | **Integer** | Count of Next-Gen WAF Bot Management requests. | [optional] |
|
|
276
301
|
| **service_id** | **String** | | [optional][readonly] |
|
|
277
302
|
| **start_time** | **Integer** | Timestamp for the start of the time period being reported | [optional] |
|
|
278
303
|
|
data/docs/SecretStoreApi.md
CHANGED
|
@@ -166,7 +166,7 @@ end
|
|
|
166
166
|
## `get_secret_stores()`
|
|
167
167
|
|
|
168
168
|
```ruby
|
|
169
|
-
get_secret_stores(opts): <
|
|
169
|
+
get_secret_stores(opts): <InlineResponse20012> # Get all secret stores
|
|
170
170
|
```
|
|
171
171
|
|
|
172
172
|
Get all secret stores.
|
|
@@ -200,7 +200,7 @@ end
|
|
|
200
200
|
|
|
201
201
|
### Return type
|
|
202
202
|
|
|
203
|
-
[**
|
|
203
|
+
[**InlineResponse20012**](InlineResponse20012.md)
|
|
204
204
|
|
|
205
205
|
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
|
|
206
206
|
[[Back to README]](../../README.md)
|
data/docs/SecretStoreItemApi.md
CHANGED
|
@@ -140,7 +140,7 @@ end
|
|
|
140
140
|
## `get_secrets()`
|
|
141
141
|
|
|
142
142
|
```ruby
|
|
143
|
-
get_secrets(opts): <
|
|
143
|
+
get_secrets(opts): <InlineResponse20013> # List secrets within a store.
|
|
144
144
|
```
|
|
145
145
|
|
|
146
146
|
List all secrets within a store.
|
|
@@ -174,7 +174,7 @@ end
|
|
|
174
174
|
|
|
175
175
|
### Return type
|
|
176
176
|
|
|
177
|
-
[**
|
|
177
|
+
[**InlineResponse20013**](InlineResponse20013.md)
|
|
178
178
|
|
|
179
179
|
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
|
|
180
180
|
[[Back to README]](../../README.md)
|
|
@@ -98,7 +98,7 @@ nil (empty response body)
|
|
|
98
98
|
## `delete_service_authorization2()`
|
|
99
99
|
|
|
100
100
|
```ruby
|
|
101
|
-
delete_service_authorization2(opts): <
|
|
101
|
+
delete_service_authorization2(opts): <InlineResponse20014> # Delete service authorizations
|
|
102
102
|
```
|
|
103
103
|
|
|
104
104
|
Delete service authorizations.
|
|
@@ -128,7 +128,7 @@ end
|
|
|
128
128
|
|
|
129
129
|
### Return type
|
|
130
130
|
|
|
131
|
-
[**
|
|
131
|
+
[**InlineResponse20014**](InlineResponse20014.md)
|
|
132
132
|
|
|
133
133
|
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
|
|
134
134
|
[[Back to README]](../../README.md)
|
data/docs/Status.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Fastly::Status
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **scope** | **String** | The scope provided in the status request. | [optional] |
|
|
8
|
+
| **domain** | **String** | The domain provided in the status request. | [optional] |
|
|
9
|
+
| **zone** | **String** | The zone of the domain provided of the status request. | [optional] |
|
|
10
|
+
| **status** | **String** | A space-delimited string of the varying statuses associated with the domain provided. | [optional] |
|
|
11
|
+
| **tags** | **String** | A space-delimited string of the varying tags associated with the domain provided. | [optional] |
|
|
12
|
+
| **offers** | [**Array<Offer>**](Offer.md) | | [optional] |
|
|
13
|
+
|
|
14
|
+
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
15
|
+
|
data/docs/StatusAllOf.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Fastly::StatusAllOf
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **scope** | **String** | The scope provided in the status request. | [optional] |
|
|
8
|
+
| **domain** | **String** | The domain provided in the status request. | [optional] |
|
|
9
|
+
| **zone** | **String** | The zone of the domain provided of the status request. | [optional] |
|
|
10
|
+
| **status** | **String** | A space-delimited string of the varying statuses associated with the domain provided. | [optional] |
|
|
11
|
+
| **tags** | **String** | A space-delimited string of the varying tags associated with the domain provided. | [optional] |
|
|
12
|
+
| **offers** | [**Array<Offer>**](Offer.md) | | [optional] |
|
|
13
|
+
|
|
14
|
+
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
15
|
+
|
data/docs/Suggestion.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Fastly::Suggestion
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **domain** | **String** | The suggested domain, consisting of a subdomain and zone. | [optional] |
|
|
8
|
+
| **subdomain** | **String** | The subdomain of the suggested domain. | [optional] |
|
|
9
|
+
| **zone** | **String** | The zone of the suggested domain. | [optional] |
|
|
10
|
+
| **path** | **String** | If present, the path is to be appended to the domain to complete the suggestion. | [optional] |
|
|
11
|
+
|
|
12
|
+
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
13
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Fastly::SuggestionAllOf
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **domain** | **String** | The suggested domain, consisting of a subdomain and zone. | [optional] |
|
|
8
|
+
| **subdomain** | **String** | The subdomain of the suggested domain. | [optional] |
|
|
9
|
+
| **zone** | **String** | The zone of the suggested domain. | [optional] |
|
|
10
|
+
| **path** | **String** | If present, the path is to be appended to the domain to complete the suggestion. | [optional] |
|
|
11
|
+
|
|
12
|
+
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
13
|
+
|
data/docs/TagBase.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Fastly::TagBase
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **name** | **String** | The name of the operation tag. | [optional] |
|
|
8
|
+
| **description** | **String** | A description of the operation tag. | [optional] |
|
|
9
|
+
|
|
10
|
+
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
11
|
+
|
data/docs/TagCreate.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Fastly::TagCreate
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **name** | **String** | The name of the operation tag. | [optional] |
|
|
8
|
+
| **description** | **String** | A description of the operation tag. | [optional] |
|
|
9
|
+
|
|
10
|
+
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
11
|
+
|
data/docs/TagGet.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Fastly::TagGet
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **name** | **String** | The name of the operation tag. | |
|
|
8
|
+
| **id** | **String** | The unique identifier of the operation tag. | [readonly] |
|
|
9
|
+
| **description** | **String** | A description of the operation tag. | [optional] |
|
|
10
|
+
| **count** | **Integer** | The number of operations associated with this operation tag. | [optional][readonly] |
|
|
11
|
+
| **created_at** | **Time** | The date and time the operation tag was created. | [optional][readonly] |
|
|
12
|
+
| **updated_at** | **Time** | The date and time the operation tag was last updated. | [optional][readonly] |
|
|
13
|
+
|
|
14
|
+
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
15
|
+
|
data/docs/TagGetExtra.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Fastly::TagGetExtra
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **id** | **String** | The unique identifier of the operation tag. | [readonly] |
|
|
8
|
+
| **count** | **Integer** | The number of operations associated with this operation tag. | [optional][readonly] |
|
|
9
|
+
| **created_at** | **Time** | The date and time the operation tag was created. | [optional][readonly] |
|
|
10
|
+
| **updated_at** | **Time** | The date and time the operation tag was last updated. | [optional][readonly] |
|
|
11
|
+
|
|
12
|
+
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
13
|
+
|
data/docs/Values.md
CHANGED
|
@@ -68,6 +68,69 @@
|
|
|
68
68
|
| **origin_status_3xx** | **Integer** | Number of \"Redirection\" codes received from origin. | [optional] |
|
|
69
69
|
| **origin_status_4xx** | **Integer** | Number of \"Client Error\" codes received from origin. | [optional] |
|
|
70
70
|
| **origin_status_5xx** | **Integer** | Number of \"Server Error\" codes received from origin. | [optional] |
|
|
71
|
+
| **compute_bereq_body_bytes** | **Integer** | Total body bytes sent to backends (origins) by the Compute platform. | [optional] |
|
|
72
|
+
| **compute_bereq_errors** | **Integer** | Number of backend request errors, including timeouts, by the Compute platform. | [optional] |
|
|
73
|
+
| **compute_bereq_header_bytes** | **Integer** | Total header bytes sent to backends (origins) by the Compute platform. | [optional] |
|
|
74
|
+
| **compute_bereqs** | **Integer** | Number of backend requests started by the Compute platform. | [optional] |
|
|
75
|
+
| **compute_beresp_body_bytes** | **Integer** | Total body bytes received from backends (origins) by the Compute platform. | [optional] |
|
|
76
|
+
| **compute_beresp_header_bytes** | **Integer** | Total header bytes received from backends (origins) by the Compute platform. | [optional] |
|
|
77
|
+
| **compute_execution_time_ms** | **Integer** | The amount of active CPU time used to process your requests (in milliseconds). | [optional] |
|
|
78
|
+
| **compute_origin_status_1xx** | **Integer** | Number of \"Informational\" category status codes received from origin by the Compute platform. | [optional] |
|
|
79
|
+
| **compute_origin_status_200** | **Integer** | Number of responses received from origin with status code 200 (Success) by the Compute platform. | [optional] |
|
|
80
|
+
| **compute_origin_status_204** | **Integer** | Number of responses received from origin with status code 204 (No Content) by the Compute platform. | [optional] |
|
|
81
|
+
| **compute_origin_status_206** | **Integer** | Number of responses received from origin with status code 206 (Partial Content) by the Compute platform. | [optional] |
|
|
82
|
+
| **compute_origin_status_2xx** | **Integer** | Number of \"Success\" status codes received from origin by the Compute platform. | [optional] |
|
|
83
|
+
| **compute_origin_status_301** | **Integer** | Number of responses received from origin with status code 301 (Moved Permanently) by the Compute platform. | [optional] |
|
|
84
|
+
| **compute_origin_status_302** | **Integer** | Number of responses received from origin with status code 302 (Found) by the Compute platform. | [optional] |
|
|
85
|
+
| **compute_origin_status_304** | **Integer** | Number of responses received from origin with status code 304 (Not Modified) by the Compute platform. | [optional] |
|
|
86
|
+
| **compute_origin_status_3xx** | **Integer** | Number of \"Redirection\" codes received from origin by the Compute platform. | [optional] |
|
|
87
|
+
| **compute_origin_status_400** | **Integer** | Number of responses received from origin with status code 400 (Bad Request) by the Compute platform. | [optional] |
|
|
88
|
+
| **compute_origin_status_401** | **Integer** | Number of responses received from origin with status code 401 (Unauthorized) by the Compute platform. | [optional] |
|
|
89
|
+
| **compute_origin_status_403** | **Integer** | Number of responses received from origin with status code 403 (Forbidden) by the Compute platform. | [optional] |
|
|
90
|
+
| **compute_origin_status_404** | **Integer** | Number of responses received from origin with status code 404 (Not Found) by the Compute platform. | [optional] |
|
|
91
|
+
| **compute_origin_status_416** | **Integer** | Number of responses received from origin with status code 416 (Range Not Satisfiable) by the Compute platform. | [optional] |
|
|
92
|
+
| **compute_origin_status_429** | **Integer** | Number of responses received from origin with status code 429 (Too Many Requests) by the Compute platform. | [optional] |
|
|
93
|
+
| **compute_origin_status_4xx** | **Integer** | Number of \"Client Error\" codes received from origin by the Compute platform. | [optional] |
|
|
94
|
+
| **compute_origin_status_500** | **Integer** | Number of responses received from origin with status code 500 (Internal Server Error) by the Compute platform. | [optional] |
|
|
95
|
+
| **compute_origin_status_501** | **Integer** | Number of responses received from origin with status code 501 (Not Implemented) by the Compute platform. | [optional] |
|
|
96
|
+
| **compute_origin_status_502** | **Integer** | Number of responses received from origin with status code 502 (Bad Gateway) by the Compute platform. | [optional] |
|
|
97
|
+
| **compute_origin_status_503** | **Integer** | Number of responses received from origin with status code 503 (Service Unavailable) by the Compute platform. | [optional] |
|
|
98
|
+
| **compute_origin_status_504** | **Integer** | Number of responses received from origin with status code 504 (Gateway Timeout) by the Compute platform. | [optional] |
|
|
99
|
+
| **compute_origin_status_505** | **Integer** | Number of responses received from origin with status code 505 (HTTP Version Not Supported) by the Compute platform. | [optional] |
|
|
100
|
+
| **compute_origin_status_530** | **Integer** | Number of responses received from origin with status code 530 by the Compute platform. | [optional] |
|
|
101
|
+
| **compute_origin_status_5xx** | **Integer** | Number of \"Server Error\" codes received from origin by the Compute platform. | [optional] |
|
|
102
|
+
| **compute_req_body_bytes** | **Integer** | Total body bytes received by the Compute platform. | [optional] |
|
|
103
|
+
| **compute_req_header_bytes** | **Integer** | Total header bytes received by the Compute platform. | [optional] |
|
|
104
|
+
| **compute_request_time_billed_ms** | **Integer** | The total amount of request processing time you will be billed for, measured in 50 millisecond increments. | [optional] |
|
|
105
|
+
| **compute_request_time_ms** | **Integer** | The total amount of time used to process your requests, including active CPU time (in milliseconds). | [optional] |
|
|
106
|
+
| **compute_request** | **Integer** | The total number of requests that were received by the Compute platform. | [optional] |
|
|
107
|
+
| **compute_resp_body_bytes** | **Integer** | Total body bytes sent from Compute to the end user. | [optional] |
|
|
108
|
+
| **compute_resp_header_bytes** | **Integer** | Total header bytes sent from Compute to the end user. | [optional] |
|
|
109
|
+
| **compute_resp_status_103** | **Integer** | Number of responses delivered with status code 103 (Early Hints) by the Compute platform. | [optional] |
|
|
110
|
+
| **compute_resp_status_1xx** | **Integer** | Number of 1xx \"Informational\" category status codes delivered by the Compute platform. | [optional] |
|
|
111
|
+
| **compute_resp_status_200** | **Integer** | Number of responses delivered with status code 200 (Success) by the Compute platform. | [optional] |
|
|
112
|
+
| **compute_resp_status_204** | **Integer** | Number of responses delivered with status code 204 (No Content) by the Compute platform. | [optional] |
|
|
113
|
+
| **compute_resp_status_206** | **Integer** | Number of responses delivered with status code 206 (Partial Content) by the Compute platform. | [optional] |
|
|
114
|
+
| **compute_resp_status_2xx** | **Integer** | Number of 2xx \"Success\" status codes delivered by the Compute platform. | [optional] |
|
|
115
|
+
| **compute_resp_status_301** | **Integer** | Number of responses delivered with status code 301 (Moved Permanently) by the Compute platform. | [optional] |
|
|
116
|
+
| **compute_resp_status_302** | **Integer** | Number of responses delivered with status code 302 (Found) by the Compute platform. | [optional] |
|
|
117
|
+
| **compute_resp_status_304** | **Integer** | Number of responses delivered with status code 304 (Not Modified) by the Compute platform. | [optional] |
|
|
118
|
+
| **compute_resp_status_3xx** | **Integer** | Number of 3xx \"Redirection\" codes delivered by the Compute platform. | [optional] |
|
|
119
|
+
| **compute_resp_status_400** | **Integer** | Number of responses delivered with status code 400 (Bad Request) by the Compute platform. | [optional] |
|
|
120
|
+
| **compute_resp_status_401** | **Integer** | Number of responses delivered with status code 401 (Unauthorized) by the Compute platform. | [optional] |
|
|
121
|
+
| **compute_resp_status_403** | **Integer** | Number of responses delivered with status code 403 (Forbidden) by the Compute platform. | [optional] |
|
|
122
|
+
| **compute_resp_status_404** | **Integer** | Number of responses delivered with status code 404 (Not Found) by the Compute platform. | [optional] |
|
|
123
|
+
| **compute_resp_status_416** | **Integer** | Number of responses delivered with status code 416 (Range Not Satisfiable) by the Compute platform. | [optional] |
|
|
124
|
+
| **compute_resp_status_429** | **Integer** | Number of responses delivered with status code 429 (Too Many Requests) by the Compute platform. | [optional] |
|
|
125
|
+
| **compute_resp_status_4xx** | **Integer** | Number of 4xx \"Client Error\" codes delivered by the Compute platform. | [optional] |
|
|
126
|
+
| **compute_resp_status_500** | **Integer** | Number of responses delivered with status code 500 (Internal Server Error) by the Compute platform. | [optional] |
|
|
127
|
+
| **compute_resp_status_501** | **Integer** | Number of responses delivered with status code 501 (Not Implemented) by the Compute platform. | [optional] |
|
|
128
|
+
| **compute_resp_status_502** | **Integer** | Number of responses delivered with status code 502 (Bad Gateway) by the Compute platform. | [optional] |
|
|
129
|
+
| **compute_resp_status_503** | **Integer** | Number of responses delivered with status code 503 (Service Unavailable) by the Compute platform. | [optional] |
|
|
130
|
+
| **compute_resp_status_504** | **Integer** | Number of responses delivered with status code 504 (Gateway Timeout) by the Compute platform. | [optional] |
|
|
131
|
+
| **compute_resp_status_505** | **Integer** | Number of responses delivered with status code 505 (HTTP Version Not Supported) by the Compute platform. | [optional] |
|
|
132
|
+
| **compute_resp_status_530** | **Integer** | Number of responses delivered with status code 530 by the Compute platform. | [optional] |
|
|
133
|
+
| **compute_resp_status_5xx** | **Integer** | Number of \"Server Error\" category status codes delivered by the Compute platform. | [optional] |
|
|
71
134
|
|
|
72
135
|
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
73
136
|
|