fastly 8.4.0 → 8.6.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.
Files changed (142) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +22 -0
  3. data/Gemfile.lock +1 -1
  4. data/README.md +15 -2
  5. data/docs/{RelationshipTlsDnsRecord.md → AsyncResponse.md} +3 -2
  6. data/docs/BillingInvoicesApi.md +37 -4
  7. data/docs/BillingUsageMetricsApi.md +111 -0
  8. data/docs/ContentApi.md +1 -1
  9. data/docs/CreateDashboardRequest.md +12 -0
  10. data/docs/Dashboard.md +17 -0
  11. data/docs/DashboardItem.md +15 -0
  12. data/docs/DashboardItemPropertyDataSource.md +11 -0
  13. data/docs/DashboardItemPropertyDataSourcePropertyConfig.md +10 -0
  14. data/docs/DashboardItemPropertyVisualization.md +11 -0
  15. data/docs/DashboardItemPropertyVisualizationPropertyConfig.md +12 -0
  16. data/docs/{RelationshipTlsDnsRecords.md → DashboardPropertyCreatedBy.md} +1 -2
  17. data/docs/{RelationshipTlsDnsRecordDnsRecord.md → DashboardPropertyUpdatedBy.md} +1 -2
  18. data/docs/DomainInspectorMeasurements.md +1 -1
  19. data/docs/{InvoiceResponse.md → EomInvoiceResponse.md} +1 -1
  20. data/docs/GetServiceLevelUsageResponse.md +10 -0
  21. data/docs/GetServiceLevelUsageTypesResponse.md +10 -0
  22. data/docs/IncludedWithTlsConfiguration.md +10 -0
  23. data/docs/IncludedWithTlsConfigurationItem.md +12 -0
  24. data/docs/ListDashboardsResponse.md +11 -0
  25. data/docs/{ListInvoicesResponse.md → ListEomInvoicesResponse.md} +1 -1
  26. data/docs/LoggingKafkaAdditional.md +1 -1
  27. data/docs/LoggingKafkaApi.md +2 -2
  28. data/docs/LoggingKafkaResponse.md +1 -1
  29. data/docs/LoggingKafkaResponsePost.md +1 -1
  30. data/docs/LoggingLogentriesAdditional.md +1 -1
  31. data/docs/LoggingLogentriesApi.md +4 -4
  32. data/docs/LoggingLogentriesResponse.md +1 -1
  33. data/docs/LoggingSplunkAdditional.md +1 -1
  34. data/docs/LoggingSplunkApi.md +4 -4
  35. data/docs/LoggingSplunkResponse.md +1 -1
  36. data/docs/LoggingSyslogAdditional.md +1 -1
  37. data/docs/LoggingSyslogApi.md +4 -4
  38. data/docs/LoggingSyslogResponse.md +1 -1
  39. data/docs/{LoggingUseTls.md → LoggingUseTlsString.md} +1 -1
  40. data/docs/MtdInvoiceResponse.md +15 -0
  41. data/docs/Mtdinvoice.md +15 -0
  42. data/docs/Mtdlineitems.md +18 -0
  43. data/docs/ObservabilityCustomDashboardsApi.md +203 -0
  44. data/docs/RealtimeEntryAggregated.md +1 -0
  45. data/docs/RealtimeMeasurements.md +1 -0
  46. data/docs/RelationshipDefaultEcdsaTlsCertificate.md +10 -0
  47. data/docs/RelationshipDefaultEcdsaTlsCertificateDefaultEcdsaCertificate.md +10 -0
  48. data/docs/RelationshipDefaultEcdsaTlsCertificateDefaultEcdsaCertificateData.md +11 -0
  49. data/docs/RelationshipDefaultTlsCertificate.md +10 -0
  50. data/docs/RelationshipDefaultTlsCertificateDefaultCertificate.md +10 -0
  51. data/docs/RelationshipDefaultTlsCertificateDefaultCertificateData.md +11 -0
  52. data/docs/RelationshipTlsDnsRecordsRequest.md +10 -0
  53. data/docs/RelationshipTlsDnsRecordsRequestDnsRecords.md +10 -0
  54. data/docs/RelationshipTlsDnsRecordsRequestDnsRecordsData.md +11 -0
  55. data/docs/RelationshipTlsDnsRecordsResponse.md +10 -0
  56. data/docs/RelationshipTlsDnsRecordsResponseDnsRecords.md +10 -0
  57. data/docs/{RelationshipMemberTlsDnsRecord.md → RelationshipTlsDnsRecordsResponseDnsRecordsData.md} +1 -1
  58. data/docs/Results.md +1 -0
  59. data/docs/Serviceusagemetric.md +13 -0
  60. data/docs/Serviceusagemetrics.md +10 -0
  61. data/docs/ServiceusagemetricsData.md +16 -0
  62. data/docs/Serviceusagetype.md +11 -0
  63. data/docs/Serviceusagetypes.md +10 -0
  64. data/docs/TlsCertificateBlobResponse.md +10 -0
  65. data/docs/TlsCertificatesApi.md +38 -0
  66. data/docs/TlsDnsRecord.md +1 -2
  67. data/docs/UpdateDashboardRequest.md +12 -0
  68. data/docs/Values.md +1 -1
  69. data/lib/fastly/api/billing_invoices_api.rb +62 -6
  70. data/lib/fastly/api/billing_usage_metrics_api.rb +213 -0
  71. data/lib/fastly/api/content_api.rb +2 -2
  72. data/lib/fastly/api/logging_datadog_api.rb +2 -2
  73. data/lib/fastly/api/logging_kafka_api.rb +2 -2
  74. data/lib/fastly/api/logging_logentries_api.rb +4 -4
  75. data/lib/fastly/api/logging_splunk_api.rb +4 -4
  76. data/lib/fastly/api/logging_syslog_api.rb +4 -4
  77. data/lib/fastly/api/observability_custom_dashboards_api.rb +333 -0
  78. data/lib/fastly/api/tls_certificates_api.rb +63 -0
  79. data/lib/fastly/configuration.rb +54 -0
  80. data/lib/fastly/models/async_response.rb +225 -0
  81. data/lib/fastly/models/create_dashboard_request.rb +245 -0
  82. data/lib/fastly/models/dashboard.rb +290 -0
  83. data/lib/fastly/models/dashboard_item.rb +368 -0
  84. data/lib/fastly/models/dashboard_item_property_data_source.rb +271 -0
  85. data/lib/fastly/models/dashboard_item_property_data_source_property_config.rb +244 -0
  86. data/lib/fastly/models/dashboard_item_property_visualization.rb +271 -0
  87. data/lib/fastly/models/dashboard_item_property_visualization_property_config.rb +303 -0
  88. data/lib/fastly/models/dashboard_property_created_by.rb +208 -0
  89. data/lib/fastly/models/dashboard_property_updated_by.rb +208 -0
  90. data/lib/fastly/models/domain_inspector_measurements.rb +1 -1
  91. data/lib/fastly/models/{invoice_response.rb → eom_invoice_response.rb} +3 -3
  92. data/lib/fastly/models/get_service_level_usage_response.rb +223 -0
  93. data/lib/fastly/models/get_service_level_usage_types_response.rb +225 -0
  94. data/lib/fastly/models/included_with_tls_configuration.rb +218 -0
  95. data/lib/fastly/models/included_with_tls_configuration_item.rb +237 -0
  96. data/lib/fastly/models/invoicelineitems.rb +5 -5
  97. data/lib/fastly/models/list_dashboards_response.rb +229 -0
  98. data/lib/fastly/models/{list_invoices_response.rb → list_eom_invoices_response.rb} +3 -3
  99. data/lib/fastly/models/logging_datadog_additional.rb +2 -2
  100. data/lib/fastly/models/logging_datadog_response.rb +2 -2
  101. data/lib/fastly/models/logging_kafka_additional.rb +2 -2
  102. data/lib/fastly/models/logging_kafka_response.rb +2 -2
  103. data/lib/fastly/models/logging_kafka_response_post.rb +2 -2
  104. data/lib/fastly/models/logging_logentries_additional.rb +2 -2
  105. data/lib/fastly/models/logging_logentries_response.rb +2 -2
  106. data/lib/fastly/models/logging_splunk_additional.rb +2 -2
  107. data/lib/fastly/models/logging_splunk_response.rb +2 -2
  108. data/lib/fastly/models/logging_syslog_additional.rb +2 -2
  109. data/lib/fastly/models/logging_syslog_response.rb +2 -2
  110. data/lib/fastly/models/{logging_use_tls.rb → logging_use_tls_string.rb} +5 -5
  111. data/lib/fastly/models/mtd_invoice_response.rb +275 -0
  112. data/lib/fastly/models/mtdinvoice.rb +268 -0
  113. data/lib/fastly/models/mtdlineitems.rb +297 -0
  114. data/lib/fastly/models/realtime_entry_aggregated.rb +14 -4
  115. data/lib/fastly/models/realtime_measurements.rb +14 -4
  116. data/lib/fastly/models/relationship_default_ecdsa_tls_certificate.rb +216 -0
  117. data/lib/fastly/models/relationship_default_ecdsa_tls_certificate_default_ecdsa_certificate.rb +216 -0
  118. data/lib/fastly/models/relationship_default_ecdsa_tls_certificate_default_ecdsa_certificate_data.rb +228 -0
  119. data/lib/fastly/models/relationship_default_tls_certificate.rb +216 -0
  120. data/lib/fastly/models/relationship_default_tls_certificate_default_certificate.rb +216 -0
  121. data/lib/fastly/models/relationship_default_tls_certificate_default_certificate_data.rb +228 -0
  122. data/lib/fastly/models/{relationship_tls_dns_records.rb → relationship_tls_dns_records_request.rb} +4 -4
  123. data/lib/fastly/models/relationship_tls_dns_records_request_dns_records.rb +218 -0
  124. data/lib/fastly/models/{relationship_member_tls_dns_record.rb → relationship_tls_dns_records_request_dns_records_data.rb} +3 -3
  125. data/lib/fastly/models/relationship_tls_dns_records_response.rb +216 -0
  126. data/lib/fastly/models/relationship_tls_dns_records_response_dns_records.rb +218 -0
  127. data/lib/fastly/models/relationship_tls_dns_records_response_dns_records_data.rb +227 -0
  128. data/lib/fastly/models/relationships_for_tls_configuration.rb +1 -1
  129. data/lib/fastly/models/results.rb +11 -1
  130. data/lib/fastly/models/serviceusagemetric.rb +246 -0
  131. data/lib/fastly/models/{relationship_tls_dns_record.rb → serviceusagemetrics.rb} +10 -10
  132. data/lib/fastly/models/serviceusagemetrics_data.rb +276 -0
  133. data/lib/fastly/models/serviceusagetype.rb +227 -0
  134. data/lib/fastly/models/{relationship_tls_dns_record_dns_record.rb → serviceusagetypes.rb} +4 -4
  135. data/lib/fastly/models/tls_certificate_blob_response.rb +217 -0
  136. data/lib/fastly/models/tls_dns_record.rb +48 -12
  137. data/lib/fastly/models/update_dashboard_request.rb +240 -0
  138. data/lib/fastly/models/values.rb +1 -1
  139. data/lib/fastly/version.rb +1 -1
  140. data/lib/fastly.rb +42 -7
  141. data/sig.json +1 -1
  142. metadata +86 -16
@@ -11,7 +11,7 @@
11
11
  | **format_version** | **String** | The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in `vcl_log` if `format_version` is set to `2` and in `vcl_deliver` if `format_version` is set to `1`. | [optional][default to '2'] |
12
12
  | **port** | **Integer** | The port number. | [optional][default to 20000] |
13
13
  | **token** | **String** | Use token based authentication. | [optional] |
14
- | **use_tls** | [**LoggingUseTls**](LoggingUseTls.md) | | [optional][default to LoggingUseTls::no_tls] |
14
+ | **use_tls** | [**LoggingUseTlsString**](LoggingUseTlsString.md) | | [optional][default to '0'] |
15
15
  | **region** | **String** | The region to which to stream logs. | [optional] |
16
16
  | **created_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
17
17
  | **deleted_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **url** | **String** | The URL to post logs to. | [optional] |
8
8
  | **token** | **String** | A Splunk token for use in posting logs over HTTP to your collector. | [optional] |
9
- | **use_tls** | [**LoggingUseTls**](LoggingUseTls.md) | | [optional][default to LoggingUseTls::no_tls] |
9
+ | **use_tls** | [**LoggingUseTlsString**](LoggingUseTlsString.md) | | [optional][default to '0'] |
10
10
 
11
11
  [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
12
12
 
@@ -48,7 +48,7 @@ opts = {
48
48
  request_max_bytes: 56, # Integer | The maximum number of bytes sent in one request. Defaults `0` for unbounded.
49
49
  url: 'url_example', # String | The URL to post logs to.
50
50
  token: 'token_example', # String | A Splunk token for use in posting logs over HTTP to your collector.
51
- use_tls: Fastly::LoggingUseTls::no_tls, # LoggingUseTls |
51
+ use_tls: Fastly::LoggingUseTlsString::no_tls, # LoggingUseTlsString |
52
52
  }
53
53
 
54
54
  begin
@@ -79,7 +79,7 @@ end
79
79
  | **request_max_bytes** | **Integer** | The maximum number of bytes sent in one request. Defaults `0` for unbounded. | [optional][default to 0] |
80
80
  | **url** | **String** | The URL to post logs to. | [optional] |
81
81
  | **token** | **String** | A Splunk token for use in posting logs over HTTP to your collector. | [optional] |
82
- | **use_tls** | [**LoggingUseTls**](LoggingUseTls.md) | | [optional][default to LoggingUseTls::no_tls] |
82
+ | **use_tls** | [**LoggingUseTlsString**](LoggingUseTlsString.md) | | [optional][default to '0'] |
83
83
 
84
84
  ### Return type
85
85
 
@@ -237,7 +237,7 @@ opts = {
237
237
  request_max_bytes: 56, # Integer | The maximum number of bytes sent in one request. Defaults `0` for unbounded.
238
238
  url: 'url_example', # String | The URL to post logs to.
239
239
  token: 'token_example', # String | A Splunk token for use in posting logs over HTTP to your collector.
240
- use_tls: Fastly::LoggingUseTls::no_tls, # LoggingUseTls |
240
+ use_tls: Fastly::LoggingUseTlsString::no_tls, # LoggingUseTlsString |
241
241
  }
242
242
 
243
243
  begin
@@ -269,7 +269,7 @@ end
269
269
  | **request_max_bytes** | **Integer** | The maximum number of bytes sent in one request. Defaults `0` for unbounded. | [optional][default to 0] |
270
270
  | **url** | **String** | The URL to post logs to. | [optional] |
271
271
  | **token** | **String** | A Splunk token for use in posting logs over HTTP to your collector. | [optional] |
272
- | **use_tls** | [**LoggingUseTls**](LoggingUseTls.md) | | [optional][default to LoggingUseTls::no_tls] |
272
+ | **use_tls** | [**LoggingUseTlsString**](LoggingUseTlsString.md) | | [optional][default to '0'] |
273
273
 
274
274
  ### Return type
275
275
 
@@ -17,7 +17,7 @@
17
17
  | **request_max_bytes** | **Integer** | The maximum number of bytes sent in one request. Defaults `0` for unbounded. | [optional][default to 0] |
18
18
  | **url** | **String** | The URL to post logs to. | [optional] |
19
19
  | **token** | **String** | A Splunk token for use in posting logs over HTTP to your collector. | [optional] |
20
- | **use_tls** | [**LoggingUseTls**](LoggingUseTls.md) | | [optional][default to LoggingUseTls::no_tls] |
20
+ | **use_tls** | [**LoggingUseTlsString**](LoggingUseTlsString.md) | | [optional][default to '0'] |
21
21
  | **created_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
22
22
  | **deleted_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
23
23
  | **updated_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
@@ -8,7 +8,7 @@
8
8
  | **hostname** | **String** | The hostname used for the syslog endpoint. | [optional] |
9
9
  | **ipv4** | **String** | The IPv4 address used for the syslog endpoint. | [optional] |
10
10
  | **token** | **String** | Whether to prepend each message with a specific token. | [optional][default to 'null'] |
11
- | **use_tls** | [**LoggingUseTls**](LoggingUseTls.md) | | [optional][default to LoggingUseTls::no_tls] |
11
+ | **use_tls** | [**LoggingUseTlsString**](LoggingUseTlsString.md) | | [optional][default to '0'] |
12
12
 
13
13
  [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
14
14
 
@@ -50,7 +50,7 @@ opts = {
50
50
  hostname: 'hostname_example', # String | The hostname used for the syslog endpoint.
51
51
  ipv4: 'ipv4_example', # String | The IPv4 address used for the syslog endpoint.
52
52
  token: 'token_example', # String | Whether to prepend each message with a specific token.
53
- use_tls: Fastly::LoggingUseTls::no_tls, # LoggingUseTls |
53
+ use_tls: Fastly::LoggingUseTlsString::no_tls, # LoggingUseTlsString |
54
54
  }
55
55
 
56
56
  begin
@@ -83,7 +83,7 @@ end
83
83
  | **hostname** | **String** | The hostname used for the syslog endpoint. | [optional] |
84
84
  | **ipv4** | **String** | The IPv4 address used for the syslog endpoint. | [optional] |
85
85
  | **token** | **String** | Whether to prepend each message with a specific token. | [optional][default to 'null'] |
86
- | **use_tls** | [**LoggingUseTls**](LoggingUseTls.md) | | [optional][default to LoggingUseTls::no_tls] |
86
+ | **use_tls** | [**LoggingUseTlsString**](LoggingUseTlsString.md) | | [optional][default to '0'] |
87
87
 
88
88
  ### Return type
89
89
 
@@ -243,7 +243,7 @@ opts = {
243
243
  hostname: 'hostname_example', # String | The hostname used for the syslog endpoint.
244
244
  ipv4: 'ipv4_example', # String | The IPv4 address used for the syslog endpoint.
245
245
  token: 'token_example', # String | Whether to prepend each message with a specific token.
246
- use_tls: Fastly::LoggingUseTls::no_tls, # LoggingUseTls |
246
+ use_tls: Fastly::LoggingUseTlsString::no_tls, # LoggingUseTlsString |
247
247
  }
248
248
 
249
249
  begin
@@ -277,7 +277,7 @@ end
277
277
  | **hostname** | **String** | The hostname used for the syslog endpoint. | [optional] |
278
278
  | **ipv4** | **String** | The IPv4 address used for the syslog endpoint. | [optional] |
279
279
  | **token** | **String** | Whether to prepend each message with a specific token. | [optional][default to 'null'] |
280
- | **use_tls** | [**LoggingUseTls**](LoggingUseTls.md) | | [optional][default to LoggingUseTls::no_tls] |
280
+ | **use_tls** | [**LoggingUseTlsString**](LoggingUseTlsString.md) | | [optional][default to '0'] |
281
281
 
282
282
  ### Return type
283
283
 
@@ -19,7 +19,7 @@
19
19
  | **hostname** | **String** | The hostname used for the syslog endpoint. | [optional] |
20
20
  | **ipv4** | **String** | The IPv4 address used for the syslog endpoint. | [optional] |
21
21
  | **token** | **String** | Whether to prepend each message with a specific token. | [optional][default to 'null'] |
22
- | **use_tls** | [**LoggingUseTls**](LoggingUseTls.md) | | [optional][default to LoggingUseTls::no_tls] |
22
+ | **use_tls** | [**LoggingUseTlsString**](LoggingUseTlsString.md) | | [optional][default to '0'] |
23
23
  | **created_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
24
24
  | **deleted_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
25
25
  | **updated_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
@@ -1,4 +1,4 @@
1
- # Fastly::LoggingUseTls
1
+ # Fastly::LoggingUseTlsString
2
2
 
3
3
  ## Properties
4
4
 
@@ -0,0 +1,15 @@
1
+ # Fastly::MtdInvoiceResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **customer_id** | **String** | The Customer ID associated with the invoice. | [optional] |
8
+ | **invoice_id** | **String** | An alphanumeric string identifying the invoice. | [optional] |
9
+ | **billing_start_date** | **Time** | The date and time (in ISO 8601 format) for the initiation point of a billing cycle, signifying the start of charges for a service or subscription. | [optional] |
10
+ | **billing_end_date** | **Time** | The date and time (in ISO 8601 format) for the termination point of a billing cycle, signifying the end of charges for a service or subscription. | [optional] |
11
+ | **monthly_transaction_amount** | **String** | The total billable amount for invoiced services charged within a single month. | [optional] |
12
+ | **transaction_line_items** | [**Array<Mtdlineitems>**](Mtdlineitems.md) | | [optional] |
13
+
14
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
15
+
@@ -0,0 +1,15 @@
1
+ # Fastly::Mtdinvoice
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **customer_id** | **String** | The Customer ID associated with the invoice. | [optional] |
8
+ | **invoice_id** | **String** | An alphanumeric string identifying the invoice. | [optional] |
9
+ | **billing_start_date** | **Time** | The date and time (in ISO 8601 format) for the initiation point of a billing cycle, signifying the start of charges for a service or subscription. | [optional] |
10
+ | **billing_end_date** | **Time** | The date and time (in ISO 8601 format) for the termination point of a billing cycle, signifying the end of charges for a service or subscription. | [optional] |
11
+ | **monthly_transaction_amount** | **String** | The total billable amount for invoiced services charged within a single month. | [optional] |
12
+ | **transaction_line_items** | [**Array<Mtdlineitems>**](Mtdlineitems.md) | | [optional] |
13
+
14
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
15
+
@@ -0,0 +1,18 @@
1
+ # Fastly::Mtdlineitems
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **description** | **String** | Invoice line item transaction name. | [optional] |
8
+ | **amount** | **Float** | Billed amount for line item. | [optional] |
9
+ | **rate** | **Float** | Price per unit. | [optional] |
10
+ | **units** | **Float** | Total number of units of usage. | [optional] |
11
+ | **product_name** | **String** | The name of the product. | [optional] |
12
+ | **product_group** | **String** | The broader classification of the product (e.g., `Compute` or `Full-Site Delivery`). | [optional] |
13
+ | **product_line** | **String** | The broader classification of the product (e.g., `Network Services` or `Security`). | [optional] |
14
+ | **region** | **String** | The geographical area applicable for regionally based products. | [optional] |
15
+ | **usage_type** | **String** | The unit of measure (e.g., `requests` or `bandwidth`). | [optional] |
16
+
17
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
18
+
@@ -0,0 +1,203 @@
1
+ # Fastly::ObservabilityCustomDashboardsApi
2
+
3
+
4
+ ```ruby
5
+ require 'fastly'
6
+ api_instance = Fastly::ObservabilityCustomDashboardsApi.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
+ [**create_dashboard**](ObservabilityCustomDashboardsApi.md#create_dashboard) | **POST** /observability/dashboards | Create a new dashboard
17
+ [**delete_dashboard**](ObservabilityCustomDashboardsApi.md#delete_dashboard) | **DELETE** /observability/dashboards/{dashboard_id} | Delete an existing dashboard
18
+ [**get_dashboard**](ObservabilityCustomDashboardsApi.md#get_dashboard) | **GET** /observability/dashboards/{dashboard_id} | Retrieve a dashboard by ID
19
+ [**list_dashboards**](ObservabilityCustomDashboardsApi.md#list_dashboards) | **GET** /observability/dashboards | List all custom dashboards
20
+ [**update_dashboard**](ObservabilityCustomDashboardsApi.md#update_dashboard) | **PATCH** /observability/dashboards/{dashboard_id} | Update an existing dashboard
21
+
22
+
23
+ ## `create_dashboard()`
24
+
25
+ ```ruby
26
+ create_dashboard(opts): <Dashboard> # Create a new dashboard
27
+ ```
28
+
29
+ Create a new dashboard
30
+
31
+ ### Examples
32
+
33
+ ```ruby
34
+ api_instance = Fastly::ObservabilityCustomDashboardsApi.new
35
+ opts = {
36
+ create_dashboard_request: Fastly::CreateDashboardRequest.new({name: 'name_example'}), # CreateDashboardRequest |
37
+ }
38
+
39
+ begin
40
+ # Create a new dashboard
41
+ result = api_instance.create_dashboard(opts)
42
+ p result
43
+ rescue Fastly::ApiError => e
44
+ puts "Error when calling ObservabilityCustomDashboardsApi->create_dashboard: #{e}"
45
+ end
46
+ ```
47
+
48
+ ### Options
49
+
50
+ | Name | Type | Description | Notes |
51
+ | ---- | ---- | ----------- | ----- |
52
+ | **create_dashboard_request** | [**CreateDashboardRequest**](CreateDashboardRequest.md) | | [optional] |
53
+
54
+ ### Return type
55
+
56
+ [**Dashboard**](Dashboard.md)
57
+
58
+ [[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
59
+ [[Back to README]](../../README.md)
60
+ ## `delete_dashboard()`
61
+
62
+ ```ruby
63
+ delete_dashboard(opts) # Delete an existing dashboard
64
+ ```
65
+
66
+ Delete an existing dashboard
67
+
68
+ ### Examples
69
+
70
+ ```ruby
71
+ api_instance = Fastly::ObservabilityCustomDashboardsApi.new
72
+ opts = {
73
+ dashboard_id: '2eGFXF4F4kTxd4gU39Bg3e', # String |
74
+ }
75
+
76
+ begin
77
+ # Delete an existing dashboard
78
+ api_instance.delete_dashboard(opts)
79
+ rescue Fastly::ApiError => e
80
+ puts "Error when calling ObservabilityCustomDashboardsApi->delete_dashboard: #{e}"
81
+ end
82
+ ```
83
+
84
+ ### Options
85
+
86
+ | Name | Type | Description | Notes |
87
+ | ---- | ---- | ----------- | ----- |
88
+ | **dashboard_id** | **String** | | |
89
+
90
+ ### Return type
91
+
92
+ nil (empty response body)
93
+
94
+ [[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
95
+ [[Back to README]](../../README.md)
96
+ ## `get_dashboard()`
97
+
98
+ ```ruby
99
+ get_dashboard(opts): <Dashboard> # Retrieve a dashboard by ID
100
+ ```
101
+
102
+ Retrieve a dashboard by ID
103
+
104
+ ### Examples
105
+
106
+ ```ruby
107
+ api_instance = Fastly::ObservabilityCustomDashboardsApi.new
108
+ opts = {
109
+ dashboard_id: '2eGFXF4F4kTxd4gU39Bg3e', # String |
110
+ }
111
+
112
+ begin
113
+ # Retrieve a dashboard by ID
114
+ result = api_instance.get_dashboard(opts)
115
+ p result
116
+ rescue Fastly::ApiError => e
117
+ puts "Error when calling ObservabilityCustomDashboardsApi->get_dashboard: #{e}"
118
+ end
119
+ ```
120
+
121
+ ### Options
122
+
123
+ | Name | Type | Description | Notes |
124
+ | ---- | ---- | ----------- | ----- |
125
+ | **dashboard_id** | **String** | | |
126
+
127
+ ### Return type
128
+
129
+ [**Dashboard**](Dashboard.md)
130
+
131
+ [[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
132
+ [[Back to README]](../../README.md)
133
+ ## `list_dashboards()`
134
+
135
+ ```ruby
136
+ list_dashboards: <ListDashboardsResponse> # List all custom dashboards
137
+ ```
138
+
139
+ List all custom dashboards
140
+
141
+ ### Examples
142
+
143
+ ```ruby
144
+ api_instance = Fastly::ObservabilityCustomDashboardsApi.new
145
+
146
+ begin
147
+ # List all custom dashboards
148
+ result = api_instance.list_dashboards
149
+ p result
150
+ rescue Fastly::ApiError => e
151
+ puts "Error when calling ObservabilityCustomDashboardsApi->list_dashboards: #{e}"
152
+ end
153
+ ```
154
+
155
+ ### Options
156
+
157
+ This endpoint does not need any parameter.
158
+
159
+ ### Return type
160
+
161
+ [**ListDashboardsResponse**](ListDashboardsResponse.md)
162
+
163
+ [[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
164
+ [[Back to README]](../../README.md)
165
+ ## `update_dashboard()`
166
+
167
+ ```ruby
168
+ update_dashboard(opts): <Dashboard> # Update an existing dashboard
169
+ ```
170
+
171
+ Update an existing dashboard
172
+
173
+ ### Examples
174
+
175
+ ```ruby
176
+ api_instance = Fastly::ObservabilityCustomDashboardsApi.new
177
+ opts = {
178
+ dashboard_id: '2eGFXF4F4kTxd4gU39Bg3e', # String |
179
+ update_dashboard_request: Fastly::UpdateDashboardRequest.new, # UpdateDashboardRequest |
180
+ }
181
+
182
+ begin
183
+ # Update an existing dashboard
184
+ result = api_instance.update_dashboard(opts)
185
+ p result
186
+ rescue Fastly::ApiError => e
187
+ puts "Error when calling ObservabilityCustomDashboardsApi->update_dashboard: #{e}"
188
+ end
189
+ ```
190
+
191
+ ### Options
192
+
193
+ | Name | Type | Description | Notes |
194
+ | ---- | ---- | ----------- | ----- |
195
+ | **dashboard_id** | **String** | | |
196
+ | **update_dashboard_request** | [**UpdateDashboardRequest**](UpdateDashboardRequest.md) | | [optional] |
197
+
198
+ ### Return type
199
+
200
+ [**Dashboard**](Dashboard.md)
201
+
202
+ [[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
203
+ [[Back to README]](../../README.md)
@@ -252,6 +252,7 @@
252
252
  | **all_status_3xx** | **Integer** | Number of \&quot;Redirection\&quot; codes delivered for all sources. | [optional] |
253
253
  | **all_status_4xx** | **Integer** | Number of \&quot;Client Error\&quot; codes delivered for all sources. | [optional] |
254
254
  | **all_status_5xx** | **Integer** | Number of \&quot;Server Error\&quot; codes delivered for all sources. | [optional] |
255
+ | **origin_offload** | **Float** | Origin Offload measures the ratio of bytes served to end users that were cached by Fastly, over the bytes served to end users, between 0 and 1. ((`edge_resp_body_bytes` + `edge_resp_header_bytes`) - (`origin_fetch_resp_body_bytes` + `origin_fetch_resp_header_bytes`)) / (`edge_resp_body_bytes` + `edge_resp_header_bytes`). | [optional] |
255
256
 
256
257
  [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
257
258
 
@@ -252,6 +252,7 @@
252
252
  | **all_status_3xx** | **Integer** | Number of \&quot;Redirection\&quot; codes delivered for all sources. | [optional] |
253
253
  | **all_status_4xx** | **Integer** | Number of \&quot;Client Error\&quot; codes delivered for all sources. | [optional] |
254
254
  | **all_status_5xx** | **Integer** | Number of \&quot;Server Error\&quot; codes delivered for all sources. | [optional] |
255
+ | **origin_offload** | **Float** | Origin Offload measures the ratio of bytes served to end users that were cached by Fastly, over the bytes served to end users, between 0 and 1. ((`edge_resp_body_bytes` + `edge_resp_header_bytes`) - (`origin_fetch_resp_body_bytes` + `origin_fetch_resp_header_bytes`)) / (`edge_resp_body_bytes` + `edge_resp_header_bytes`). | [optional] |
255
256
 
256
257
  [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
257
258
 
@@ -0,0 +1,10 @@
1
+ # Fastly::RelationshipDefaultEcdsaTlsCertificate
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **default_ecdsa_certificate** | [**RelationshipDefaultEcdsaTlsCertificateDefaultEcdsaCertificate**](RelationshipDefaultEcdsaTlsCertificateDefaultEcdsaCertificate.md) | | [optional] |
8
+
9
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
10
+
@@ -0,0 +1,10 @@
1
+ # Fastly::RelationshipDefaultEcdsaTlsCertificateDefaultEcdsaCertificate
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **data** | [**RelationshipDefaultEcdsaTlsCertificateDefaultEcdsaCertificateData**](RelationshipDefaultEcdsaTlsCertificateDefaultEcdsaCertificateData.md) | | [optional] |
8
+
9
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
10
+
@@ -0,0 +1,11 @@
1
+ # Fastly::RelationshipDefaultEcdsaTlsCertificateDefaultEcdsaCertificateData
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **type** | [**TypeTlsCertificate**](TypeTlsCertificate.md) | | [optional][default to &#39;tls_certificate&#39;] |
8
+ | **id** | **String** | Alphanumeric string identifying the default ECDSA TLS certificate. | [optional] |
9
+
10
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
11
+
@@ -0,0 +1,10 @@
1
+ # Fastly::RelationshipDefaultTlsCertificate
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **default_certificate** | [**RelationshipDefaultTlsCertificateDefaultCertificate**](RelationshipDefaultTlsCertificateDefaultCertificate.md) | | [optional] |
8
+
9
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
10
+
@@ -0,0 +1,10 @@
1
+ # Fastly::RelationshipDefaultTlsCertificateDefaultCertificate
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **data** | [**RelationshipDefaultTlsCertificateDefaultCertificateData**](RelationshipDefaultTlsCertificateDefaultCertificateData.md) | | [optional] |
8
+
9
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
10
+
@@ -0,0 +1,11 @@
1
+ # Fastly::RelationshipDefaultTlsCertificateDefaultCertificateData
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **type** | [**TypeTlsCertificate**](TypeTlsCertificate.md) | | [optional][default to &#39;tls_certificate&#39;] |
8
+ | **id** | **String** | Alphanumeric string identifying the default TLS certificate. | [optional] |
9
+
10
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
11
+
@@ -0,0 +1,10 @@
1
+ # Fastly::RelationshipTlsDnsRecordsRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **dns_records** | [**RelationshipTlsDnsRecordsRequestDnsRecords**](RelationshipTlsDnsRecordsRequestDnsRecords.md) | | [optional] |
8
+
9
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
10
+
@@ -0,0 +1,10 @@
1
+ # Fastly::RelationshipTlsDnsRecordsRequestDnsRecords
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **data** | [**Array&lt;RelationshipTlsDnsRecordsRequestDnsRecordsData&gt;**](RelationshipTlsDnsRecordsRequestDnsRecordsData.md) | | [optional] |
8
+
9
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
10
+
@@ -0,0 +1,11 @@
1
+ # Fastly::RelationshipTlsDnsRecordsRequestDnsRecordsData
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **type** | [**TypeTlsDnsRecord**](TypeTlsDnsRecord.md) | | [optional][default to &#39;dns_record&#39;] |
8
+ | **id** | **String** | | [optional] |
9
+
10
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
11
+
@@ -0,0 +1,10 @@
1
+ # Fastly::RelationshipTlsDnsRecordsResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **dns_records** | [**RelationshipTlsDnsRecordsResponseDnsRecords**](RelationshipTlsDnsRecordsResponseDnsRecords.md) | | [optional] |
8
+
9
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
10
+
@@ -0,0 +1,10 @@
1
+ # Fastly::RelationshipTlsDnsRecordsResponseDnsRecords
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **data** | [**Array&lt;RelationshipTlsDnsRecordsResponseDnsRecordsData&gt;**](RelationshipTlsDnsRecordsResponseDnsRecordsData.md) | | [optional] |
8
+
9
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
10
+
@@ -1,4 +1,4 @@
1
- # Fastly::RelationshipMemberTlsDnsRecord
1
+ # Fastly::RelationshipTlsDnsRecordsResponseDnsRecordsData
2
2
 
3
3
  ## Properties
4
4
 
data/docs/Results.md CHANGED
@@ -252,6 +252,7 @@
252
252
  | **all_status_3xx** | **Integer** | Number of \&quot;Redirection\&quot; codes delivered for all sources. | [optional] |
253
253
  | **all_status_4xx** | **Integer** | Number of \&quot;Client Error\&quot; codes delivered for all sources. | [optional] |
254
254
  | **all_status_5xx** | **Integer** | Number of \&quot;Server Error\&quot; codes delivered for all sources. | [optional] |
255
+ | **origin_offload** | **Float** | Origin Offload measures the ratio of bytes served to end users that were cached by Fastly, over the bytes served to end users, between 0 and 1. ((`edge_resp_body_bytes` + `edge_resp_header_bytes`) - (`origin_fetch_resp_body_bytes` + `origin_fetch_resp_header_bytes`)) / (`edge_resp_body_bytes` + `edge_resp_header_bytes`). | [optional] |
255
256
  | **service_id** | **String** | | [optional][readonly] |
256
257
  | **start_time** | **Integer** | Timestamp for the start of the time period being reported | [optional] |
257
258
 
@@ -0,0 +1,13 @@
1
+ # Fastly::Serviceusagemetric
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **customer_id** | **String** | | [optional][readonly] |
8
+ | **service_id** | **String** | Service ID associated with the usage. | [optional] |
9
+ | **service_name** | **String** | Name of the service associated with the usage. | [optional] |
10
+ | **usage_units** | **Float** | The quantity of the usage for the billing period. Amount will be in the units provided in the parent object (e.g., a quantity of `1.3` with a unit of `gb` would have a usage amount of 1.3 gigabytes). | [optional] |
11
+
12
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
13
+
@@ -0,0 +1,10 @@
1
+ # Fastly::Serviceusagemetrics
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **data** | [**ServiceusagemetricsData**](ServiceusagemetricsData.md) | | [optional] |
8
+
9
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
10
+
@@ -0,0 +1,16 @@
1
+ # Fastly::ServiceusagemetricsData
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **customer_id** | **String** | | [optional][readonly] |
8
+ | **start_time** | **Time** | Date and time (in ISO 8601 format) for initiation point of a billing cycle, signifying the start of charges for a service or subscription. | [optional] |
9
+ | **end_time** | **Time** | Date and time (in ISO 8601 format) for termination point of a billing cycle, signifying the end of charges for a service or subscription. | [optional] |
10
+ | **usage_type** | **String** | The usage type identifier for the usage. This is a single, billable metric for the product. | [optional] |
11
+ | **unit** | **String** | The unit for the usage as shown on an invoice. If there is no explicit unit, this field will be \&quot;unit\&quot; (e.g., a request with `product_id` of &#39;cdn_usage&#39; and `usage_type` of &#39;North America Requests&#39; has no unit, and will return \&quot;unit\&quot;). | [optional] |
12
+ | **details** | [**Array&lt;Serviceusagemetric&gt;**](Serviceusagemetric.md) | | [optional] |
13
+ | **meta** | [**Metadata**](Metadata.md) | | [optional] |
14
+
15
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
16
+
@@ -0,0 +1,11 @@
1
+ # Fastly::Serviceusagetype
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **product_id** | **String** | The product identifier associated with the usage type. This corresponds to a Fastly product offering. | [optional] |
8
+ | **name** | **String** | Full name of the product usage type as it might appear on a customer&#39;s invoice. | [optional] |
9
+
10
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
11
+
@@ -0,0 +1,10 @@
1
+ # Fastly::Serviceusagetypes
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **data** | [**Array&lt;Serviceusagetype&gt;**](Serviceusagetype.md) | | [optional] |
8
+
9
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
10
+
@@ -0,0 +1,10 @@
1
+ # Fastly::TlsCertificateBlobResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **cert_blob** | **String** | A certificate blob | [optional][readonly] |
8
+
9
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
10
+