fastly 8.10.0 → 9.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +27 -1
- 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/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/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/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
@@ -0,0 +1,237 @@
|
|
1
|
+
=begin
|
2
|
+
#Fastly API
|
3
|
+
|
4
|
+
#Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/)
|
5
|
+
|
6
|
+
The version of the OpenAPI document: 1.0.0
|
7
|
+
Contact: oss@fastly.com
|
8
|
+
|
9
|
+
=end
|
10
|
+
|
11
|
+
require 'date'
|
12
|
+
require 'time'
|
13
|
+
|
14
|
+
module Fastly
|
15
|
+
class ValuesStatusCodes
|
16
|
+
# The HTTP request path.
|
17
|
+
attr_accessor :url
|
18
|
+
|
19
|
+
# The URL accounts for this percentage of the status code in this dimension.
|
20
|
+
attr_accessor :rate_per_status
|
21
|
+
|
22
|
+
# The rate at which the status code in this dimension occurs for this URL.
|
23
|
+
attr_accessor :rate_per_url
|
24
|
+
|
25
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
26
|
+
def self.attribute_map
|
27
|
+
{
|
28
|
+
:'url' => :'url',
|
29
|
+
:'rate_per_status' => :'rate_per_status',
|
30
|
+
:'rate_per_url' => :'rate_per_url'
|
31
|
+
}
|
32
|
+
end
|
33
|
+
|
34
|
+
# Returns all the JSON keys this model knows about
|
35
|
+
def self.acceptable_attributes
|
36
|
+
attribute_map.values
|
37
|
+
end
|
38
|
+
|
39
|
+
# Attribute type mapping.
|
40
|
+
def self.fastly_types
|
41
|
+
{
|
42
|
+
:'url' => :'String',
|
43
|
+
:'rate_per_status' => :'Float',
|
44
|
+
:'rate_per_url' => :'Float'
|
45
|
+
}
|
46
|
+
end
|
47
|
+
|
48
|
+
# List of attributes with nullable: true
|
49
|
+
def self.fastly_nullable
|
50
|
+
Set.new([
|
51
|
+
])
|
52
|
+
end
|
53
|
+
|
54
|
+
# Initializes the object
|
55
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
56
|
+
def initialize(attributes = {})
|
57
|
+
if (!attributes.is_a?(Hash))
|
58
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `Fastly::ValuesStatusCodes` initialize method"
|
59
|
+
end
|
60
|
+
|
61
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
62
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
63
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
64
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `Fastly::ValuesStatusCodes`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
65
|
+
end
|
66
|
+
h[k.to_sym] = v
|
67
|
+
}
|
68
|
+
|
69
|
+
if attributes.key?(:'url')
|
70
|
+
self.url = attributes[:'url']
|
71
|
+
end
|
72
|
+
|
73
|
+
if attributes.key?(:'rate_per_status')
|
74
|
+
self.rate_per_status = attributes[:'rate_per_status']
|
75
|
+
end
|
76
|
+
|
77
|
+
if attributes.key?(:'rate_per_url')
|
78
|
+
self.rate_per_url = attributes[:'rate_per_url']
|
79
|
+
end
|
80
|
+
end
|
81
|
+
|
82
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
83
|
+
# @return Array for valid properties with the reasons
|
84
|
+
def list_invalid_properties
|
85
|
+
invalid_properties = Array.new
|
86
|
+
invalid_properties
|
87
|
+
end
|
88
|
+
|
89
|
+
# Check to see if the all the properties in the model are valid
|
90
|
+
# @return true if the model is valid
|
91
|
+
def valid?
|
92
|
+
true
|
93
|
+
end
|
94
|
+
|
95
|
+
# Checks equality by comparing each attribute.
|
96
|
+
# @param [Object] Object to be compared
|
97
|
+
def ==(o)
|
98
|
+
return true if self.equal?(o)
|
99
|
+
self.class == o.class &&
|
100
|
+
url == o.url &&
|
101
|
+
rate_per_status == o.rate_per_status &&
|
102
|
+
rate_per_url == o.rate_per_url
|
103
|
+
end
|
104
|
+
|
105
|
+
# @see the `==` method
|
106
|
+
# @param [Object] Object to be compared
|
107
|
+
def eql?(o)
|
108
|
+
self == o
|
109
|
+
end
|
110
|
+
|
111
|
+
# Calculates hash code according to all attributes.
|
112
|
+
# @return [Integer] Hash code
|
113
|
+
def hash
|
114
|
+
[url, rate_per_status, rate_per_url].hash
|
115
|
+
end
|
116
|
+
|
117
|
+
# Builds the object from hash
|
118
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
119
|
+
# @return [Object] Returns the model itself
|
120
|
+
def self.build_from_hash(attributes)
|
121
|
+
new.build_from_hash(attributes)
|
122
|
+
end
|
123
|
+
|
124
|
+
# Builds the object from hash
|
125
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
126
|
+
# @return [Object] Returns the model itself
|
127
|
+
def build_from_hash(attributes)
|
128
|
+
return nil unless attributes.is_a?(Hash)
|
129
|
+
self.class.fastly_types.each_pair do |key, type|
|
130
|
+
if attributes[self.class.attribute_map[key]].nil? && self.class.fastly_nullable.include?(key)
|
131
|
+
self.send("#{key}=", nil)
|
132
|
+
elsif type =~ /\AArray<(.*)>/i
|
133
|
+
# check to ensure the input is an array given that the attribute
|
134
|
+
# is documented as an array but the input is not
|
135
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
136
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
137
|
+
end
|
138
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
139
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
140
|
+
end
|
141
|
+
end
|
142
|
+
|
143
|
+
self
|
144
|
+
end
|
145
|
+
|
146
|
+
# Deserializes the data based on type
|
147
|
+
# @param string type Data type
|
148
|
+
# @param string value Value to be deserialized
|
149
|
+
# @return [Object] Deserialized data
|
150
|
+
def _deserialize(type, value)
|
151
|
+
case type.to_sym
|
152
|
+
when :Time
|
153
|
+
Time.parse(value)
|
154
|
+
when :Date
|
155
|
+
Date.parse(value)
|
156
|
+
when :String
|
157
|
+
value.to_s
|
158
|
+
when :Integer
|
159
|
+
value.to_i
|
160
|
+
when :Float
|
161
|
+
value.to_f
|
162
|
+
when :Boolean
|
163
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
164
|
+
true
|
165
|
+
else
|
166
|
+
false
|
167
|
+
end
|
168
|
+
when :Object
|
169
|
+
# generic object (usually a Hash), return directly
|
170
|
+
value
|
171
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
172
|
+
inner_type = Regexp.last_match[:inner_type]
|
173
|
+
value.map { |v| _deserialize(inner_type, v) }
|
174
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
175
|
+
k_type = Regexp.last_match[:k_type]
|
176
|
+
v_type = Regexp.last_match[:v_type]
|
177
|
+
{}.tap do |hash|
|
178
|
+
value.each do |k, v|
|
179
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
180
|
+
end
|
181
|
+
end
|
182
|
+
else # model
|
183
|
+
# models (e.g. Pet) or oneOf
|
184
|
+
klass = Fastly.const_get(type)
|
185
|
+
klass.respond_to?(:fastly_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
186
|
+
end
|
187
|
+
end
|
188
|
+
|
189
|
+
# Returns the string representation of the object
|
190
|
+
# @return [String] String presentation of the object
|
191
|
+
def to_s
|
192
|
+
to_hash.to_s
|
193
|
+
end
|
194
|
+
|
195
|
+
# to_body is an alias to to_hash (backward compatibility)
|
196
|
+
# @return [Hash] Returns the object in the form of hash
|
197
|
+
def to_body
|
198
|
+
to_hash
|
199
|
+
end
|
200
|
+
|
201
|
+
# Returns the object in the form of hash
|
202
|
+
# @return [Hash] Returns the object in the form of hash
|
203
|
+
def to_hash
|
204
|
+
hash = {}
|
205
|
+
self.class.attribute_map.each_pair do |attr, param|
|
206
|
+
value = self.send(attr)
|
207
|
+
if value.nil?
|
208
|
+
is_nullable = self.class.fastly_nullable.include?(attr)
|
209
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
210
|
+
end
|
211
|
+
|
212
|
+
hash[param] = _to_hash(value)
|
213
|
+
end
|
214
|
+
hash
|
215
|
+
end
|
216
|
+
|
217
|
+
# Outputs non-array value in the form of hash
|
218
|
+
# For object, use to_hash. Otherwise, just return the value
|
219
|
+
# @param [Object] value Any valid value
|
220
|
+
# @return [Hash] Returns the value in the form of hash
|
221
|
+
def _to_hash(value)
|
222
|
+
if value.is_a?(Array)
|
223
|
+
value.compact.map { |v| _to_hash(v) }
|
224
|
+
elsif value.is_a?(Hash)
|
225
|
+
{}.tap do |hash|
|
226
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
227
|
+
end
|
228
|
+
elsif value.respond_to? :to_hash
|
229
|
+
value.to_hash
|
230
|
+
else
|
231
|
+
value
|
232
|
+
end
|
233
|
+
end
|
234
|
+
|
235
|
+
end
|
236
|
+
|
237
|
+
end
|
data/lib/fastly/version.rb
CHANGED
data/lib/fastly.rb
CHANGED
@@ -15,6 +15,8 @@ require 'fastly/version'
|
|
15
15
|
require 'fastly/configuration'
|
16
16
|
|
17
17
|
# Models
|
18
|
+
require 'fastly/models/access_key'
|
19
|
+
require 'fastly/models/access_key_response'
|
18
20
|
require 'fastly/models/acl'
|
19
21
|
require 'fastly/models/acl_entry'
|
20
22
|
require 'fastly/models/acl_entry_response'
|
@@ -78,6 +80,7 @@ require 'fastly/models/compute_acl_list_entries'
|
|
78
80
|
require 'fastly/models/compute_acl_list_entries_item'
|
79
81
|
require 'fastly/models/compute_acl_list_entries_meta'
|
80
82
|
require 'fastly/models/compute_acl_lookup'
|
83
|
+
require 'fastly/models/compute_acl_update'
|
81
84
|
require 'fastly/models/compute_acl_update_entry'
|
82
85
|
require 'fastly/models/condition'
|
83
86
|
require 'fastly/models/condition_response'
|
@@ -121,6 +124,16 @@ require 'fastly/models/dictionary_item_response_all_of'
|
|
121
124
|
require 'fastly/models/dictionary_response'
|
122
125
|
require 'fastly/models/dictionary_response_all_of'
|
123
126
|
require 'fastly/models/diff_response'
|
127
|
+
require 'fastly/models/dimension_attributes_country_stats'
|
128
|
+
require 'fastly/models/dimension_attributes_rate'
|
129
|
+
require 'fastly/models/dimension_browser'
|
130
|
+
require 'fastly/models/dimension_content_type'
|
131
|
+
require 'fastly/models/dimension_country'
|
132
|
+
require 'fastly/models/dimension_device'
|
133
|
+
require 'fastly/models/dimension_os'
|
134
|
+
require 'fastly/models/dimension_response'
|
135
|
+
require 'fastly/models/dimension_status_code'
|
136
|
+
require 'fastly/models/dimension_url'
|
124
137
|
require 'fastly/models/director'
|
125
138
|
require 'fastly/models/director_backend'
|
126
139
|
require 'fastly/models/director_backend_all_of'
|
@@ -146,7 +159,12 @@ require 'fastly/models/event_attributes'
|
|
146
159
|
require 'fastly/models/event_data'
|
147
160
|
require 'fastly/models/event_response'
|
148
161
|
require 'fastly/models/events_response'
|
162
|
+
require 'fastly/models/filter_field_item'
|
149
163
|
require 'fastly/models/generic_token_error'
|
164
|
+
require 'fastly/models/get_log_insights_response'
|
165
|
+
require 'fastly/models/get_log_records_response'
|
166
|
+
require 'fastly/models/get_log_records_response_meta'
|
167
|
+
require 'fastly/models/get_log_records_response_meta_filters'
|
150
168
|
require 'fastly/models/get_service_level_usage_response'
|
151
169
|
require 'fastly/models/get_service_level_usage_types_response'
|
152
170
|
require 'fastly/models/gzip'
|
@@ -238,6 +256,14 @@ require 'fastly/models/list_customer_addresses_response'
|
|
238
256
|
require 'fastly/models/list_dashboards_response'
|
239
257
|
require 'fastly/models/list_eom_invoices_response'
|
240
258
|
require 'fastly/models/listinvoices'
|
259
|
+
require 'fastly/models/log_insights'
|
260
|
+
require 'fastly/models/log_insights_dimension_attributes'
|
261
|
+
require 'fastly/models/log_insights_dimensions'
|
262
|
+
require 'fastly/models/log_insights_meta'
|
263
|
+
require 'fastly/models/log_insights_meta_filter'
|
264
|
+
require 'fastly/models/log_insights_values'
|
265
|
+
require 'fastly/models/log_property_service_id'
|
266
|
+
require 'fastly/models/log_record'
|
241
267
|
require 'fastly/models/logging_address_and_port'
|
242
268
|
require 'fastly/models/logging_azureblob_additional'
|
243
269
|
require 'fastly/models/logging_azureblob_response'
|
@@ -269,6 +295,8 @@ require 'fastly/models/logging_generic_common_response_all_of'
|
|
269
295
|
require 'fastly/models/logging_generic_common_response_all_of1'
|
270
296
|
require 'fastly/models/logging_google_pubsub_additional'
|
271
297
|
require 'fastly/models/logging_google_pubsub_response'
|
298
|
+
require 'fastly/models/logging_grafanacloudlogs_additional'
|
299
|
+
require 'fastly/models/logging_grafanacloudlogs_response'
|
272
300
|
require 'fastly/models/logging_heroku_additional'
|
273
301
|
require 'fastly/models/logging_heroku_response'
|
274
302
|
require 'fastly/models/logging_honeycomb_additional'
|
@@ -670,6 +698,8 @@ require 'fastly/models/type_waf_tag'
|
|
670
698
|
require 'fastly/models/update_billing_address_request'
|
671
699
|
require 'fastly/models/update_billing_address_request_data'
|
672
700
|
require 'fastly/models/update_dashboard_request'
|
701
|
+
require 'fastly/models/usagemetric'
|
702
|
+
require 'fastly/models/usagemetrics'
|
673
703
|
require 'fastly/models/user'
|
674
704
|
require 'fastly/models/user_response'
|
675
705
|
require 'fastly/models/user_response_read_only'
|
@@ -677,8 +707,19 @@ require 'fastly/models/validator_result'
|
|
677
707
|
require 'fastly/models/validator_result_data'
|
678
708
|
require 'fastly/models/validator_result_data_attributes'
|
679
709
|
require 'fastly/models/validator_result_data_attributes_messages'
|
710
|
+
require 'fastly/models/value_field'
|
680
711
|
require 'fastly/models/values'
|
712
|
+
require 'fastly/models/values503_responses'
|
713
|
+
require 'fastly/models/values_bandwidth'
|
714
|
+
require 'fastly/models/values_browser'
|
715
|
+
require 'fastly/models/values_cache_hit_ratio'
|
716
|
+
require 'fastly/models/values_country_stats'
|
681
717
|
require 'fastly/models/values_ddos'
|
718
|
+
require 'fastly/models/values_duration'
|
719
|
+
require 'fastly/models/values_misses'
|
720
|
+
require 'fastly/models/values_rate'
|
721
|
+
require 'fastly/models/values_requests'
|
722
|
+
require 'fastly/models/values_status_codes'
|
682
723
|
require 'fastly/models/vcl'
|
683
724
|
require 'fastly/models/vcl_diff'
|
684
725
|
require 'fastly/models/vcl_response'
|
@@ -795,6 +836,7 @@ require 'fastly/api/iam_roles_api'
|
|
795
836
|
require 'fastly/api/iam_service_groups_api'
|
796
837
|
require 'fastly/api/iam_user_groups_api'
|
797
838
|
require 'fastly/api/image_optimizer_default_settings_api'
|
839
|
+
require 'fastly/api/insights_api'
|
798
840
|
require 'fastly/api/invitations_api'
|
799
841
|
require 'fastly/api/kv_store_api'
|
800
842
|
require 'fastly/api/kv_store_item_api'
|
@@ -806,6 +848,7 @@ require 'fastly/api/legacy_waf_rule_status_api'
|
|
806
848
|
require 'fastly/api/legacy_waf_ruleset_api'
|
807
849
|
require 'fastly/api/legacy_waf_tag_api'
|
808
850
|
require 'fastly/api/legacy_waf_update_status_api'
|
851
|
+
require 'fastly/api/log_explorer_api'
|
809
852
|
require 'fastly/api/logging_azureblob_api'
|
810
853
|
require 'fastly/api/logging_bigquery_api'
|
811
854
|
require 'fastly/api/logging_cloudfiles_api'
|
@@ -814,6 +857,7 @@ require 'fastly/api/logging_digitalocean_api'
|
|
814
857
|
require 'fastly/api/logging_elasticsearch_api'
|
815
858
|
require 'fastly/api/logging_ftp_api'
|
816
859
|
require 'fastly/api/logging_gcs_api'
|
860
|
+
require 'fastly/api/logging_grafanacloudlogs_api'
|
817
861
|
require 'fastly/api/logging_heroku_api'
|
818
862
|
require 'fastly/api/logging_honeycomb_api'
|
819
863
|
require 'fastly/api/logging_https_api'
|
@@ -834,6 +878,7 @@ require 'fastly/api/logging_splunk_api'
|
|
834
878
|
require 'fastly/api/logging_sumologic_api'
|
835
879
|
require 'fastly/api/logging_syslog_api'
|
836
880
|
require 'fastly/api/mutual_authentication_api'
|
881
|
+
require 'fastly/api/object_storage_access_keys_api'
|
837
882
|
require 'fastly/api/observability_custom_dashboards_api'
|
838
883
|
require 'fastly/api/origin_inspector_historical_api'
|
839
884
|
require 'fastly/api/origin_inspector_realtime_api'
|
data/sig.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"G": "
|
1
|
+
{"G": "8147d17d", "D": "c00fd741"}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastly
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 9.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fastly
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -52,6 +52,8 @@ files:
|
|
52
52
|
- RELEASE.md
|
53
53
|
- Rakefile
|
54
54
|
- SECURITY.md
|
55
|
+
- docs/AccessKey.md
|
56
|
+
- docs/AccessKeyResponse.md
|
55
57
|
- docs/Acl.md
|
56
58
|
- docs/AclApi.md
|
57
59
|
- docs/AclEntry.md
|
@@ -126,6 +128,7 @@ files:
|
|
126
128
|
- docs/ComputeAclListEntriesItem.md
|
127
129
|
- docs/ComputeAclListEntriesMeta.md
|
128
130
|
- docs/ComputeAclLookup.md
|
131
|
+
- docs/ComputeAclUpdate.md
|
129
132
|
- docs/ComputeAclUpdateEntry.md
|
130
133
|
- docs/Condition.md
|
131
134
|
- docs/ConditionApi.md
|
@@ -180,6 +183,16 @@ files:
|
|
180
183
|
- docs/DictionaryResponseAllOf.md
|
181
184
|
- docs/DiffApi.md
|
182
185
|
- docs/DiffResponse.md
|
186
|
+
- docs/DimensionAttributesCountryStats.md
|
187
|
+
- docs/DimensionAttributesRate.md
|
188
|
+
- docs/DimensionBrowser.md
|
189
|
+
- docs/DimensionContentType.md
|
190
|
+
- docs/DimensionCountry.md
|
191
|
+
- docs/DimensionDevice.md
|
192
|
+
- docs/DimensionOs.md
|
193
|
+
- docs/DimensionResponse.md
|
194
|
+
- docs/DimensionStatusCode.md
|
195
|
+
- docs/DimensionUrl.md
|
183
196
|
- docs/Director.md
|
184
197
|
- docs/DirectorApi.md
|
185
198
|
- docs/DirectorBackend.md
|
@@ -213,7 +226,12 @@ files:
|
|
213
226
|
- docs/EventResponse.md
|
214
227
|
- docs/EventsApi.md
|
215
228
|
- docs/EventsResponse.md
|
229
|
+
- docs/FilterFieldItem.md
|
216
230
|
- docs/GenericTokenError.md
|
231
|
+
- docs/GetLogInsightsResponse.md
|
232
|
+
- docs/GetLogRecordsResponse.md
|
233
|
+
- docs/GetLogRecordsResponseMeta.md
|
234
|
+
- docs/GetLogRecordsResponseMetaFilters.md
|
217
235
|
- docs/GetServiceLevelUsageResponse.md
|
218
236
|
- docs/GetServiceLevelUsageTypesResponse.md
|
219
237
|
- docs/Gzip.md
|
@@ -291,6 +309,7 @@ files:
|
|
291
309
|
- docs/InlineResponse2007.md
|
292
310
|
- docs/InlineResponse201.md
|
293
311
|
- docs/InlineResponse400.md
|
312
|
+
- docs/InsightsApi.md
|
294
313
|
- docs/Invitation.md
|
295
314
|
- docs/InvitationData.md
|
296
315
|
- docs/InvitationDataAttributes.md
|
@@ -326,6 +345,15 @@ files:
|
|
326
345
|
- docs/ListDashboardsResponse.md
|
327
346
|
- docs/ListEomInvoicesResponse.md
|
328
347
|
- docs/Listinvoices.md
|
348
|
+
- docs/LogExplorerApi.md
|
349
|
+
- docs/LogInsights.md
|
350
|
+
- docs/LogInsightsDimensionAttributes.md
|
351
|
+
- docs/LogInsightsDimensions.md
|
352
|
+
- docs/LogInsightsMeta.md
|
353
|
+
- docs/LogInsightsMetaFilter.md
|
354
|
+
- docs/LogInsightsValues.md
|
355
|
+
- docs/LogPropertyServiceId.md
|
356
|
+
- docs/LogRecord.md
|
329
357
|
- docs/LoggingAddressAndPort.md
|
330
358
|
- docs/LoggingAzureblobAdditional.md
|
331
359
|
- docs/LoggingAzureblobApi.md
|
@@ -365,6 +393,9 @@ files:
|
|
365
393
|
- docs/LoggingGenericCommonResponseAllOf1.md
|
366
394
|
- docs/LoggingGooglePubsubAdditional.md
|
367
395
|
- docs/LoggingGooglePubsubResponse.md
|
396
|
+
- docs/LoggingGrafanacloudlogsAdditional.md
|
397
|
+
- docs/LoggingGrafanacloudlogsApi.md
|
398
|
+
- docs/LoggingGrafanacloudlogsResponse.md
|
368
399
|
- docs/LoggingHerokuAdditional.md
|
369
400
|
- docs/LoggingHerokuApi.md
|
370
401
|
- docs/LoggingHerokuResponse.md
|
@@ -441,6 +472,7 @@ files:
|
|
441
472
|
- docs/MutualAuthenticationResponseDataAllOf.md
|
442
473
|
- docs/MutualAuthenticationsResponse.md
|
443
474
|
- docs/MutualAuthenticationsResponseAllOf.md
|
475
|
+
- docs/ObjectStorageAccessKeysApi.md
|
444
476
|
- docs/ObservabilityCustomDashboardsApi.md
|
445
477
|
- docs/OriginInspector.md
|
446
478
|
- docs/OriginInspectorDimensions.md
|
@@ -819,6 +851,8 @@ files:
|
|
819
851
|
- docs/UpdateBillingAddressRequest.md
|
820
852
|
- docs/UpdateBillingAddressRequestData.md
|
821
853
|
- docs/UpdateDashboardRequest.md
|
854
|
+
- docs/Usagemetric.md
|
855
|
+
- docs/Usagemetrics.md
|
822
856
|
- docs/User.md
|
823
857
|
- docs/UserApi.md
|
824
858
|
- docs/UserResponse.md
|
@@ -827,8 +861,19 @@ files:
|
|
827
861
|
- docs/ValidatorResultData.md
|
828
862
|
- docs/ValidatorResultDataAttributes.md
|
829
863
|
- docs/ValidatorResultDataAttributesMessages.md
|
864
|
+
- docs/ValueField.md
|
830
865
|
- docs/Values.md
|
866
|
+
- docs/Values503Responses.md
|
867
|
+
- docs/ValuesBandwidth.md
|
868
|
+
- docs/ValuesBrowser.md
|
869
|
+
- docs/ValuesCacheHitRatio.md
|
870
|
+
- docs/ValuesCountryStats.md
|
831
871
|
- docs/ValuesDdos.md
|
872
|
+
- docs/ValuesDuration.md
|
873
|
+
- docs/ValuesMisses.md
|
874
|
+
- docs/ValuesRate.md
|
875
|
+
- docs/ValuesRequests.md
|
876
|
+
- docs/ValuesStatusCodes.md
|
832
877
|
- docs/Vcl.md
|
833
878
|
- docs/VclApi.md
|
834
879
|
- docs/VclDiff.md
|
@@ -956,6 +1001,7 @@ files:
|
|
956
1001
|
- lib/fastly/api/iam_service_groups_api.rb
|
957
1002
|
- lib/fastly/api/iam_user_groups_api.rb
|
958
1003
|
- lib/fastly/api/image_optimizer_default_settings_api.rb
|
1004
|
+
- lib/fastly/api/insights_api.rb
|
959
1005
|
- lib/fastly/api/invitations_api.rb
|
960
1006
|
- lib/fastly/api/kv_store_api.rb
|
961
1007
|
- lib/fastly/api/kv_store_item_api.rb
|
@@ -967,6 +1013,7 @@ files:
|
|
967
1013
|
- lib/fastly/api/legacy_waf_ruleset_api.rb
|
968
1014
|
- lib/fastly/api/legacy_waf_tag_api.rb
|
969
1015
|
- lib/fastly/api/legacy_waf_update_status_api.rb
|
1016
|
+
- lib/fastly/api/log_explorer_api.rb
|
970
1017
|
- lib/fastly/api/logging_azureblob_api.rb
|
971
1018
|
- lib/fastly/api/logging_bigquery_api.rb
|
972
1019
|
- lib/fastly/api/logging_cloudfiles_api.rb
|
@@ -975,6 +1022,7 @@ files:
|
|
975
1022
|
- lib/fastly/api/logging_elasticsearch_api.rb
|
976
1023
|
- lib/fastly/api/logging_ftp_api.rb
|
977
1024
|
- lib/fastly/api/logging_gcs_api.rb
|
1025
|
+
- lib/fastly/api/logging_grafanacloudlogs_api.rb
|
978
1026
|
- lib/fastly/api/logging_heroku_api.rb
|
979
1027
|
- lib/fastly/api/logging_honeycomb_api.rb
|
980
1028
|
- lib/fastly/api/logging_https_api.rb
|
@@ -995,6 +1043,7 @@ files:
|
|
995
1043
|
- lib/fastly/api/logging_sumologic_api.rb
|
996
1044
|
- lib/fastly/api/logging_syslog_api.rb
|
997
1045
|
- lib/fastly/api/mutual_authentication_api.rb
|
1046
|
+
- lib/fastly/api/object_storage_access_keys_api.rb
|
998
1047
|
- lib/fastly/api/observability_custom_dashboards_api.rb
|
999
1048
|
- lib/fastly/api/origin_inspector_historical_api.rb
|
1000
1049
|
- lib/fastly/api/origin_inspector_realtime_api.rb
|
@@ -1043,6 +1092,8 @@ files:
|
|
1043
1092
|
- lib/fastly/api_client.rb
|
1044
1093
|
- lib/fastly/api_error.rb
|
1045
1094
|
- lib/fastly/configuration.rb
|
1095
|
+
- lib/fastly/models/access_key.rb
|
1096
|
+
- lib/fastly/models/access_key_response.rb
|
1046
1097
|
- lib/fastly/models/acl.rb
|
1047
1098
|
- lib/fastly/models/acl_entry.rb
|
1048
1099
|
- lib/fastly/models/acl_entry_response.rb
|
@@ -1106,6 +1157,7 @@ files:
|
|
1106
1157
|
- lib/fastly/models/compute_acl_list_entries_item.rb
|
1107
1158
|
- lib/fastly/models/compute_acl_list_entries_meta.rb
|
1108
1159
|
- lib/fastly/models/compute_acl_lookup.rb
|
1160
|
+
- lib/fastly/models/compute_acl_update.rb
|
1109
1161
|
- lib/fastly/models/compute_acl_update_entry.rb
|
1110
1162
|
- lib/fastly/models/condition.rb
|
1111
1163
|
- lib/fastly/models/condition_response.rb
|
@@ -1149,6 +1201,16 @@ files:
|
|
1149
1201
|
- lib/fastly/models/dictionary_response.rb
|
1150
1202
|
- lib/fastly/models/dictionary_response_all_of.rb
|
1151
1203
|
- lib/fastly/models/diff_response.rb
|
1204
|
+
- lib/fastly/models/dimension_attributes_country_stats.rb
|
1205
|
+
- lib/fastly/models/dimension_attributes_rate.rb
|
1206
|
+
- lib/fastly/models/dimension_browser.rb
|
1207
|
+
- lib/fastly/models/dimension_content_type.rb
|
1208
|
+
- lib/fastly/models/dimension_country.rb
|
1209
|
+
- lib/fastly/models/dimension_device.rb
|
1210
|
+
- lib/fastly/models/dimension_os.rb
|
1211
|
+
- lib/fastly/models/dimension_response.rb
|
1212
|
+
- lib/fastly/models/dimension_status_code.rb
|
1213
|
+
- lib/fastly/models/dimension_url.rb
|
1152
1214
|
- lib/fastly/models/director.rb
|
1153
1215
|
- lib/fastly/models/director_backend.rb
|
1154
1216
|
- lib/fastly/models/director_backend_all_of.rb
|
@@ -1174,7 +1236,12 @@ files:
|
|
1174
1236
|
- lib/fastly/models/event_data.rb
|
1175
1237
|
- lib/fastly/models/event_response.rb
|
1176
1238
|
- lib/fastly/models/events_response.rb
|
1239
|
+
- lib/fastly/models/filter_field_item.rb
|
1177
1240
|
- lib/fastly/models/generic_token_error.rb
|
1241
|
+
- lib/fastly/models/get_log_insights_response.rb
|
1242
|
+
- lib/fastly/models/get_log_records_response.rb
|
1243
|
+
- lib/fastly/models/get_log_records_response_meta.rb
|
1244
|
+
- lib/fastly/models/get_log_records_response_meta_filters.rb
|
1178
1245
|
- lib/fastly/models/get_service_level_usage_response.rb
|
1179
1246
|
- lib/fastly/models/get_service_level_usage_types_response.rb
|
1180
1247
|
- lib/fastly/models/gzip.rb
|
@@ -1266,6 +1333,14 @@ files:
|
|
1266
1333
|
- lib/fastly/models/list_dashboards_response.rb
|
1267
1334
|
- lib/fastly/models/list_eom_invoices_response.rb
|
1268
1335
|
- lib/fastly/models/listinvoices.rb
|
1336
|
+
- lib/fastly/models/log_insights.rb
|
1337
|
+
- lib/fastly/models/log_insights_dimension_attributes.rb
|
1338
|
+
- lib/fastly/models/log_insights_dimensions.rb
|
1339
|
+
- lib/fastly/models/log_insights_meta.rb
|
1340
|
+
- lib/fastly/models/log_insights_meta_filter.rb
|
1341
|
+
- lib/fastly/models/log_insights_values.rb
|
1342
|
+
- lib/fastly/models/log_property_service_id.rb
|
1343
|
+
- lib/fastly/models/log_record.rb
|
1269
1344
|
- lib/fastly/models/logging_address_and_port.rb
|
1270
1345
|
- lib/fastly/models/logging_azureblob_additional.rb
|
1271
1346
|
- lib/fastly/models/logging_azureblob_response.rb
|
@@ -1297,6 +1372,8 @@ files:
|
|
1297
1372
|
- lib/fastly/models/logging_generic_common_response_all_of1.rb
|
1298
1373
|
- lib/fastly/models/logging_google_pubsub_additional.rb
|
1299
1374
|
- lib/fastly/models/logging_google_pubsub_response.rb
|
1375
|
+
- lib/fastly/models/logging_grafanacloudlogs_additional.rb
|
1376
|
+
- lib/fastly/models/logging_grafanacloudlogs_response.rb
|
1300
1377
|
- lib/fastly/models/logging_heroku_additional.rb
|
1301
1378
|
- lib/fastly/models/logging_heroku_response.rb
|
1302
1379
|
- lib/fastly/models/logging_honeycomb_additional.rb
|
@@ -1698,6 +1775,8 @@ files:
|
|
1698
1775
|
- lib/fastly/models/update_billing_address_request.rb
|
1699
1776
|
- lib/fastly/models/update_billing_address_request_data.rb
|
1700
1777
|
- lib/fastly/models/update_dashboard_request.rb
|
1778
|
+
- lib/fastly/models/usagemetric.rb
|
1779
|
+
- lib/fastly/models/usagemetrics.rb
|
1701
1780
|
- lib/fastly/models/user.rb
|
1702
1781
|
- lib/fastly/models/user_response.rb
|
1703
1782
|
- lib/fastly/models/user_response_read_only.rb
|
@@ -1705,8 +1784,19 @@ files:
|
|
1705
1784
|
- lib/fastly/models/validator_result_data.rb
|
1706
1785
|
- lib/fastly/models/validator_result_data_attributes.rb
|
1707
1786
|
- lib/fastly/models/validator_result_data_attributes_messages.rb
|
1787
|
+
- lib/fastly/models/value_field.rb
|
1708
1788
|
- lib/fastly/models/values.rb
|
1789
|
+
- lib/fastly/models/values503_responses.rb
|
1790
|
+
- lib/fastly/models/values_bandwidth.rb
|
1791
|
+
- lib/fastly/models/values_browser.rb
|
1792
|
+
- lib/fastly/models/values_cache_hit_ratio.rb
|
1793
|
+
- lib/fastly/models/values_country_stats.rb
|
1709
1794
|
- lib/fastly/models/values_ddos.rb
|
1795
|
+
- lib/fastly/models/values_duration.rb
|
1796
|
+
- lib/fastly/models/values_misses.rb
|
1797
|
+
- lib/fastly/models/values_rate.rb
|
1798
|
+
- lib/fastly/models/values_requests.rb
|
1799
|
+
- lib/fastly/models/values_status_codes.rb
|
1710
1800
|
- lib/fastly/models/vcl.rb
|
1711
1801
|
- lib/fastly/models/vcl_diff.rb
|
1712
1802
|
- lib/fastly/models/vcl_response.rb
|