fastly 8.5.0 → 8.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (133) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +17 -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/Billing.md +1 -2
  7. data/docs/BillingApi.md +2 -2
  8. data/docs/BillingBandwidth.md +11 -0
  9. data/docs/BillingBandwidthTiers.md +14 -0
  10. data/docs/{RelationshipTlsDnsRecords.md → BillingEstimateInvoiceId.md} +2 -2
  11. data/docs/BillingEstimateResponse.md +2 -2
  12. data/docs/{RelationshipTlsDnsRecordDnsRecord.md → BillingInvoiceId.md} +2 -2
  13. data/docs/BillingInvoicesApi.md +39 -6
  14. data/docs/BillingRegions.md +13 -0
  15. data/docs/BillingResponse.md +2 -2
  16. data/docs/BillingResponseLineItem.md +1 -1
  17. data/docs/BillingUsageMetricsApi.md +111 -0
  18. data/docs/CreateDashboardRequest.md +12 -0
  19. data/docs/Dashboard.md +17 -0
  20. data/docs/DashboardItem.md +15 -0
  21. data/docs/DashboardItemPropertyDataSource.md +11 -0
  22. data/docs/DashboardItemPropertyDataSourcePropertyConfig.md +10 -0
  23. data/docs/DashboardItemPropertyVisualization.md +11 -0
  24. data/docs/DashboardItemPropertyVisualizationPropertyConfig.md +12 -0
  25. data/docs/{LineItemDataReadOnlyInvoiceId.md → DashboardPropertyCreatedBy.md} +1 -1
  26. data/docs/DashboardPropertyUpdatedBy.md +9 -0
  27. data/docs/DomainInspectorMeasurements.md +1 -1
  28. data/docs/{InvoiceResponse.md → EomInvoiceResponse.md} +2 -2
  29. data/docs/GetServiceLevelUsageResponse.md +10 -0
  30. data/docs/GetServiceLevelUsageTypesResponse.md +10 -0
  31. data/docs/IncludedWithTlsConfiguration.md +10 -0
  32. data/docs/IncludedWithTlsConfigurationItem.md +12 -0
  33. data/docs/Invoice.md +1 -1
  34. data/docs/LineItemData.md +1 -1
  35. data/docs/ListDashboardsResponse.md +11 -0
  36. data/docs/{ListInvoicesResponse.md → ListEomInvoicesResponse.md} +1 -1
  37. data/docs/MtdInvoiceResponse.md +15 -0
  38. data/docs/Mtdinvoice.md +15 -0
  39. data/docs/Mtdlineitems.md +18 -0
  40. data/docs/ObservabilityCustomDashboardsApi.md +203 -0
  41. data/docs/RealtimeEntryAggregated.md +1 -0
  42. data/docs/RealtimeMeasurements.md +1 -0
  43. data/docs/RelationshipDefaultEcdsaTlsCertificate.md +10 -0
  44. data/docs/RelationshipDefaultEcdsaTlsCertificateDefaultEcdsaCertificate.md +10 -0
  45. data/docs/RelationshipDefaultEcdsaTlsCertificateDefaultEcdsaCertificateData.md +11 -0
  46. data/docs/RelationshipDefaultTlsCertificate.md +10 -0
  47. data/docs/RelationshipDefaultTlsCertificateDefaultCertificate.md +10 -0
  48. data/docs/RelationshipDefaultTlsCertificateDefaultCertificateData.md +11 -0
  49. data/docs/RelationshipTlsDnsRecordsRequest.md +10 -0
  50. data/docs/RelationshipTlsDnsRecordsRequestDnsRecords.md +10 -0
  51. data/docs/RelationshipTlsDnsRecordsRequestDnsRecordsData.md +11 -0
  52. data/docs/RelationshipTlsDnsRecordsResponse.md +10 -0
  53. data/docs/RelationshipTlsDnsRecordsResponseDnsRecords.md +10 -0
  54. data/docs/{RelationshipMemberTlsDnsRecord.md → RelationshipTlsDnsRecordsResponseDnsRecordsData.md} +1 -1
  55. data/docs/Results.md +1 -0
  56. data/docs/Serviceusagemetric.md +13 -0
  57. data/docs/Serviceusagemetrics.md +10 -0
  58. data/docs/ServiceusagemetricsData.md +16 -0
  59. data/docs/Serviceusagetype.md +11 -0
  60. data/docs/Serviceusagetypes.md +10 -0
  61. data/docs/TlsCertificateBlobResponse.md +10 -0
  62. data/docs/TlsCertificatesApi.md +38 -0
  63. data/docs/TlsDnsRecord.md +1 -2
  64. data/docs/UpdateDashboardRequest.md +12 -0
  65. data/docs/Values.md +1 -1
  66. data/lib/fastly/api/billing_api.rb +2 -2
  67. data/lib/fastly/api/billing_invoices_api.rb +64 -8
  68. data/lib/fastly/api/billing_usage_metrics_api.rb +213 -0
  69. data/lib/fastly/api/observability_custom_dashboards_api.rb +333 -0
  70. data/lib/fastly/api/tls_certificates_api.rb +63 -0
  71. data/lib/fastly/configuration.rb +54 -0
  72. data/lib/fastly/models/async_response.rb +225 -0
  73. data/lib/fastly/models/billing.rb +2 -11
  74. data/lib/fastly/models/billing_bandwidth.rb +227 -0
  75. data/lib/fastly/models/billing_bandwidth_tiers.rb +252 -0
  76. data/lib/fastly/models/{relationship_tls_dns_record.rb → billing_estimate_invoice_id.rb} +10 -10
  77. data/lib/fastly/models/billing_estimate_response.rb +12 -11
  78. data/lib/fastly/models/billing_invoice_id.rb +216 -0
  79. data/lib/fastly/models/billing_regions.rb +243 -0
  80. data/lib/fastly/models/billing_response.rb +12 -11
  81. data/lib/fastly/models/billing_response_line_item.rb +2 -1
  82. data/lib/fastly/models/create_dashboard_request.rb +245 -0
  83. data/lib/fastly/models/dashboard.rb +290 -0
  84. data/lib/fastly/models/dashboard_item.rb +368 -0
  85. data/lib/fastly/models/dashboard_item_property_data_source.rb +271 -0
  86. data/lib/fastly/models/dashboard_item_property_data_source_property_config.rb +244 -0
  87. data/lib/fastly/models/dashboard_item_property_visualization.rb +271 -0
  88. data/lib/fastly/models/dashboard_item_property_visualization_property_config.rb +303 -0
  89. data/lib/fastly/models/{line_item_data_read_only_invoice_id.rb → dashboard_property_created_by.rb} +4 -3
  90. data/lib/fastly/models/dashboard_property_updated_by.rb +208 -0
  91. data/lib/fastly/models/domain_inspector_measurements.rb +1 -1
  92. data/lib/fastly/models/{invoice_response.rb → eom_invoice_response.rb} +4 -4
  93. data/lib/fastly/models/get_service_level_usage_response.rb +223 -0
  94. data/lib/fastly/models/get_service_level_usage_types_response.rb +225 -0
  95. data/lib/fastly/models/included_with_tls_configuration.rb +218 -0
  96. data/lib/fastly/models/included_with_tls_configuration_item.rb +237 -0
  97. data/lib/fastly/models/invoice.rb +1 -1
  98. data/lib/fastly/models/invoicelineitems.rb +5 -5
  99. data/lib/fastly/models/line_item_data.rb +2 -1
  100. data/lib/fastly/models/list_dashboards_response.rb +229 -0
  101. data/lib/fastly/models/{list_invoices_response.rb → list_eom_invoices_response.rb} +3 -3
  102. data/lib/fastly/models/mtd_invoice_response.rb +275 -0
  103. data/lib/fastly/models/mtdinvoice.rb +268 -0
  104. data/lib/fastly/models/mtdlineitems.rb +297 -0
  105. data/lib/fastly/models/realtime_entry_aggregated.rb +14 -4
  106. data/lib/fastly/models/realtime_measurements.rb +14 -4
  107. data/lib/fastly/models/relationship_default_ecdsa_tls_certificate.rb +216 -0
  108. data/lib/fastly/models/relationship_default_ecdsa_tls_certificate_default_ecdsa_certificate.rb +216 -0
  109. data/lib/fastly/models/relationship_default_ecdsa_tls_certificate_default_ecdsa_certificate_data.rb +228 -0
  110. data/lib/fastly/models/relationship_default_tls_certificate.rb +216 -0
  111. data/lib/fastly/models/relationship_default_tls_certificate_default_certificate.rb +216 -0
  112. data/lib/fastly/models/relationship_default_tls_certificate_default_certificate_data.rb +228 -0
  113. data/lib/fastly/models/{relationship_tls_dns_records.rb → relationship_tls_dns_records_request.rb} +4 -4
  114. data/lib/fastly/models/relationship_tls_dns_records_request_dns_records.rb +218 -0
  115. data/lib/fastly/models/{relationship_member_tls_dns_record.rb → relationship_tls_dns_records_request_dns_records_data.rb} +3 -3
  116. data/lib/fastly/models/relationship_tls_dns_records_response.rb +216 -0
  117. data/lib/fastly/models/relationship_tls_dns_records_response_dns_records.rb +218 -0
  118. data/lib/fastly/models/relationship_tls_dns_records_response_dns_records_data.rb +227 -0
  119. data/lib/fastly/models/relationships_for_tls_configuration.rb +1 -1
  120. data/lib/fastly/models/results.rb +11 -1
  121. data/lib/fastly/models/serviceusagemetric.rb +246 -0
  122. data/lib/fastly/models/serviceusagemetrics.rb +216 -0
  123. data/lib/fastly/models/serviceusagemetrics_data.rb +276 -0
  124. data/lib/fastly/models/serviceusagetype.rb +227 -0
  125. data/lib/fastly/models/{relationship_tls_dns_record_dns_record.rb → serviceusagetypes.rb} +4 -4
  126. data/lib/fastly/models/tls_certificate_blob_response.rb +217 -0
  127. data/lib/fastly/models/tls_dns_record.rb +48 -12
  128. data/lib/fastly/models/update_dashboard_request.rb +240 -0
  129. data/lib/fastly/models/values.rb +1 -1
  130. data/lib/fastly/version.rb +1 -1
  131. data/lib/fastly.rb +46 -7
  132. data/sig.json +1 -1
  133. metadata +94 -16
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7cd5d32ca7ee80b1b7656cb7cff0c67fb276abe44353247cbf760d3b4c0f104f
4
- data.tar.gz: 72de51b94f84f63a2acfa667cf33cc57c2876bba88a9f9885cc42932f40d52ef
3
+ metadata.gz: 4904654b7cf5c6adc507b5ba620ed04e76e9672249aefb62e05ecec142dc80f1
4
+ data.tar.gz: bb40afec36a8917d70eb9175fbaa25fc12961503ddda96b9b731364732d14cbd
5
5
  SHA512:
6
- metadata.gz: de18419c2e84b3c027c0265f701c28ac900878f47bb5382d31f17cdd6b647858b3664b960f11ee5a1204441590f418630c3e05a41546bfe39bf6a56617811d38
7
- data.tar.gz: daf76593158215b0a8ebe5adbebc96d013c2c87460244f40f42664fcb9a12ca655af37a4a10b030a3423e30109165873e19f1421465eea9b36cf85596798af0a
6
+ metadata.gz: 659c8c3f1e002e1be7f2742f7246cccdd0271c367a5b5a70fb8acc9c047060d7c1d8987c95ffb2833ce3bc29bb6a1bd3f57a4c34bbcc051da823a7709b569607
7
+ data.tar.gz: 69703109588baa937fc2908c0c1ecd1ee9f9eb30dd9acf51d3885ab052f4fe085d8bb842dd028cfe30a10d11e4fc90a94e2fd08498e1b1cb8d9169cb03ee8f63
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [v8.7.0](https://github.com/fastly/fastly-ruby/releases/tag/release/v8.7.0) (2024-08-08)
4
+
5
+ **Bug fixes:**
6
+
7
+ - fix(billing): Adjust type of regional data to help the generator
8
+ - fix(billing): Correct type of invoice_id field
9
+
10
+ ## [v8.6.0](https://github.com/fastly/fastly-ruby/releases/tag/release/v8.6.0) (2024-08-04)
11
+
12
+ **Enhancements:**
13
+
14
+ - feat(observability): Adds new Observability Custom Dashboards API
15
+ - feat(billing-invoices): Adds month-to-date invoice information
16
+ - feat(billing-usage-metrics): Adds information on service-level usage.
17
+ - feat(tls): Adds an endpoint to get a TLS certificate blob (Limited Availability)
18
+ - feat(stats): Add `origin_offload` metric
19
+
3
20
  ## [v8.5.0](https://github.com/fastly/fastly-ruby/releases/tag/release/v8.5.0) (2024-07-01)
4
21
 
5
22
  **Bug fixes:**
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fastly (8.5.0)
4
+ fastly (8.7.0)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -8,7 +8,7 @@ A Ruby client library for interacting with most facets of the [Fastly API](https
8
8
  To install via RubyGems, add the following to your project's `Gemfile`:
9
9
 
10
10
  ```ruby
11
- gem 'fastly', '~> 8.5.0'
11
+ gem 'fastly', '~> 8.7.0'
12
12
  ```
13
13
 
14
14
  Then run `bundle install`.
@@ -102,7 +102,10 @@ Class | Method | Description
102
102
  [*Fastly::BillingAddressApi*](docs/BillingAddressApi.md) | [**get_billing_addr**](docs/BillingAddressApi.md#get_billing_addr) | Get a billing address
103
103
  [*Fastly::BillingAddressApi*](docs/BillingAddressApi.md) | [**update_billing_addr**](docs/BillingAddressApi.md#update_billing_addr) | Update a billing address
104
104
  [*Fastly::BillingInvoicesApi*](docs/BillingInvoicesApi.md) | [**get_invoice_by_invoice_id**](docs/BillingInvoicesApi.md#get_invoice_by_invoice_id) | Get invoice by ID.
105
+ [*Fastly::BillingInvoicesApi*](docs/BillingInvoicesApi.md) | [**get_month_to_date_invoice**](docs/BillingInvoicesApi.md#get_month_to_date_invoice) | Get month-to-date invoice.
105
106
  [*Fastly::BillingInvoicesApi*](docs/BillingInvoicesApi.md) | [**list_invoices**](docs/BillingInvoicesApi.md#list_invoices) | List of invoices.
107
+ [*Fastly::BillingUsageMetricsApi*](docs/BillingUsageMetricsApi.md) | [**get_service_level_usage**](docs/BillingUsageMetricsApi.md#get_service_level_usage) | Retrieve service-level usage metrics for a product.
108
+ [*Fastly::BillingUsageMetricsApi*](docs/BillingUsageMetricsApi.md) | [**get_service_level_usage_types**](docs/BillingUsageMetricsApi.md#get_service_level_usage_types) | Retrieve product usage types for a customer.
106
109
  [*Fastly::CacheSettingsApi*](docs/CacheSettingsApi.md) | [**create_cache_settings**](docs/CacheSettingsApi.md#create_cache_settings) | Create a cache settings object
107
110
  [*Fastly::CacheSettingsApi*](docs/CacheSettingsApi.md) | [**delete_cache_settings**](docs/CacheSettingsApi.md#delete_cache_settings) | Delete a cache settings object
108
111
  [*Fastly::CacheSettingsApi*](docs/CacheSettingsApi.md) | [**get_cache_settings**](docs/CacheSettingsApi.md#get_cache_settings) | Get a cache settings object
@@ -414,6 +417,11 @@ Class | Method | Description
414
417
  [*Fastly::MutualAuthenticationApi*](docs/MutualAuthenticationApi.md) | [**get_mutual_authentication**](docs/MutualAuthenticationApi.md#get_mutual_authentication) | Get a Mutual Authentication
415
418
  [*Fastly::MutualAuthenticationApi*](docs/MutualAuthenticationApi.md) | [**list_mutual_authentications**](docs/MutualAuthenticationApi.md#list_mutual_authentications) | List Mutual Authentications
416
419
  [*Fastly::MutualAuthenticationApi*](docs/MutualAuthenticationApi.md) | [**patch_mutual_authentication**](docs/MutualAuthenticationApi.md#patch_mutual_authentication) | Update a Mutual Authentication
420
+ [*Fastly::ObservabilityCustomDashboardsApi*](docs/ObservabilityCustomDashboardsApi.md) | [**create_dashboard**](docs/ObservabilityCustomDashboardsApi.md#create_dashboard) | Create a new dashboard
421
+ [*Fastly::ObservabilityCustomDashboardsApi*](docs/ObservabilityCustomDashboardsApi.md) | [**delete_dashboard**](docs/ObservabilityCustomDashboardsApi.md#delete_dashboard) | Delete an existing dashboard
422
+ [*Fastly::ObservabilityCustomDashboardsApi*](docs/ObservabilityCustomDashboardsApi.md) | [**get_dashboard**](docs/ObservabilityCustomDashboardsApi.md#get_dashboard) | Retrieve a dashboard by ID
423
+ [*Fastly::ObservabilityCustomDashboardsApi*](docs/ObservabilityCustomDashboardsApi.md) | [**list_dashboards**](docs/ObservabilityCustomDashboardsApi.md#list_dashboards) | List all custom dashboards
424
+ [*Fastly::ObservabilityCustomDashboardsApi*](docs/ObservabilityCustomDashboardsApi.md) | [**update_dashboard**](docs/ObservabilityCustomDashboardsApi.md#update_dashboard) | Update an existing dashboard
417
425
  [*Fastly::OriginInspectorHistoricalApi*](docs/OriginInspectorHistoricalApi.md) | [**get_origin_inspector_historical**](docs/OriginInspectorHistoricalApi.md#get_origin_inspector_historical) | Get historical origin data for a service
418
426
  [*Fastly::OriginInspectorRealtimeApi*](docs/OriginInspectorRealtimeApi.md) | [**get_origin_inspector_last120_seconds**](docs/OriginInspectorRealtimeApi.md#get_origin_inspector_last120_seconds) | Get real-time origin data for the last 120 seconds
419
427
  [*Fastly::OriginInspectorRealtimeApi*](docs/OriginInspectorRealtimeApi.md) | [**get_origin_inspector_last_max_entries**](docs/OriginInspectorRealtimeApi.md#get_origin_inspector_last_max_entries) | Get a limited number of real-time origin data entries
@@ -515,6 +523,7 @@ Class | Method | Description
515
523
  [*Fastly::TlsCertificatesApi*](docs/TlsCertificatesApi.md) | [**create_tls_cert**](docs/TlsCertificatesApi.md#create_tls_cert) | Create a TLS certificate
516
524
  [*Fastly::TlsCertificatesApi*](docs/TlsCertificatesApi.md) | [**delete_tls_cert**](docs/TlsCertificatesApi.md#delete_tls_cert) | Delete a TLS certificate
517
525
  [*Fastly::TlsCertificatesApi*](docs/TlsCertificatesApi.md) | [**get_tls_cert**](docs/TlsCertificatesApi.md#get_tls_cert) | Get a TLS certificate
526
+ [*Fastly::TlsCertificatesApi*](docs/TlsCertificatesApi.md) | [**get_tls_cert_blob**](docs/TlsCertificatesApi.md#get_tls_cert_blob) | Get a TLS certificate blob (Limited Availability)
518
527
  [*Fastly::TlsCertificatesApi*](docs/TlsCertificatesApi.md) | [**list_tls_certs**](docs/TlsCertificatesApi.md#list_tls_certs) | List TLS certificates
519
528
  [*Fastly::TlsCertificatesApi*](docs/TlsCertificatesApi.md) | [**update_tls_cert**](docs/TlsCertificatesApi.md#update_tls_cert) | Update a TLS certificate
520
529
  [*Fastly::TlsConfigurationsApi*](docs/TlsConfigurationsApi.md) | [**get_tls_config**](docs/TlsConfigurationsApi.md#get_tls_config) | Get a TLS configuration
@@ -612,6 +621,8 @@ The fastly-ruby API client currently does not support the following endpoints:
612
621
  - [`/alerts/definitions/{definition_id}`](https://www.fastly.com/documentation/reference/api/observability/alerts/definitions) (DELETE, GET, PUT)
613
622
  - [`/alerts/definitions`](https://www.fastly.com/documentation/reference/api/observability/alerts/definitions) (GET, POST)
614
623
  - [`/alerts/history`](https://www.fastly.com/documentation/reference/api/observability/alerts/history) (GET)
624
+ - [`/dns/configurations/{dns_configuration_id}`](https://www.fastly.com/documentation/reference/api/) (DELETE, GET, PATCH)
625
+ - [`/dns/configurations`](https://www.fastly.com/documentation/reference/api/) (GET, POST)
615
626
  - [`/notifications/integration-types`](https://developer.fastly.com/reference/api/observability/notification) (GET)
616
627
  - [`/notifications/integrations/{integration_id}/rotateSigningKey`](https://developer.fastly.com/reference/api/observability/notification) (POST)
617
628
  - [`/notifications/integrations/{integration_id}/signingKey`](https://developer.fastly.com/reference/api/observability/notification) (GET)
@@ -621,7 +632,9 @@ The fastly-ruby API client currently does not support the following endpoints:
621
632
  - [`/resources/stores/kv/{store_id}/batch`](https://www.fastly.com/documentation/reference/api/services/resources/kv-store-item) (PUT)
622
633
  - [`/tls/activations/{tls_activation_id}`](https://www.fastly.com/documentation/reference/api/tls/mutual-tls/activations) (GET, PATCH)
623
634
  - [`/tls/activations`](https://www.fastly.com/documentation/reference/api/tls/mutual-tls/activations) (GET)
624
- - [`/tls/preview/domains/{tls_preview_domain_id}`](https://www.fastly.com/documentation/reference/api/) (GET, PATCH)
635
+ - [`/tls/configurations/{tls_configuration_id}`](https://www.fastly.com/documentation/reference/api/) (DELETE, GET, PATCH)
636
+ - [`/tls/configurations`](https://www.fastly.com/documentation/reference/api/) (GET, POST)
637
+ - [`/tls/preview/domains/{domain_id}`](https://www.fastly.com/documentation/reference/api/) (GET, PATCH)
625
638
  - [`/tls/preview/domains`](https://www.fastly.com/documentation/reference/api/) (GET, POST)
626
639
  - [`/v1/channel/{service_id}/ts/h/limit/{max_entries}`](https://www.fastly.com/documentation/reference/api/metrics-stats/origin-insights) (GET)
627
640
  - [`/v1/channel/{service_id}/ts/h`](https://www.fastly.com/documentation/reference/api/metrics-stats/origin-insights) (GET)
@@ -1,10 +1,11 @@
1
- # Fastly::RelationshipTlsDnsRecord
1
+ # Fastly::AsyncResponse
2
2
 
3
3
  ## Properties
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **dns_record** | [**RelationshipTlsDnsRecordDnsRecord**](RelationshipTlsDnsRecordDnsRecord.md) | | [optional] |
7
+ | **title** | **String** | | [optional] |
8
+ | **status** | **String** | | [optional] |
8
9
 
9
10
  [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
10
11
 
data/docs/Billing.md CHANGED
@@ -6,12 +6,11 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **end_time** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
8
8
  | **start_time** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
9
- | **invoice_id** | **String** | | [optional][readonly] |
10
9
  | **customer_id** | **String** | | [optional][readonly] |
11
10
  | **vendor_state** | **String** | The current state of our third-party billing vendor. One of `up` or `down`. | [optional][readonly] |
12
11
  | **status** | [**BillingStatus**](BillingStatus.md) | | [optional] |
13
12
  | **total** | [**BillingTotal**](BillingTotal.md) | | [optional] |
14
- | **regions** | **Hash<String, Hash<String, Object>>** | Breakdown of regional data for products that are region based. | [optional] |
13
+ | **regions** | [**Hash<String, BillingRegions>**](BillingRegions.md) | Breakdown of regional data for products that are region based. | [optional] |
15
14
 
16
15
  [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
17
16
 
data/docs/BillingApi.md CHANGED
@@ -71,7 +71,7 @@ Get the invoice for the given invoice_id.
71
71
  api_instance = Fastly::BillingApi.new
72
72
  opts = {
73
73
  customer_id: 'customer_id_example', # String | Alphanumeric string identifying the customer.
74
- invoice_id: 'invoice_id_example', # String | Alphanumeric string identifying the invoice.
74
+ invoice_id: 4183280, # Integer |
75
75
  }
76
76
 
77
77
  begin
@@ -88,7 +88,7 @@ end
88
88
  | Name | Type | Description | Notes |
89
89
  | ---- | ---- | ----------- | ----- |
90
90
  | **customer_id** | **String** | Alphanumeric string identifying the customer. | |
91
- | **invoice_id** | **String** | Alphanumeric string identifying the invoice. | |
91
+ | **invoice_id** | **Integer** | | |
92
92
 
93
93
  ### Return type
94
94
 
@@ -0,0 +1,11 @@
1
+ # Fastly::BillingBandwidth
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **total** | **Float** | | [optional] |
8
+ | **tiers** | [**Array<BillingBandwidthTiers>**](BillingBandwidthTiers.md) | | [optional] |
9
+
10
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
11
+
@@ -0,0 +1,14 @@
1
+ # Fastly::BillingBandwidthTiers
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | | [optional] |
8
+ | **units** | **Float** | | [optional] |
9
+ | **price** | **Float** | | [optional] |
10
+ | **discounted_price** | **Float** | | [optional] |
11
+ | **total** | **Float** | | [optional] |
12
+
13
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
14
+
@@ -1,10 +1,10 @@
1
- # Fastly::RelationshipTlsDnsRecords
1
+ # Fastly::BillingEstimateInvoiceId
2
2
 
3
3
  ## Properties
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **dns_records** | [**RelationshipTlsDnsRecordDnsRecord**](RelationshipTlsDnsRecordDnsRecord.md) | | [optional] |
7
+ | **invoice_id** | **String** | | [optional][readonly] |
8
8
 
9
9
  [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
10
10
 
@@ -6,12 +6,12 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **end_time** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
8
8
  | **start_time** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
9
- | **invoice_id** | **String** | | [optional][readonly] |
10
9
  | **customer_id** | **String** | | [optional][readonly] |
11
10
  | **vendor_state** | **String** | The current state of our third-party billing vendor. One of `up` or `down`. | [optional][readonly] |
12
11
  | **status** | [**BillingStatus**](BillingStatus.md) | | [optional] |
13
12
  | **total** | [**BillingTotal**](BillingTotal.md) | | [optional] |
14
- | **regions** | **Hash<String, Hash<String, Object>>** | Breakdown of regional data for products that are region based. | [optional] |
13
+ | **regions** | [**Hash<String, BillingRegions>**](BillingRegions.md) | Breakdown of regional data for products that are region based. | [optional] |
14
+ | **invoice_id** | **String** | | [optional][readonly] |
15
15
  | **line_items** | [**Array<BillingEstimateLinesLineItems>**](BillingEstimateLinesLineItems.md) | | [optional] |
16
16
 
17
17
  [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
@@ -1,10 +1,10 @@
1
- # Fastly::RelationshipTlsDnsRecordDnsRecord
1
+ # Fastly::BillingInvoiceId
2
2
 
3
3
  ## Properties
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **data** | [**Array<RelationshipMemberTlsDnsRecord>**](RelationshipMemberTlsDnsRecord.md) | | [optional] |
7
+ | **invoice_id** | **Integer** | | [optional][readonly] |
8
8
 
9
9
  [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
10
10
 
@@ -14,13 +14,14 @@ api_instance = Fastly::BillingInvoicesApi.new
14
14
  Method | HTTP request | Description
15
15
  ------ | ------------ | -----------
16
16
  [**get_invoice_by_invoice_id**](BillingInvoicesApi.md#get_invoice_by_invoice_id) | **GET** /billing/v3/invoices/{invoice_id} | Get invoice by ID.
17
+ [**get_month_to_date_invoice**](BillingInvoicesApi.md#get_month_to_date_invoice) | **GET** /billing/v3/invoices/month-to-date | Get month-to-date invoice.
17
18
  [**list_invoices**](BillingInvoicesApi.md#list_invoices) | **GET** /billing/v3/invoices | List of invoices.
18
19
 
19
20
 
20
21
  ## `get_invoice_by_invoice_id()`
21
22
 
22
23
  ```ruby
23
- get_invoice_by_invoice_id(opts): <InvoiceResponse> # Get invoice by ID.
24
+ get_invoice_by_invoice_id(opts): <EomInvoiceResponse> # Get invoice by ID.
24
25
  ```
25
26
 
26
27
  Returns invoice associated with the invoice id.
@@ -30,7 +31,7 @@ Returns invoice associated with the invoice id.
30
31
  ```ruby
31
32
  api_instance = Fastly::BillingInvoicesApi.new
32
33
  opts = {
33
- invoice_id: 'invoice_id_example', # String | Alphanumeric string identifying the invoice.
34
+ invoice_id: 4183280, # Integer |
34
35
  }
35
36
 
36
37
  begin
@@ -46,18 +47,50 @@ end
46
47
 
47
48
  | Name | Type | Description | Notes |
48
49
  | ---- | ---- | ----------- | ----- |
49
- | **invoice_id** | **String** | Alphanumeric string identifying the invoice. | |
50
+ | **invoice_id** | **Integer** | | |
50
51
 
51
52
  ### Return type
52
53
 
53
- [**InvoiceResponse**](InvoiceResponse.md)
54
+ [**EomInvoiceResponse**](EomInvoiceResponse.md)
55
+
56
+ [[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
57
+ [[Back to README]](../../README.md)
58
+ ## `get_month_to_date_invoice()`
59
+
60
+ ```ruby
61
+ get_month_to_date_invoice: <MtdInvoiceResponse> # Get month-to-date invoice.
62
+ ```
63
+
64
+ Returns month-to-date invoice for the current month.
65
+
66
+ ### Examples
67
+
68
+ ```ruby
69
+ api_instance = Fastly::BillingInvoicesApi.new
70
+
71
+ begin
72
+ # Get month-to-date invoice.
73
+ result = api_instance.get_month_to_date_invoice
74
+ p result
75
+ rescue Fastly::ApiError => e
76
+ puts "Error when calling BillingInvoicesApi->get_month_to_date_invoice: #{e}"
77
+ end
78
+ ```
79
+
80
+ ### Options
81
+
82
+ This endpoint does not need any parameter.
83
+
84
+ ### Return type
85
+
86
+ [**MtdInvoiceResponse**](MtdInvoiceResponse.md)
54
87
 
55
88
  [[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
56
89
  [[Back to README]](../../README.md)
57
90
  ## `list_invoices()`
58
91
 
59
92
  ```ruby
60
- list_invoices(opts): <ListInvoicesResponse> # List of invoices.
93
+ list_invoices(opts): <ListEomInvoicesResponse> # List of invoices.
61
94
  ```
62
95
 
63
96
  Returns the list of invoices, sorted by billing start date (newest to oldest).
@@ -93,7 +126,7 @@ end
93
126
 
94
127
  ### Return type
95
128
 
96
- [**ListInvoicesResponse**](ListInvoicesResponse.md)
129
+ [**ListEomInvoicesResponse**](ListEomInvoicesResponse.md)
97
130
 
98
131
  [[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
99
132
  [[Back to README]](../../README.md)
@@ -0,0 +1,13 @@
1
+ # Fastly::BillingRegions
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **cost** | **Float** | | [optional] |
8
+ | **bandwidth** | [**BillingBandwidth**](BillingBandwidth.md) | | [optional] |
9
+ | **percentile** | [**BillingBandwidth**](BillingBandwidth.md) | | [optional] |
10
+ | **requests** | [**BillingBandwidth**](BillingBandwidth.md) | | [optional] |
11
+
12
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
13
+
@@ -6,12 +6,12 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **end_time** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
8
8
  | **start_time** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
9
- | **invoice_id** | **String** | | [optional][readonly] |
10
9
  | **customer_id** | **String** | | [optional][readonly] |
11
10
  | **vendor_state** | **String** | The current state of our third-party billing vendor. One of `up` or `down`. | [optional][readonly] |
12
11
  | **status** | [**BillingStatus**](BillingStatus.md) | | [optional] |
13
12
  | **total** | [**BillingTotal**](BillingTotal.md) | | [optional] |
14
- | **regions** | **Hash&lt;String, Hash&lt;String, Object&gt;&gt;** | Breakdown of regional data for products that are region based. | [optional] |
13
+ | **regions** | [**Hash&lt;String, BillingRegions&gt;**](BillingRegions.md) | Breakdown of regional data for products that are region based. | [optional] |
14
+ | **invoice_id** | **Integer** | | [optional][readonly] |
15
15
  | **line_items** | [**Array&lt;BillingResponseLineItem&gt;**](BillingResponseLineItem.md) | | [optional] |
16
16
 
17
17
  [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
@@ -8,7 +8,7 @@
8
8
  | **deleted_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
9
9
  | **updated_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
10
10
  | **amount** | **Float** | | [optional] |
11
- | **aria_invoice_id** | [**LineItemDataReadOnlyInvoiceId**](LineItemDataReadOnlyInvoiceId.md) | | [optional] |
11
+ | **aria_invoice_id** | **String** | An alphanumeric string identifying the invoice. | [optional][readonly] |
12
12
  | **client_service_id** | **String** | | [optional] |
13
13
  | **credit_coupon_code** | **String** | | [optional] |
14
14
  | **description** | **String** | | [optional] |
@@ -0,0 +1,111 @@
1
+ # Fastly::BillingUsageMetricsApi
2
+
3
+
4
+ ```ruby
5
+ require 'fastly'
6
+ api_instance = Fastly::BillingUsageMetricsApi.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_service_level_usage**](BillingUsageMetricsApi.md#get_service_level_usage) | **GET** /billing/v2/account_customers/{customer_id}/service-usage-metrics | Retrieve service-level usage metrics for a product.
17
+ [**get_service_level_usage_types**](BillingUsageMetricsApi.md#get_service_level_usage_types) | **GET** /billing/v2/account_customers/{customer_id}/service-usage-types | Retrieve product usage types for a customer.
18
+
19
+
20
+ ## `get_service_level_usage()`
21
+
22
+ ```ruby
23
+ get_service_level_usage(opts): <Serviceusagemetrics> # Retrieve service-level usage metrics for a product.
24
+ ```
25
+
26
+ Returns product usage, broken down by service.
27
+
28
+ ### Examples
29
+
30
+ ```ruby
31
+ api_instance = Fastly::BillingUsageMetricsApi.new
32
+ opts = {
33
+ customer_id: 'customer_id_example', # String | Alphanumeric string identifying the customer.
34
+ product_id: 'product_id_example', # String | The product identifier for the metrics returned (e.g., `cdn_usage`). This field is not required for CSV requests.
35
+ usage_type_name: 'usage_type_name_example', # String | The usage type name for the metrics returned (e.g., `North America Requests`). This field is not required for CSV requests.
36
+ time_granularity: 'time_granularity_example', # String |
37
+ start_date: '2023-01-01', # String |
38
+ end_date: '2023-01-31', # String |
39
+ start_month: '2023-01', # String |
40
+ end_month: '2023-03', # String |
41
+ limit: 'limit_example', # String | Number of results per page. The maximum is 100.
42
+ cursor: 'cursor_example', # String | Cursor value from the `next_cursor` field of a previous response, used to retrieve the next page. To request the first page, this should be empty.
43
+ }
44
+
45
+ begin
46
+ # Retrieve service-level usage metrics for a product.
47
+ result = api_instance.get_service_level_usage(opts)
48
+ p result
49
+ rescue Fastly::ApiError => e
50
+ puts "Error when calling BillingUsageMetricsApi->get_service_level_usage: #{e}"
51
+ end
52
+ ```
53
+
54
+ ### Options
55
+
56
+ | Name | Type | Description | Notes |
57
+ | ---- | ---- | ----------- | ----- |
58
+ | **customer_id** | **String** | Alphanumeric string identifying the customer. | |
59
+ | **product_id** | **String** | The product identifier for the metrics returned (e.g., `cdn_usage`). This field is not required for CSV requests. | |
60
+ | **usage_type_name** | **String** | The usage type name for the metrics returned (e.g., `North America Requests`). This field is not required for CSV requests. | |
61
+ | **time_granularity** | **String** | | |
62
+ | **start_date** | **String** | | [optional] |
63
+ | **end_date** | **String** | | [optional] |
64
+ | **start_month** | **String** | | [optional] |
65
+ | **end_month** | **String** | | [optional] |
66
+ | **limit** | **String** | Number of results per page. The maximum is 100. | [optional][default to &#39;5&#39;] |
67
+ | **cursor** | **String** | Cursor value from the `next_cursor` field of a previous response, used to retrieve the next page. To request the first page, this should be empty. | [optional] |
68
+
69
+ ### Return type
70
+
71
+ [**Serviceusagemetrics**](Serviceusagemetrics.md)
72
+
73
+ [[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
74
+ [[Back to README]](../../README.md)
75
+ ## `get_service_level_usage_types()`
76
+
77
+ ```ruby
78
+ get_service_level_usage_types(opts): <Serviceusagetypes> # Retrieve product usage types for a customer.
79
+ ```
80
+
81
+ Returns product usage types reported by the customer's services.
82
+
83
+ ### Examples
84
+
85
+ ```ruby
86
+ api_instance = Fastly::BillingUsageMetricsApi.new
87
+ opts = {
88
+ customer_id: 'customer_id_example', # String | Alphanumeric string identifying the customer.
89
+ }
90
+
91
+ begin
92
+ # Retrieve product usage types for a customer.
93
+ result = api_instance.get_service_level_usage_types(opts)
94
+ p result
95
+ rescue Fastly::ApiError => e
96
+ puts "Error when calling BillingUsageMetricsApi->get_service_level_usage_types: #{e}"
97
+ end
98
+ ```
99
+
100
+ ### Options
101
+
102
+ | Name | Type | Description | Notes |
103
+ | ---- | ---- | ----------- | ----- |
104
+ | **customer_id** | **String** | Alphanumeric string identifying the customer. | |
105
+
106
+ ### Return type
107
+
108
+ [**Serviceusagetypes**](Serviceusagetypes.md)
109
+
110
+ [[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
111
+ [[Back to README]](../../README.md)
@@ -0,0 +1,12 @@
1
+ # Fastly::CreateDashboardRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | A human-readable name | |
8
+ | **description** | **String** | A short description of the dashboard | [optional] |
9
+ | **items** | [**Array&lt;DashboardItem&gt;**](DashboardItem.md) | A list of [dashboard items](#dashboard-item). | [optional] |
10
+
11
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
12
+
data/docs/Dashboard.md ADDED
@@ -0,0 +1,17 @@
1
+ # Fastly::Dashboard
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | Dashboard identifier (UUID) | [optional][readonly] |
8
+ | **name** | **String** | A human-readable name | [optional] |
9
+ | **description** | **String** | A short description of the dashboard | [optional] |
10
+ | **items** | [**Array&lt;DashboardItem&gt;**](DashboardItem.md) | A list of [dashboard items](#dashboard-item). | [optional] |
11
+ | **created_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
12
+ | **updated_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
13
+ | **created_by** | [**DashboardPropertyCreatedBy**](DashboardPropertyCreatedBy.md) | | [optional] |
14
+ | **updated_by** | [**DashboardPropertyUpdatedBy**](DashboardPropertyUpdatedBy.md) | | [optional] |
15
+
16
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
17
+
@@ -0,0 +1,15 @@
1
+ # Fastly::DashboardItem
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **title** | **String** | A human-readable title for the dashboard item | |
8
+ | **subtitle** | **String** | A human-readable subtitle for the dashboard item. Often a description of the visualization. | |
9
+ | **data_source** | [**DashboardItemPropertyDataSource**](DashboardItemPropertyDataSource.md) | | |
10
+ | **visualization** | [**DashboardItemPropertyVisualization**](DashboardItemPropertyVisualization.md) | | |
11
+ | **id** | **String** | Dashboard item identifier (UUID) | [optional][readonly] |
12
+ | **span** | **Integer** | The number of columns for the dashboard item to span. Dashboards are rendered on a 12-column grid on \&quot;desktop\&quot; screen sizes. | [optional][default to 4] |
13
+
14
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
15
+
@@ -0,0 +1,11 @@
1
+ # Fastly::DashboardItemPropertyDataSource
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **type** | **String** | The source of the data to display. | |
8
+ | **config** | [**DashboardItemPropertyDataSourcePropertyConfig**](DashboardItemPropertyDataSourcePropertyConfig.md) | | |
9
+
10
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
11
+
@@ -0,0 +1,10 @@
1
+ # Fastly::DashboardItemPropertyDataSourcePropertyConfig
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **metrics** | **Array&lt;String&gt;** | The metrics to visualize. Valid options are defined by the selected [data source](#field_data_source). | |
8
+
9
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
10
+
@@ -0,0 +1,11 @@
1
+ # Fastly::DashboardItemPropertyVisualization
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **type** | **String** | The type of visualization to display. | |
8
+ | **config** | [**DashboardItemPropertyVisualizationPropertyConfig**](DashboardItemPropertyVisualizationPropertyConfig.md) | | |
9
+
10
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
11
+
@@ -0,0 +1,12 @@
1
+ # Fastly::DashboardItemPropertyVisualizationPropertyConfig
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **plot_type** | **String** | The type of chart to display. | |
8
+ | **format** | **String** | (Optional) The units to use to format the data. | [optional][default to &#39;number&#39;] |
9
+ | **calculation_method** | **String** | (Optional) The aggregation function to apply to the dataset. | [optional] |
10
+
11
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
12
+
@@ -1,4 +1,4 @@
1
- # Fastly::LineItemDataReadOnlyInvoiceId
1
+ # Fastly::DashboardPropertyCreatedBy
2
2
 
3
3
  ## Properties
4
4
 
@@ -0,0 +1,9 @@
1
+ # Fastly::DashboardPropertyUpdatedBy
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
9
+
@@ -42,7 +42,7 @@
42
42
  | **origin_fetch_resp_body_bytes** | **Integer** | Total body bytes received from origin. | [optional] |
43
43
  | **bandwidth** | **Integer** | Total bytes delivered (`resp_header_bytes` + `resp_body_bytes` + `bereq_header_bytes` + `bereq_body_bytes`). | [optional] |
44
44
  | **edge_hit_ratio** | **Float** | Ratio of cache hits to cache misses at the edge, between 0 and 1 (`edge_hit_requests` / (`edge_hit_requests` + `edge_miss_requests`)). | [optional] |
45
- | **origin_offload** | **Float** | Ratio of response bytes delivered from the edge compared to what is delivered from origin, 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] |
45
+ | **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`). Previously, Origin Offload used a different formula. [Learn more](https://www.fastly.com/documentation/reference/changes/2024/06/add-origin_offload-metric). | [optional] |
46
46
  | **origin_status_200** | **Integer** | Number of responses received from origin with status code 200 (Success). | [optional] |
47
47
  | **origin_status_204** | **Integer** | Number of responses received from origin with status code 204 (No Content). | [optional] |
48
48
  | **origin_status_206** | **Integer** | Number of responses received from origin with status code 206 (Partial Content). | [optional] |
@@ -1,11 +1,11 @@
1
- # Fastly::InvoiceResponse
1
+ # Fastly::EomInvoiceResponse
2
2
 
3
3
  ## Properties
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **customer_id** | **String** | Customer ID associated with the invoice. | [optional] |
8
- | **invoice_id** | **String** | Alphanumeric string identifying the invoice. | [optional] |
8
+ | **invoice_id** | **String** | Numeric string identifying the invoice. | [optional] |
9
9
  | **invoice_posted_on** | **Time** | Date and time invoice was posted on, in ISO 8601 format. | [optional] |
10
10
  | **billing_start_date** | **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] |
11
11
  | **billing_end_date** | **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] |
@@ -0,0 +1,10 @@
1
+ # Fastly::GetServiceLevelUsageResponse
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,10 @@
1
+ # Fastly::GetServiceLevelUsageTypesResponse
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
+