fastly 8.9.0 → 9.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 +32 -0
- data/Gemfile.lock +1 -1
- data/README.md +15 -4
- data/docs/AccessKey.md +12 -0
- data/docs/AccessKeyResponse.md +15 -0
- data/docs/AclsInComputeApi.md +2 -2
- data/docs/Backend.md +2 -2
- data/docs/BackendApi.md +8 -8
- data/docs/BackendResponse.md +2 -2
- data/docs/BillingUsageMetricsApi.md +13 -19
- data/docs/ComputeAclUpdate.md +10 -0
- data/docs/DimensionAttributesCountryStats.md +12 -0
- data/docs/DimensionAttributesRate.md +10 -0
- data/docs/DimensionBrowser.md +10 -0
- data/docs/DimensionContentType.md +10 -0
- data/docs/DimensionCountry.md +10 -0
- data/docs/DimensionDevice.md +10 -0
- data/docs/DimensionOs.md +10 -0
- data/docs/DimensionResponse.md +10 -0
- data/docs/DimensionStatusCode.md +10 -0
- data/docs/DimensionUrl.md +10 -0
- data/docs/EnabledProductsApi.md +5 -5
- data/docs/FilterFieldItem.md +12 -0
- data/docs/GetLogInsightsResponse.md +11 -0
- data/docs/GetLogRecordsResponse.md +11 -0
- data/docs/GetLogRecordsResponseMeta.md +10 -0
- data/docs/GetLogRecordsResponseMetaFilters.md +16 -0
- data/docs/InsightsApi.md +69 -0
- data/docs/KvStoreItemApi.md +2 -0
- data/docs/LogExplorerApi.md +65 -0
- data/docs/LogInsights.md +12 -0
- data/docs/LogInsightsDimensionAttributes.md +49 -0
- data/docs/LogInsightsDimensions.md +61 -0
- data/docs/LogInsightsMeta.md +10 -0
- data/docs/LogInsightsMetaFilter.md +14 -0
- data/docs/LogInsightsValues.md +65 -0
- data/docs/LogPropertyServiceId.md +9 -0
- data/docs/LogRecord.md +37 -0
- data/docs/LoggingGrafanacloudlogsAdditional.md +14 -0
- data/docs/LoggingGrafanacloudlogsApi.md +259 -0
- data/docs/LoggingGrafanacloudlogsResponse.md +23 -0
- data/docs/ObjectStorageAccessKeysApi.md +163 -0
- data/docs/RealtimeEntryAggregated.md +3 -7
- data/docs/RealtimeMeasurements.md +3 -7
- data/docs/Results.md +3 -7
- data/docs/SetConfiguration.md +1 -0
- data/docs/Usagemetric.md +18 -0
- data/docs/Usagemetrics.md +10 -0
- data/docs/ValueField.md +59 -0
- data/docs/Values503Responses.md +12 -0
- data/docs/ValuesBandwidth.md +11 -0
- data/docs/ValuesBrowser.md +11 -0
- data/docs/ValuesCacheHitRatio.md +10 -0
- data/docs/ValuesCountryStats.md +12 -0
- data/docs/ValuesDuration.md +12 -0
- data/docs/ValuesMisses.md +10 -0
- data/docs/ValuesRate.md +10 -0
- data/docs/ValuesRequests.md +10 -0
- data/docs/ValuesStatusCodes.md +12 -0
- data/lib/fastly/api/acls_in_compute_api.rb +3 -3
- data/lib/fastly/api/backend_api.rb +8 -8
- data/lib/fastly/api/billing_usage_metrics_api.rb +30 -57
- data/lib/fastly/api/enabled_products_api.rb +10 -10
- data/lib/fastly/api/insights_api.rb +125 -0
- data/lib/fastly/api/kv_store_item_api.rb +3 -0
- data/lib/fastly/api/log_explorer_api.rb +109 -0
- data/lib/fastly/api/logging_grafanacloudlogs_api.rb +471 -0
- data/lib/fastly/api/object_storage_access_keys_api.rb +263 -0
- data/lib/fastly/configuration.rb +67 -1
- data/lib/fastly/models/access_key.rb +248 -0
- data/lib/fastly/models/access_key_response.rb +269 -0
- data/lib/fastly/models/backend.rb +2 -2
- data/lib/fastly/models/backend_response.rb +2 -2
- data/lib/fastly/models/compute_acl_list_entries.rb +1 -1
- data/lib/fastly/models/compute_acl_lookup.rb +1 -1
- data/lib/fastly/models/compute_acl_update.rb +219 -0
- data/lib/fastly/models/compute_acl_update_entry.rb +1 -1
- data/lib/fastly/models/dimension_attributes_country_stats.rb +237 -0
- data/lib/fastly/models/dimension_attributes_rate.rb +217 -0
- data/lib/fastly/models/dimension_browser.rb +217 -0
- data/lib/fastly/models/dimension_content_type.rb +217 -0
- data/lib/fastly/models/dimension_country.rb +217 -0
- data/lib/fastly/models/dimension_device.rb +217 -0
- data/lib/fastly/models/dimension_os.rb +217 -0
- data/lib/fastly/models/dimension_response.rb +217 -0
- data/lib/fastly/models/dimension_status_code.rb +217 -0
- data/lib/fastly/models/dimension_url.rb +217 -0
- data/lib/fastly/models/filter_field_item.rb +271 -0
- data/lib/fastly/models/get_log_insights_response.rb +227 -0
- data/lib/fastly/models/get_log_records_response.rb +227 -0
- data/lib/fastly/models/get_log_records_response_meta.rb +216 -0
- data/lib/fastly/models/get_log_records_response_meta_filters.rb +307 -0
- data/lib/fastly/models/log_insights.rb +234 -0
- data/lib/fastly/models/log_insights_dimension_attributes.rb +103 -0
- data/lib/fastly/models/log_insights_dimensions.rb +109 -0
- data/lib/fastly/models/log_insights_meta.rb +217 -0
- data/lib/fastly/models/log_insights_meta_filter.rb +284 -0
- data/lib/fastly/models/log_insights_values.rb +111 -0
- data/lib/fastly/models/log_property_service_id.rb +208 -0
- data/lib/fastly/models/log_record.rb +486 -0
- data/lib/fastly/models/logging_grafanacloudlogs_additional.rb +257 -0
- data/lib/fastly/models/logging_grafanacloudlogs_response.rb +408 -0
- data/lib/fastly/models/realtime_entry_aggregated.rb +34 -74
- data/lib/fastly/models/realtime_measurements.rb +34 -74
- data/lib/fastly/models/results.rb +31 -71
- data/lib/fastly/models/set_configuration.rb +14 -4
- data/lib/fastly/models/usagemetric.rb +297 -0
- data/lib/fastly/models/usagemetrics.rb +218 -0
- data/lib/fastly/models/value_field.rb +108 -0
- data/lib/fastly/models/values503_responses.rb +237 -0
- data/lib/fastly/models/values_bandwidth.rb +227 -0
- data/lib/fastly/models/values_browser.rb +227 -0
- data/lib/fastly/models/values_cache_hit_ratio.rb +217 -0
- data/lib/fastly/models/values_country_stats.rb +237 -0
- data/lib/fastly/models/values_duration.rb +237 -0
- data/lib/fastly/models/values_misses.rb +217 -0
- data/lib/fastly/models/values_rate.rb +217 -0
- data/lib/fastly/models/values_requests.rb +217 -0
- data/lib/fastly/models/values_status_codes.rb +237 -0
- data/lib/fastly/version.rb +1 -1
- data/lib/fastly.rb +45 -0
- data/sig.json +1 -1
- metadata +92 -2
data/docs/InsightsApi.md
ADDED
@@ -0,0 +1,69 @@
|
|
1
|
+
# Fastly::InsightsApi
|
2
|
+
|
3
|
+
|
4
|
+
```ruby
|
5
|
+
require 'fastly'
|
6
|
+
api_instance = Fastly::InsightsApi.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
|
+
[**get_log_insights**](InsightsApi.md#get_log_insights) | **GET** /observability/log-insights | Retrieve log insights
|
17
|
+
|
18
|
+
|
19
|
+
## `get_log_insights()`
|
20
|
+
|
21
|
+
```ruby
|
22
|
+
get_log_insights(opts): <GetLogInsightsResponse> # Retrieve log insights
|
23
|
+
```
|
24
|
+
|
25
|
+
Retrieves statistics from sampled log records.
|
26
|
+
|
27
|
+
### Examples
|
28
|
+
|
29
|
+
```ruby
|
30
|
+
api_instance = Fastly::InsightsApi.new
|
31
|
+
opts = {
|
32
|
+
visualization: 'top-url-by-bandwidth', # String |
|
33
|
+
service_id: 'service_id_example', # String |
|
34
|
+
start: 'start_example', # String |
|
35
|
+
_end: '_end_example', # String |
|
36
|
+
pops: 'pops_example', # String |
|
37
|
+
domain: 'domain_example', # String |
|
38
|
+
domain_exact_match: true, # Boolean |
|
39
|
+
limit: 8.14, # Float |
|
40
|
+
}
|
41
|
+
|
42
|
+
begin
|
43
|
+
# Retrieve log insights
|
44
|
+
result = api_instance.get_log_insights(opts)
|
45
|
+
p result
|
46
|
+
rescue Fastly::ApiError => e
|
47
|
+
puts "Error when calling InsightsApi->get_log_insights: #{e}"
|
48
|
+
end
|
49
|
+
```
|
50
|
+
|
51
|
+
### Options
|
52
|
+
|
53
|
+
| Name | Type | Description | Notes |
|
54
|
+
| ---- | ---- | ----------- | ----- |
|
55
|
+
| **visualization** | **String** | | |
|
56
|
+
| **service_id** | **String** | | |
|
57
|
+
| **start** | **String** | | |
|
58
|
+
| **_end** | **String** | | |
|
59
|
+
| **pops** | **String** | | [optional] |
|
60
|
+
| **domain** | **String** | | [optional] |
|
61
|
+
| **domain_exact_match** | **Boolean** | | [optional] |
|
62
|
+
| **limit** | **Float** | | [optional] |
|
63
|
+
|
64
|
+
### Return type
|
65
|
+
|
66
|
+
[**GetLogInsightsResponse**](GetLogInsightsResponse.md)
|
67
|
+
|
68
|
+
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
|
69
|
+
[[Back to README]](../../README.md)
|
data/docs/KvStoreItemApi.md
CHANGED
@@ -74,6 +74,7 @@ opts = {
|
|
74
74
|
cursor: 'cursor_example', # String |
|
75
75
|
limit: 56, # Integer |
|
76
76
|
prefix: 'prefix_example', # String |
|
77
|
+
consistency: 'consistency_example', # String |
|
77
78
|
}
|
78
79
|
|
79
80
|
begin
|
@@ -93,6 +94,7 @@ end
|
|
93
94
|
| **cursor** | **String** | | [optional] |
|
94
95
|
| **limit** | **Integer** | | [optional][default to 100] |
|
95
96
|
| **prefix** | **String** | | [optional] |
|
97
|
+
| **consistency** | **String** | | [optional] |
|
96
98
|
|
97
99
|
### Return type
|
98
100
|
|
@@ -0,0 +1,65 @@
|
|
1
|
+
# Fastly::LogExplorerApi
|
2
|
+
|
3
|
+
|
4
|
+
```ruby
|
5
|
+
require 'fastly'
|
6
|
+
api_instance = Fastly::LogExplorerApi.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
|
+
[**get_log_records**](LogExplorerApi.md#get_log_records) | **GET** /observability/log-explorer | Retrieve log records
|
17
|
+
|
18
|
+
|
19
|
+
## `get_log_records()`
|
20
|
+
|
21
|
+
```ruby
|
22
|
+
get_log_records(opts): <GetLogRecordsResponse> # Retrieve log records
|
23
|
+
```
|
24
|
+
|
25
|
+
Retrieves log records.
|
26
|
+
|
27
|
+
### Examples
|
28
|
+
|
29
|
+
```ruby
|
30
|
+
api_instance = Fastly::LogExplorerApi.new
|
31
|
+
opts = {
|
32
|
+
service_id: 'service_id_example', # String |
|
33
|
+
start: 'start_example', # String |
|
34
|
+
_end: '_end_example', # String |
|
35
|
+
limit: 8.14, # Float |
|
36
|
+
next_cursor: 'next_cursor_example', # String |
|
37
|
+
filter: 'filter_example', # String |
|
38
|
+
}
|
39
|
+
|
40
|
+
begin
|
41
|
+
# Retrieve log records
|
42
|
+
result = api_instance.get_log_records(opts)
|
43
|
+
p result
|
44
|
+
rescue Fastly::ApiError => e
|
45
|
+
puts "Error when calling LogExplorerApi->get_log_records: #{e}"
|
46
|
+
end
|
47
|
+
```
|
48
|
+
|
49
|
+
### Options
|
50
|
+
|
51
|
+
| Name | Type | Description | Notes |
|
52
|
+
| ---- | ---- | ----------- | ----- |
|
53
|
+
| **service_id** | **String** | | |
|
54
|
+
| **start** | **String** | | |
|
55
|
+
| **_end** | **String** | | |
|
56
|
+
| **limit** | **Float** | | [optional] |
|
57
|
+
| **next_cursor** | **String** | | [optional] |
|
58
|
+
| **filter** | **String** | | [optional] |
|
59
|
+
|
60
|
+
### Return type
|
61
|
+
|
62
|
+
[**GetLogRecordsResponse**](GetLogRecordsResponse.md)
|
63
|
+
|
64
|
+
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
|
65
|
+
[[Back to README]](../../README.md)
|
data/docs/LogInsights.md
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
# Fastly::LogInsights
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **dimensions** | [**LogInsightsDimensions**](LogInsightsDimensions.md) | | [optional] |
|
8
|
+
| **dimension_attributes** | [**LogInsightsDimensionAttributes**](LogInsightsDimensionAttributes.md) | | [optional] |
|
9
|
+
| **values** | [**LogInsightsValues**](LogInsightsValues.md) | | [optional] |
|
10
|
+
|
11
|
+
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
12
|
+
|
@@ -0,0 +1,49 @@
|
|
1
|
+
# Fastly::LogInsightsDimensionAttributes
|
2
|
+
|
3
|
+
## Class instance methods
|
4
|
+
|
5
|
+
### `fastly_one_of`
|
6
|
+
|
7
|
+
Returns the list of classes defined in oneOf.
|
8
|
+
|
9
|
+
#### Example
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'fastly'
|
13
|
+
|
14
|
+
Fastly::LogInsightsDimensionAttributes.fastly_one_of
|
15
|
+
# =>
|
16
|
+
# [
|
17
|
+
# :'DimensionAttributesCountryStats',
|
18
|
+
# :'DimensionAttributesRate'
|
19
|
+
# ]
|
20
|
+
```
|
21
|
+
|
22
|
+
### build
|
23
|
+
|
24
|
+
Find the appropriate object from the `fastly_one_of` list and casts the data into it.
|
25
|
+
|
26
|
+
#### Example
|
27
|
+
|
28
|
+
```ruby
|
29
|
+
require 'fastly'
|
30
|
+
|
31
|
+
Fastly::LogInsightsDimensionAttributes.build(data)
|
32
|
+
# => #<DimensionAttributesCountryStats:0x00007fdd4aab02a0>
|
33
|
+
|
34
|
+
Fastly::LogInsightsDimensionAttributes.build(data_that_doesnt_match)
|
35
|
+
# => nil
|
36
|
+
```
|
37
|
+
|
38
|
+
#### Parameters
|
39
|
+
|
40
|
+
| Name | Type | Description |
|
41
|
+
| ---- | ---- | ----------- |
|
42
|
+
| **data** | **Mixed** | data to be matched against the list of oneOf items |
|
43
|
+
|
44
|
+
#### Return type
|
45
|
+
|
46
|
+
- `DimensionAttributesCountryStats`
|
47
|
+
- `DimensionAttributesRate`
|
48
|
+
- `nil` (if no type matches)
|
49
|
+
|
@@ -0,0 +1,61 @@
|
|
1
|
+
# Fastly::LogInsightsDimensions
|
2
|
+
|
3
|
+
## Class instance methods
|
4
|
+
|
5
|
+
### `fastly_one_of`
|
6
|
+
|
7
|
+
Returns the list of classes defined in oneOf.
|
8
|
+
|
9
|
+
#### Example
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'fastly'
|
13
|
+
|
14
|
+
Fastly::LogInsightsDimensions.fastly_one_of
|
15
|
+
# =>
|
16
|
+
# [
|
17
|
+
# :'DimensionBrowser',
|
18
|
+
# :'DimensionContentType',
|
19
|
+
# :'DimensionCountry',
|
20
|
+
# :'DimensionDevice',
|
21
|
+
# :'DimensionOs',
|
22
|
+
# :'DimensionResponse',
|
23
|
+
# :'DimensionStatusCode',
|
24
|
+
# :'DimensionUrl'
|
25
|
+
# ]
|
26
|
+
```
|
27
|
+
|
28
|
+
### build
|
29
|
+
|
30
|
+
Find the appropriate object from the `fastly_one_of` list and casts the data into it.
|
31
|
+
|
32
|
+
#### Example
|
33
|
+
|
34
|
+
```ruby
|
35
|
+
require 'fastly'
|
36
|
+
|
37
|
+
Fastly::LogInsightsDimensions.build(data)
|
38
|
+
# => #<DimensionBrowser:0x00007fdd4aab02a0>
|
39
|
+
|
40
|
+
Fastly::LogInsightsDimensions.build(data_that_doesnt_match)
|
41
|
+
# => nil
|
42
|
+
```
|
43
|
+
|
44
|
+
#### Parameters
|
45
|
+
|
46
|
+
| Name | Type | Description |
|
47
|
+
| ---- | ---- | ----------- |
|
48
|
+
| **data** | **Mixed** | data to be matched against the list of oneOf items |
|
49
|
+
|
50
|
+
#### Return type
|
51
|
+
|
52
|
+
- `DimensionBrowser`
|
53
|
+
- `DimensionContentType`
|
54
|
+
- `DimensionCountry`
|
55
|
+
- `DimensionDevice`
|
56
|
+
- `DimensionOs`
|
57
|
+
- `DimensionResponse`
|
58
|
+
- `DimensionStatusCode`
|
59
|
+
- `DimensionUrl`
|
60
|
+
- `nil` (if no type matches)
|
61
|
+
|
@@ -0,0 +1,10 @@
|
|
1
|
+
# Fastly::LogInsightsMeta
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **filters** | [**LogInsightsMetaFilter**](LogInsightsMetaFilter.md) | | [optional] |
|
8
|
+
|
9
|
+
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
10
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
# Fastly::LogInsightsMetaFilter
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **service_id** | **String** | Specifies the ID of the service for which data should be returned. | [optional] |
|
8
|
+
| **start** | **String** | Start time for the query as supplied in the request. | [optional] |
|
9
|
+
| **_end** | **String** | End time for the query as supplied in the request. | [optional] |
|
10
|
+
| **domain_exact_match** | **Boolean** | Value of the `domain_exact_match` filter as supplied in the request. | [optional] |
|
11
|
+
| **limit** | **Integer** | Number of records per page. | [optional][default to 20] |
|
12
|
+
|
13
|
+
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
14
|
+
|
@@ -0,0 +1,65 @@
|
|
1
|
+
# Fastly::LogInsightsValues
|
2
|
+
|
3
|
+
## Class instance methods
|
4
|
+
|
5
|
+
### `fastly_one_of`
|
6
|
+
|
7
|
+
Returns the list of classes defined in oneOf.
|
8
|
+
|
9
|
+
#### Example
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'fastly'
|
13
|
+
|
14
|
+
Fastly::LogInsightsValues.fastly_one_of
|
15
|
+
# =>
|
16
|
+
# [
|
17
|
+
# :'Values503Responses',
|
18
|
+
# :'ValuesBandwidth',
|
19
|
+
# :'ValuesBrowser',
|
20
|
+
# :'ValuesCacheHitRatio',
|
21
|
+
# :'ValuesCountryStats',
|
22
|
+
# :'ValuesDuration',
|
23
|
+
# :'ValuesMisses',
|
24
|
+
# :'ValuesRate',
|
25
|
+
# :'ValuesRequests',
|
26
|
+
# :'ValuesStatusCodes'
|
27
|
+
# ]
|
28
|
+
```
|
29
|
+
|
30
|
+
### build
|
31
|
+
|
32
|
+
Find the appropriate object from the `fastly_one_of` list and casts the data into it.
|
33
|
+
|
34
|
+
#### Example
|
35
|
+
|
36
|
+
```ruby
|
37
|
+
require 'fastly'
|
38
|
+
|
39
|
+
Fastly::LogInsightsValues.build(data)
|
40
|
+
# => #<Values503Responses:0x00007fdd4aab02a0>
|
41
|
+
|
42
|
+
Fastly::LogInsightsValues.build(data_that_doesnt_match)
|
43
|
+
# => nil
|
44
|
+
```
|
45
|
+
|
46
|
+
#### Parameters
|
47
|
+
|
48
|
+
| Name | Type | Description |
|
49
|
+
| ---- | ---- | ----------- |
|
50
|
+
| **data** | **Mixed** | data to be matched against the list of oneOf items |
|
51
|
+
|
52
|
+
#### Return type
|
53
|
+
|
54
|
+
- `Values503Responses`
|
55
|
+
- `ValuesBandwidth`
|
56
|
+
- `ValuesBrowser`
|
57
|
+
- `ValuesCacheHitRatio`
|
58
|
+
- `ValuesCountryStats`
|
59
|
+
- `ValuesDuration`
|
60
|
+
- `ValuesMisses`
|
61
|
+
- `ValuesRate`
|
62
|
+
- `ValuesRequests`
|
63
|
+
- `ValuesStatusCodes`
|
64
|
+
- `nil` (if no type matches)
|
65
|
+
|
data/docs/LogRecord.md
ADDED
@@ -0,0 +1,37 @@
|
|
1
|
+
# Fastly::LogRecord
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **customer_id** | **String** | The ID of the Fastly customer that owns the service. | [optional][readonly] |
|
8
|
+
| **service_id** | [**LogPropertyServiceId**](LogPropertyServiceId.md) | | [optional] |
|
9
|
+
| **timestamp** | **Time** | Timestamp of the request in ISO 8601 format. | [optional] |
|
10
|
+
| **client_as_number** | **Integer** | The autonomous system (AS) number of the client. | [optional][readonly] |
|
11
|
+
| **client_region** | **String** | The client's country subdivision code as found in ISO 3166-2. | [optional][readonly] |
|
12
|
+
| **client_country_code** | **String** | The two-letter ISO 3166-1 country code for the client. | [optional][readonly] |
|
13
|
+
| **client_os_name** | **String** | The name of the operating system installed on the client device. | [optional][readonly] |
|
14
|
+
| **client_device_type** | **String** | The type of the client's device. | [optional][readonly] |
|
15
|
+
| **client_browser_name** | **String** | The name of the browser in use on the client device. | [optional][readonly] |
|
16
|
+
| **client_browser_version** | **String** | The version of the browser in use on client device. | [optional][readonly] |
|
17
|
+
| **fastly_pop** | **String** | The name of the Fastly POP that served this request. | [optional][readonly] |
|
18
|
+
| **origin_host** | **String** | The name of the origin host that served this request. | [optional][readonly] |
|
19
|
+
| **request_protocol** | **String** | HTTP protocol version in use for this request. For example, HTTP/1.1. | [optional][readonly] |
|
20
|
+
| **request_host** | **String** | The name of the request host used for this request. | [optional][readonly] |
|
21
|
+
| **request_path** | **String** | The URL path supplied for this request. | [optional][readonly] |
|
22
|
+
| **request_method** | **String** | HTTP method sent by the client such as \"GET\" or \"POST\". | [optional][readonly] |
|
23
|
+
| **response_bytes_body** | **Integer** | Body bytes sent to the client in the response. | [optional][readonly] |
|
24
|
+
| **response_bytes_header** | **Integer** | Header bytes sent to the client in the response. | [optional][readonly] |
|
25
|
+
| **response_content_length** | **Integer** | Total bytes sent to the client in the response. | [optional][readonly] |
|
26
|
+
| **response_content_type** | **String** | The content type of the response sent to the client. | [optional][readonly] |
|
27
|
+
| **response_reason** | **String** | The HTTP reason phrase returned for this request, if any. | [optional][readonly] |
|
28
|
+
| **response_state** | **String** | The state of the request with optional suffixes describing special cases. | [optional][readonly] |
|
29
|
+
| **response_status** | **Integer** | The HTTP response code returned for this request. | [optional][readonly] |
|
30
|
+
| **response_time** | **Float** | The time since the request started in seconds. | [optional][readonly] |
|
31
|
+
| **response_x_cache** | **String** | Indicates whether the request was a HIT or a MISS. | [optional][readonly] |
|
32
|
+
| **is_cache_hit** | **Boolean** | Indicates whether this request was fulfilled from cache. | [optional][readonly] |
|
33
|
+
| **is_edge** | **Boolean** | Indicates whether the request was handled by a Fastly edge POP. | [optional][readonly] |
|
34
|
+
| **is_shield** | **Boolean** | Indicates whether the request was handled by a Fastly shield POP. | [optional][readonly] |
|
35
|
+
|
36
|
+
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
37
|
+
|
@@ -0,0 +1,14 @@
|
|
1
|
+
# Fastly::LoggingGrafanacloudlogsAdditional
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **format** | **String** | A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). | [optional] |
|
8
|
+
| **user** | **String** | The Grafana Cloud Logs Dataset you want to log to. | [optional] |
|
9
|
+
| **url** | **String** | The URL of the Loki instance in your Grafana stack. | [optional] |
|
10
|
+
| **token** | **String** | The Grafana Access Policy token with `logs:write` access scoped to your Loki instance. | [optional] |
|
11
|
+
| **index** | **String** | The Stream Labels, a JSON string used to identify the stream. | [optional] |
|
12
|
+
|
13
|
+
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
14
|
+
|