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
data/docs/Backend.md
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
| **comment** | **String** | A freeform descriptive note. | [optional] |
|
|
12
12
|
| **connect_timeout** | **Integer** | Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. | [optional] |
|
|
13
13
|
| **first_byte_timeout** | **Integer** | Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. | [optional] |
|
|
14
|
+
| **fetch_timeout** | **Integer** | Maximum duration in milliseconds to wait for the entire response to be received after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.fetch_timeout`. | [optional] |
|
|
14
15
|
| **healthcheck** | **String** | The name of the healthcheck to use with this backend. | [optional] |
|
|
15
16
|
| **hostname** | **String** | The hostname of the backend. May be used as an alternative to `address` to set the backend location. | [optional] |
|
|
16
17
|
| **ipv4** | **String** | IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. | [optional] |
|
data/docs/BackendApi.md
CHANGED
|
@@ -42,6 +42,7 @@ opts = {
|
|
|
42
42
|
comment: 'comment_example', # String | A freeform descriptive note.
|
|
43
43
|
connect_timeout: 56, # Integer | Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`.
|
|
44
44
|
first_byte_timeout: 56, # Integer | Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`.
|
|
45
|
+
fetch_timeout: 56, # Integer | Maximum duration in milliseconds to wait for the entire response to be received after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.fetch_timeout`.
|
|
45
46
|
healthcheck: 'healthcheck_example', # String | The name of the healthcheck to use with this backend.
|
|
46
47
|
hostname: 'hostname_example', # String | The hostname of the backend. May be used as an alternative to `address` to set the backend location.
|
|
47
48
|
ipv4: 'ipv4_example', # String | IPv4 address of the backend. May be used as an alternative to `address` to set the backend location.
|
|
@@ -95,6 +96,7 @@ end
|
|
|
95
96
|
| **comment** | **String** | A freeform descriptive note. | [optional] |
|
|
96
97
|
| **connect_timeout** | **Integer** | Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. | [optional] |
|
|
97
98
|
| **first_byte_timeout** | **Integer** | Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. | [optional] |
|
|
99
|
+
| **fetch_timeout** | **Integer** | Maximum duration in milliseconds to wait for the entire response to be received after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.fetch_timeout`. | [optional] |
|
|
98
100
|
| **healthcheck** | **String** | The name of the healthcheck to use with this backend. | [optional] |
|
|
99
101
|
| **hostname** | **String** | The hostname of the backend. May be used as an alternative to `address` to set the backend location. | [optional] |
|
|
100
102
|
| **ipv4** | **String** | IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. | [optional] |
|
|
@@ -275,6 +277,7 @@ opts = {
|
|
|
275
277
|
comment: 'comment_example', # String | A freeform descriptive note.
|
|
276
278
|
connect_timeout: 56, # Integer | Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`.
|
|
277
279
|
first_byte_timeout: 56, # Integer | Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`.
|
|
280
|
+
fetch_timeout: 56, # Integer | Maximum duration in milliseconds to wait for the entire response to be received after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.fetch_timeout`.
|
|
278
281
|
healthcheck: 'healthcheck_example', # String | The name of the healthcheck to use with this backend.
|
|
279
282
|
hostname: 'hostname_example', # String | The hostname of the backend. May be used as an alternative to `address` to set the backend location.
|
|
280
283
|
ipv4: 'ipv4_example', # String | IPv4 address of the backend. May be used as an alternative to `address` to set the backend location.
|
|
@@ -329,6 +332,7 @@ end
|
|
|
329
332
|
| **comment** | **String** | A freeform descriptive note. | [optional] |
|
|
330
333
|
| **connect_timeout** | **Integer** | Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. | [optional] |
|
|
331
334
|
| **first_byte_timeout** | **Integer** | Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. | [optional] |
|
|
335
|
+
| **fetch_timeout** | **Integer** | Maximum duration in milliseconds to wait for the entire response to be received after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.fetch_timeout`. | [optional] |
|
|
332
336
|
| **healthcheck** | **String** | The name of the healthcheck to use with this backend. | [optional] |
|
|
333
337
|
| **hostname** | **String** | The hostname of the backend. May be used as an alternative to `address` to set the backend location. | [optional] |
|
|
334
338
|
| **ipv4** | **String** | IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. | [optional] |
|
data/docs/BackendResponse.md
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
| **comment** | **String** | A freeform descriptive note. | [optional] |
|
|
12
12
|
| **connect_timeout** | **Integer** | Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. | [optional] |
|
|
13
13
|
| **first_byte_timeout** | **Integer** | Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. | [optional] |
|
|
14
|
+
| **fetch_timeout** | **Integer** | Maximum duration in milliseconds to wait for the entire response to be received after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.fetch_timeout`. | [optional] |
|
|
14
15
|
| **healthcheck** | **String** | The name of the healthcheck to use with this backend. | [optional] |
|
|
15
16
|
| **hostname** | **String** | The hostname of the backend. May be used as an alternative to `address` to set the backend location. | [optional] |
|
|
16
17
|
| **ipv4** | **String** | IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. | [optional] |
|
data/docs/DdosProtectionApi.md
CHANGED
|
@@ -61,7 +61,7 @@ end
|
|
|
61
61
|
## `ddos_protection_event_list()`
|
|
62
62
|
|
|
63
63
|
```ruby
|
|
64
|
-
ddos_protection_event_list(opts): <
|
|
64
|
+
ddos_protection_event_list(opts): <InlineResponse2005> # Get events
|
|
65
65
|
```
|
|
66
66
|
|
|
67
67
|
Get events.
|
|
@@ -101,14 +101,14 @@ end
|
|
|
101
101
|
|
|
102
102
|
### Return type
|
|
103
103
|
|
|
104
|
-
[**
|
|
104
|
+
[**InlineResponse2005**](InlineResponse2005.md)
|
|
105
105
|
|
|
106
106
|
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
|
|
107
107
|
[[Back to README]](../../README.md)
|
|
108
108
|
## `ddos_protection_event_rule_list()`
|
|
109
109
|
|
|
110
110
|
```ruby
|
|
111
|
-
ddos_protection_event_rule_list(opts): <
|
|
111
|
+
ddos_protection_event_rule_list(opts): <InlineResponse2006> # Get all rules for an event
|
|
112
112
|
```
|
|
113
113
|
|
|
114
114
|
Get all rules for an event.
|
|
@@ -144,7 +144,7 @@ end
|
|
|
144
144
|
|
|
145
145
|
### Return type
|
|
146
146
|
|
|
147
|
-
[**
|
|
147
|
+
[**InlineResponse2006**](InlineResponse2006.md)
|
|
148
148
|
|
|
149
149
|
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
|
|
150
150
|
[[Back to README]](../../README.md)
|
data/docs/DdosProtectionEvent.md
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
| **updated_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
|
|
9
9
|
| **id** | **String** | Unique ID of the event. | [optional] |
|
|
10
10
|
| **name** | **String** | A human-readable name for the event. | [optional] |
|
|
11
|
+
| **requests_allowed** | **Integer** | Number of requests classified as non-attack traffic for an event. | [optional] |
|
|
12
|
+
| **requests_detected** | **Integer** | Number of requests classified as DDoS attack traffic for an event. | [optional] |
|
|
11
13
|
| **customer_id** | **String** | Alphanumeric string identifying the customer. | [optional] |
|
|
12
14
|
| **service_id** | **String** | Alphanumeric string identifying the service. | [optional] |
|
|
13
15
|
| **started_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
|
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **id** | **String** | Unique ID of the event. | [optional] |
|
|
8
8
|
| **name** | **String** | A human-readable name for the event. | [optional] |
|
|
9
|
+
| **requests_allowed** | **Integer** | Number of requests classified as non-attack traffic for an event. | [optional] |
|
|
10
|
+
| **requests_detected** | **Integer** | Number of requests classified as DDoS attack traffic for an event. | [optional] |
|
|
9
11
|
| **customer_id** | **String** | Alphanumeric string identifying the customer. | [optional] |
|
|
10
12
|
| **service_id** | **String** | Alphanumeric string identifying the service. | [optional] |
|
|
11
13
|
| **started_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# Fastly::DdosProtectionRequestEnableMode
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **mode** | **String** | Operation mode | [optional] |
|
|
8
|
+
|
|
9
|
+
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
10
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# Fastly::DiscoveredOperationBase
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **method** | **String** | The HTTP method for the operation. | [optional] |
|
|
8
|
+
| **domain** | **String** | The domain for the operation. | [optional] |
|
|
9
|
+
| **path** | **String** | The path for the operation, which may include path parameters. | [optional] |
|
|
10
|
+
|
|
11
|
+
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
12
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Fastly::DiscoveredOperationGet
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **method** | **String** | The HTTP method for the operation. | |
|
|
8
|
+
| **domain** | **String** | The domain for the operation. | |
|
|
9
|
+
| **path** | **String** | The path for the operation, which may include path parameters. | |
|
|
10
|
+
| **status** | **String** | The current status of the operation. | [optional] |
|
|
11
|
+
| **updated_at** | **Time** | The timestamp when the operation was last updated. | [optional][readonly] |
|
|
12
|
+
| **last_seen_at** | **Time** | The timestamp when the operation was last seen in traffic. | [optional][readonly] |
|
|
13
|
+
|
|
14
|
+
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
15
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# Fastly::DiscoveredOperationGetExtra
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **status** | **String** | The current status of the operation. | [optional] |
|
|
8
|
+
| **updated_at** | **Time** | The timestamp when the operation was last updated. | [optional][readonly] |
|
|
9
|
+
| **last_seen_at** | **Time** | The timestamp when the operation was last seen in traffic. | [optional][readonly] |
|
|
10
|
+
|
|
11
|
+
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
12
|
+
|
data/docs/DmDomainsApi.md
CHANGED
|
@@ -133,7 +133,7 @@ end
|
|
|
133
133
|
## `list_dm_domains()`
|
|
134
134
|
|
|
135
135
|
```ruby
|
|
136
|
-
list_dm_domains(opts): <
|
|
136
|
+
list_dm_domains(opts): <InlineResponse2007> # List domains
|
|
137
137
|
```
|
|
138
138
|
|
|
139
139
|
List all domains
|
|
@@ -175,7 +175,7 @@ end
|
|
|
175
175
|
|
|
176
176
|
### Return type
|
|
177
177
|
|
|
178
|
-
[**
|
|
178
|
+
[**InlineResponse2007**](InlineResponse2007.md)
|
|
179
179
|
|
|
180
180
|
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
|
|
181
181
|
[[Back to README]](../../README.md)
|
|
@@ -37,7 +37,7 @@ opts = {
|
|
|
37
37
|
group_by: 'domain', # String | Dimensions to return in the query. Multiple dimensions may be separated by commas. For example, `group_by=domain` will return one timeseries for every domain, as a total across all datacenters (POPs).
|
|
38
38
|
limit: 'limit_example', # String | Number of results per page. The maximum is 200.
|
|
39
39
|
cursor: 'cursor_example', # String | Cursor value from the `next_cursor` field of a previous response, used to retrieve the next page. To request the first page, this should be empty.
|
|
40
|
-
region: '
|
|
40
|
+
region: 'africa_std', # String | Limit query to one or more specific geographic regions. Values should be comma-separated.
|
|
41
41
|
datacenter: 'SJC,STP', # String | Limit query to one or more specific POPs. Values should be comma-separated.
|
|
42
42
|
domain: 'domain_1.com,domain_2.com', # String | Limit query to one or more specific domains. Values should be comma-separated.
|
|
43
43
|
}
|
|
@@ -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
|
|
data/docs/DomainOwnershipsApi.md
CHANGED
|
@@ -19,7 +19,7 @@ Method | HTTP request | Description
|
|
|
19
19
|
## `list_domain_ownerships()`
|
|
20
20
|
|
|
21
21
|
```ruby
|
|
22
|
-
list_domain_ownerships: <
|
|
22
|
+
list_domain_ownerships: <InlineResponse2008> # List domain-ownerships
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
List all domain-ownerships.
|
|
@@ -44,7 +44,7 @@ This endpoint does not need any parameter.
|
|
|
44
44
|
|
|
45
45
|
### Return type
|
|
46
46
|
|
|
47
|
-
[**
|
|
47
|
+
[**InlineResponse2008**](InlineResponse2008.md)
|
|
48
48
|
|
|
49
49
|
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
|
|
50
50
|
[[Back to README]](../../README.md)
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
# Fastly::DomainResearchApi
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
```ruby
|
|
5
|
+
require 'fastly'
|
|
6
|
+
api_instance = Fastly::DomainResearchApi.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
|
+
[**domain_status**](DomainResearchApi.md#domain_status) | **GET** /domain-management/v1/tools/status | Domain status
|
|
17
|
+
[**suggest_domains**](DomainResearchApi.md#suggest_domains) | **GET** /domain-management/v1/tools/suggest | Suggest domains
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
## `domain_status()`
|
|
21
|
+
|
|
22
|
+
```ruby
|
|
23
|
+
domain_status(opts): <Status> # Domain status
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
The `Status` method checks the availability status of a single domain name.
|
|
27
|
+
|
|
28
|
+
### Examples
|
|
29
|
+
|
|
30
|
+
```ruby
|
|
31
|
+
api_instance = Fastly::DomainResearchApi.new
|
|
32
|
+
opts = {
|
|
33
|
+
domain: 'acmecoffee.shop', # String |
|
|
34
|
+
scope: 'estimate', # String |
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
begin
|
|
38
|
+
# Domain status
|
|
39
|
+
result = api_instance.domain_status(opts)
|
|
40
|
+
p result
|
|
41
|
+
rescue Fastly::ApiError => e
|
|
42
|
+
puts "Error when calling DomainResearchApi->domain_status: #{e}"
|
|
43
|
+
end
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
### Options
|
|
47
|
+
|
|
48
|
+
| Name | Type | Description | Notes |
|
|
49
|
+
| ---- | ---- | ----------- | ----- |
|
|
50
|
+
| **domain** | **String** | | |
|
|
51
|
+
| **scope** | **String** | | [optional] |
|
|
52
|
+
|
|
53
|
+
### Return type
|
|
54
|
+
|
|
55
|
+
[**Status**](Status.md)
|
|
56
|
+
|
|
57
|
+
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
|
|
58
|
+
[[Back to README]](../../README.md)
|
|
59
|
+
## `suggest_domains()`
|
|
60
|
+
|
|
61
|
+
```ruby
|
|
62
|
+
suggest_domains(opts): <InlineResponse2009> # Suggest domains
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
The `Suggest` method performs a real-time query of the search term(s) against the [known zone database](http://zonedb.org), making recommendations, stemming, and applying Unicode folding, IDN normalization, registrar supported-zone restrictions, and other refinements. **Note:** `Suggest` method responses do not include domain availability status.
|
|
66
|
+
|
|
67
|
+
### Examples
|
|
68
|
+
|
|
69
|
+
```ruby
|
|
70
|
+
api_instance = Fastly::DomainResearchApi.new
|
|
71
|
+
opts = {
|
|
72
|
+
query: 'foo%20bar', # String |
|
|
73
|
+
defaults: 'club', # String |
|
|
74
|
+
keywords: 'food,kitchen', # String |
|
|
75
|
+
location: 'de', # String |
|
|
76
|
+
vendor: 'dnsimple.com', # String |
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
begin
|
|
80
|
+
# Suggest domains
|
|
81
|
+
result = api_instance.suggest_domains(opts)
|
|
82
|
+
p result
|
|
83
|
+
rescue Fastly::ApiError => e
|
|
84
|
+
puts "Error when calling DomainResearchApi->suggest_domains: #{e}"
|
|
85
|
+
end
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
### Options
|
|
89
|
+
|
|
90
|
+
| Name | Type | Description | Notes |
|
|
91
|
+
| ---- | ---- | ----------- | ----- |
|
|
92
|
+
| **query** | **String** | | |
|
|
93
|
+
| **defaults** | **String** | | [optional] |
|
|
94
|
+
| **keywords** | **String** | | [optional] |
|
|
95
|
+
| **location** | **String** | | [optional] |
|
|
96
|
+
| **vendor** | **String** | | [optional] |
|
|
97
|
+
|
|
98
|
+
### Return type
|
|
99
|
+
|
|
100
|
+
[**InlineResponse2009**](InlineResponse2009.md)
|
|
101
|
+
|
|
102
|
+
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
|
|
103
|
+
[[Back to README]](../../README.md)
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# Fastly::DomainResearchResponseBodyEnable
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **product** | [**DomainResearchResponseProductProduct**](DomainResearchResponseProductProduct.md) | | [optional] |
|
|
8
|
+
| **customer** | [**AiAcceleratorResponseCustomerCustomer**](AiAcceleratorResponseCustomerCustomer.md) | | [optional] |
|
|
9
|
+
| **_links** | [**DomainResearchResponseLinksLinks**](DomainResearchResponseLinksLinks.md) | | [optional] |
|
|
10
|
+
|
|
11
|
+
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
12
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# Fastly::DomainResearchResponseCustomer
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **customer** | [**AiAcceleratorResponseCustomerCustomer**](AiAcceleratorResponseCustomerCustomer.md) | | [optional] |
|
|
8
|
+
|
|
9
|
+
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
10
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# Fastly::DomainResearchResponseLinks
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **_links** | [**DomainResearchResponseLinksLinks**](DomainResearchResponseLinksLinks.md) | | [optional] |
|
|
8
|
+
|
|
9
|
+
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
10
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# Fastly::DomainResearchResponseLinksLinks
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **_self** | **String** | Location of resource | [optional] |
|
|
8
|
+
|
|
9
|
+
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
10
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# Fastly::DomainResearchResponseProduct
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **product** | [**DomainResearchResponseProductProduct**](DomainResearchResponseProductProduct.md) | | [optional] |
|
|
8
|
+
|
|
9
|
+
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
10
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Fastly::DomainResearchResponseProductProduct
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **id** | **String** | Product identifier | [optional] |
|
|
8
|
+
| **object** | **String** | Name of the object | [optional] |
|
|
9
|
+
|
|
10
|
+
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
11
|
+
|
data/docs/HistoricalApi.md
CHANGED
|
@@ -41,6 +41,7 @@ opts = {
|
|
|
41
41
|
to: '2020-04-09T18:14:30Z', # String | Timestamp that defines the end of the window for which to fetch statistics. Accepts the same formats as `from`.
|
|
42
42
|
by: 'hour', # String | Duration of sample windows. One of: * `hour` - Group data by hour. * `minute` - Group data by minute. * `day` - Group data by day.
|
|
43
43
|
region: 'usa', # String | Limit query to a specific geographic region. One of: * `usa` - North America. * `europe` - Europe. * `anzac` - Australia and New Zealand. * `asia` - Asia. * `asia_india` - India. * `asia_southkorea` - South Korea. * `africa_std` - Africa. * `mexico` - Mexico. * `southamerica_std` - South America.
|
|
44
|
+
datacenter: 'IAD,CHI', # String | Limit query to one or more Fastly POPs. For multiple POPs use a comma-seperated list of POPs. These must be all uppercase and be valid codes. A full list of POPs can be obtained from the [POPs endpoint](https://www.fastly.com/documentation/reference/api/utils/pops/).
|
|
44
45
|
services: 'services_example', # String | Limit the query to only the specified, comma-separated list of services.
|
|
45
46
|
}
|
|
46
47
|
|
|
@@ -61,6 +62,7 @@ end
|
|
|
61
62
|
| **to** | **String** | Timestamp that defines the end of the window for which to fetch statistics. Accepts the same formats as `from`. | [optional][default to 'now'] |
|
|
62
63
|
| **by** | **String** | Duration of sample windows. One of: * `hour` - Group data by hour. * `minute` - Group data by minute. * `day` - Group data by day. | [optional][default to 'day'] |
|
|
63
64
|
| **region** | **String** | Limit query to a specific geographic region. One of: * `usa` - North America. * `europe` - Europe. * `anzac` - Australia and New Zealand. * `asia` - Asia. * `asia_india` - India. * `asia_southkorea` - South Korea. * `africa_std` - Africa. * `mexico` - Mexico. * `southamerica_std` - South America. | [optional] |
|
|
65
|
+
| **datacenter** | **String** | Limit query to one or more Fastly POPs. For multiple POPs use a comma-seperated list of POPs. These must be all uppercase and be valid codes. A full list of POPs can be obtained from the [POPs endpoint](https://www.fastly.com/documentation/reference/api/utils/pops/). | [optional] |
|
|
64
66
|
| **services** | **String** | Limit the query to only the specified, comma-separated list of services. | [optional] |
|
|
65
67
|
|
|
66
68
|
### Return type
|
|
@@ -130,6 +132,7 @@ opts = {
|
|
|
130
132
|
to: '2020-04-09T18:14:30Z', # String | Timestamp that defines the end of the window for which to fetch statistics. Accepts the same formats as `from`.
|
|
131
133
|
by: 'hour', # String | Duration of sample windows. One of: * `hour` - Group data by hour. * `minute` - Group data by minute. * `day` - Group data by day.
|
|
132
134
|
region: 'usa', # String | Limit query to a specific geographic region. One of: * `usa` - North America. * `europe` - Europe. * `anzac` - Australia and New Zealand. * `asia` - Asia. * `asia_india` - India. * `asia_southkorea` - South Korea. * `africa_std` - Africa. * `mexico` - Mexico. * `southamerica_std` - South America.
|
|
135
|
+
datacenter: 'IAD,CHI', # String | Limit query to one or more Fastly POPs. For multiple POPs use a comma-seperated list of POPs. These must be all uppercase and be valid codes. A full list of POPs can be obtained from the [POPs endpoint](https://www.fastly.com/documentation/reference/api/utils/pops/).
|
|
133
136
|
}
|
|
134
137
|
|
|
135
138
|
begin
|
|
@@ -150,6 +153,7 @@ end
|
|
|
150
153
|
| **to** | **String** | Timestamp that defines the end of the window for which to fetch statistics. Accepts the same formats as `from`. | [optional][default to 'now'] |
|
|
151
154
|
| **by** | **String** | Duration of sample windows. One of: * `hour` - Group data by hour. * `minute` - Group data by minute. * `day` - Group data by day. | [optional][default to 'day'] |
|
|
152
155
|
| **region** | **String** | Limit query to a specific geographic region. One of: * `usa` - North America. * `europe` - Europe. * `anzac` - Australia and New Zealand. * `asia` - Asia. * `asia_india` - India. * `asia_southkorea` - South Korea. * `africa_std` - Africa. * `mexico` - Mexico. * `southamerica_std` - South America. | [optional] |
|
|
156
|
+
| **datacenter** | **String** | Limit query to one or more Fastly POPs. For multiple POPs use a comma-seperated list of POPs. These must be all uppercase and be valid codes. A full list of POPs can be obtained from the [POPs endpoint](https://www.fastly.com/documentation/reference/api/utils/pops/). | [optional] |
|
|
153
157
|
|
|
154
158
|
### Return type
|
|
155
159
|
|
|
@@ -175,6 +179,7 @@ opts = {
|
|
|
175
179
|
to: '2020-04-09T18:14:30Z', # String | Timestamp that defines the end of the window for which to fetch statistics. Accepts the same formats as `from`.
|
|
176
180
|
by: 'hour', # String | Duration of sample windows. One of: * `hour` - Group data by hour. * `minute` - Group data by minute. * `day` - Group data by day.
|
|
177
181
|
region: 'usa', # String | Limit query to a specific geographic region. One of: * `usa` - North America. * `europe` - Europe. * `anzac` - Australia and New Zealand. * `asia` - Asia. * `asia_india` - India. * `asia_southkorea` - South Korea. * `africa_std` - Africa. * `mexico` - Mexico. * `southamerica_std` - South America.
|
|
182
|
+
datacenter: 'IAD,CHI', # String | Limit query to one or more Fastly POPs. For multiple POPs use a comma-seperated list of POPs. These must be all uppercase and be valid codes. A full list of POPs can be obtained from the [POPs endpoint](https://www.fastly.com/documentation/reference/api/utils/pops/).
|
|
178
183
|
}
|
|
179
184
|
|
|
180
185
|
begin
|
|
@@ -195,6 +200,7 @@ end
|
|
|
195
200
|
| **to** | **String** | Timestamp that defines the end of the window for which to fetch statistics. Accepts the same formats as `from`. | [optional][default to 'now'] |
|
|
196
201
|
| **by** | **String** | Duration of sample windows. One of: * `hour` - Group data by hour. * `minute` - Group data by minute. * `day` - Group data by day. | [optional][default to 'day'] |
|
|
197
202
|
| **region** | **String** | Limit query to a specific geographic region. One of: * `usa` - North America. * `europe` - Europe. * `anzac` - Australia and New Zealand. * `asia` - Asia. * `asia_india` - India. * `asia_southkorea` - South Korea. * `africa_std` - Africa. * `mexico` - Mexico. * `southamerica_std` - South America. | [optional] |
|
|
203
|
+
| **datacenter** | **String** | Limit query to one or more Fastly POPs. For multiple POPs use a comma-seperated list of POPs. These must be all uppercase and be valid codes. A full list of POPs can be obtained from the [POPs endpoint](https://www.fastly.com/documentation/reference/api/utils/pops/). | [optional] |
|
|
198
204
|
|
|
199
205
|
### Return type
|
|
200
206
|
|
|
@@ -221,6 +227,7 @@ opts = {
|
|
|
221
227
|
to: '2020-04-09T18:14:30Z', # String | Timestamp that defines the end of the window for which to fetch statistics. Accepts the same formats as `from`.
|
|
222
228
|
by: 'hour', # String | Duration of sample windows. One of: * `hour` - Group data by hour. * `minute` - Group data by minute. * `day` - Group data by day.
|
|
223
229
|
region: 'usa', # String | Limit query to a specific geographic region. One of: * `usa` - North America. * `europe` - Europe. * `anzac` - Australia and New Zealand. * `asia` - Asia. * `asia_india` - India. * `asia_southkorea` - South Korea. * `africa_std` - Africa. * `mexico` - Mexico. * `southamerica_std` - South America.
|
|
230
|
+
datacenter: 'IAD,CHI', # String | Limit query to one or more Fastly POPs. For multiple POPs use a comma-seperated list of POPs. These must be all uppercase and be valid codes. A full list of POPs can be obtained from the [POPs endpoint](https://www.fastly.com/documentation/reference/api/utils/pops/).
|
|
224
231
|
}
|
|
225
232
|
|
|
226
233
|
begin
|
|
@@ -242,6 +249,7 @@ end
|
|
|
242
249
|
| **to** | **String** | Timestamp that defines the end of the window for which to fetch statistics. Accepts the same formats as `from`. | [optional][default to 'now'] |
|
|
243
250
|
| **by** | **String** | Duration of sample windows. One of: * `hour` - Group data by hour. * `minute` - Group data by minute. * `day` - Group data by day. | [optional][default to 'day'] |
|
|
244
251
|
| **region** | **String** | Limit query to a specific geographic region. One of: * `usa` - North America. * `europe` - Europe. * `anzac` - Australia and New Zealand. * `asia` - Asia. * `asia_india` - India. * `asia_southkorea` - South Korea. * `africa_std` - Africa. * `mexico` - Mexico. * `southamerica_std` - South America. | [optional] |
|
|
252
|
+
| **datacenter** | **String** | Limit query to one or more Fastly POPs. For multiple POPs use a comma-seperated list of POPs. These must be all uppercase and be valid codes. A full list of POPs can be obtained from the [POPs endpoint](https://www.fastly.com/documentation/reference/api/utils/pops/). | [optional] |
|
|
245
253
|
|
|
246
254
|
### Return type
|
|
247
255
|
|
data/docs/HistoricalMeta.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
| **from** | **String** | | [optional] |
|
|
9
9
|
| **by** | **String** | | [optional] |
|
|
10
10
|
| **region** | **String** | | [optional] |
|
|
11
|
+
| **datacenter** | **String** | | [optional] |
|
|
11
12
|
|
|
12
13
|
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
13
14
|
|
data/docs/IamV1RoleResponse.md
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **id** | **String** | | [optional] |
|
|
8
8
|
| **name** | **String** | | [optional] |
|
|
9
|
+
| **display_name** | **String** | | [optional] |
|
|
9
10
|
| **description** | **String** | | [optional] |
|
|
10
11
|
| **permissions** | **Array<String>** | The set of permissions granted to this role. | [optional] |
|
|
11
12
|
|
data/docs/InlineResponse2001.md
CHANGED
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **
|
|
7
|
+
| **meta** | [**Meta**](Meta.md) | | [optional] |
|
|
8
|
+
| **data** | [**Array<DiscoveredOperationGet>**](DiscoveredOperationGet.md) | The discovered operations returned by the request. | [optional] |
|
|
8
9
|
|
|
9
10
|
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
10
11
|
|
data/docs/InlineResponse20010.md
CHANGED
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **data** | [**Array<
|
|
7
|
+
| **data** | [**Array<KvStoreDetails>**](KvStoreDetails.md) | | [optional] |
|
|
8
|
+
| **meta** | [**PaginationCursorMeta**](PaginationCursorMeta.md) | | [optional] |
|
|
8
9
|
|
|
9
10
|
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
10
11
|
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Fastly::InlineResponse20011
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **data** | **Array<String>** | | [optional] |
|
|
8
|
+
| **meta** | [**PaginationCursorMeta**](PaginationCursorMeta.md) | | [optional] |
|
|
9
|
+
|
|
10
|
+
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
11
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Fastly::InlineResponse20012
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **data** | [**Array<SecretStoreResponse>**](SecretStoreResponse.md) | | [optional] |
|
|
8
|
+
| **meta** | [**PaginationCursorMeta**](PaginationCursorMeta.md) | | [optional] |
|
|
9
|
+
|
|
10
|
+
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
11
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Fastly::InlineResponse20013
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **data** | [**Array<SecretResponse>**](SecretResponse.md) | | [optional] |
|
|
8
|
+
| **meta** | [**PaginationCursorMeta**](PaginationCursorMeta.md) | | [optional] |
|
|
9
|
+
|
|
10
|
+
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
11
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# Fastly::InlineResponse20014
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **data** | [**Array<ServiceAuthorizationResponseData>**](ServiceAuthorizationResponseData.md) | | [optional] |
|
|
8
|
+
|
|
9
|
+
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
10
|
+
|