Skip to content

Commit

Permalink
Regenerate client from commit 06fd4aa3 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Dec 3, 2024
1 parent 20e3d64 commit 60bbceb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-03 18:40:45.002995",
"spec_repo_commit": "ce3146c2"
"regenerated": "2024-12-03 23:53:50.276024",
"spec_repo_commit": "06fd4aa3"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-03 18:40:45.022850",
"spec_repo_commit": "ce3146c2"
"regenerated": "2024-12-03 23:53:50.295251",
"spec_repo_commit": "06fd4aa3"
}
}
}
3 changes: 2 additions & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44732,7 +44732,8 @@ tags:

monthly usage across multiple facets of Datadog.

This API is available to all Pro and Enterprise customers.
This API is available to all Pro and Enterprise customers, except those in the
Government (US1-FED) site.


**Note**: Usage data is delayed by up to 72 hours from when it was incurred.
Expand Down
2 changes: 1 addition & 1 deletion src/datadogV2/api/api_usage_metering.rs
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ pub enum GetUsageObservabilityPipelinesError {

/// The usage metering API allows you to get hourly, daily, and
/// monthly usage across multiple facets of Datadog.
/// This API is available to all Pro and Enterprise customers.
/// This API is available to all Pro and Enterprise customers, except those in the Government (US1-FED) site.
///
/// **Note**: Usage data is delayed by up to 72 hours from when it was incurred.
/// It is retained for 15 months.
Expand Down
13 changes: 7 additions & 6 deletions tests/scenarios/features/v2/usage_metering.feature
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
Feature: Usage Metering
The usage metering API allows you to get hourly, daily, and monthly usage
across multiple facets of Datadog. This API is available to all Pro and
Enterprise customers. **Note**: Usage data is delayed by up to 72 hours
from when it was incurred. It is retained for 15 months. You can retrieve
up to 24 hours of hourly usage data for multiple organizations, and up to
two months of hourly usage data for a single organization in one request.
Learn more on the [usage details documentation](https://docs.datadoghq.com
/account_management/billing/usage_details/).
Enterprise customers, except those in the Government (US1-FED) site.
**Note**: Usage data is delayed by up to 72 hours from when it was
incurred. It is retained for 15 months. You can retrieve up to 24 hours
of hourly usage data for multiple organizations, and up to two months of
hourly usage data for a single organization in one request. Learn more on
the [usage details documentation](https://docs.datadoghq.com/account_manag
ement/billing/usage_details/).

Background:
Given a valid "apiKeyAuth" key in the system
Expand Down

0 comments on commit 60bbceb

Please sign in to comment.