Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor update to CBT documentation #1870

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-02-15 11:25:06.193150",
"spec_repo_commit": "14c48bc8"
"regenerated": "2024-02-15 17:39:49.568043",
"spec_repo_commit": "45fd84e5"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-02-15 11:25:06.207734",
"spec_repo_commit": "14c48bc8"
"regenerated": "2024-02-15 17:39:49.582315",
"spec_repo_commit": "45fd84e5"
}
}
}
4 changes: 2 additions & 2 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24052,7 +24052,7 @@ paths:
/api/v2/cost_by_tag/active_billing_dimensions:
get:
description: Get active billing dimensions for cost attribution. Cost data for
a given month becomes available no later than the 17th of the following month.
a given month becomes available no later than the 19th of the following month.
operationId: GetActiveBillingDimensions
responses:
'200':
Expand Down Expand Up @@ -24094,7 +24094,7 @@ paths:
get:
description: "Get monthly cost attribution by tag across multi-org and single
root-org accounts.\nCost Attribution data for a given month becomes available
no later than the 17th of the following month.\nThis API endpoint is paginated.
no later than the 19th of the following month.\nThis API endpoint is paginated.
To make sure you receive all records, check if the value of `next_record_id`
is\nset in the response. If it is, make another request and pass `next_record_id`
as a parameter.\nPseudo code example:\n```\nresponse := GetMonthlyCostAttribution(start_month,
Expand Down
4 changes: 2 additions & 2 deletions src/datadog_api_client/v2/api/usage_metering_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def get_active_billing_dimensions(
) -> ActiveBillingDimensionsResponse:
"""Get active billing dimensions for cost attribution.

Get active billing dimensions for cost attribution. Cost data for a given month becomes available no later than the 17th of the following month.
Get active billing dimensions for cost attribution. Cost data for a given month becomes available no later than the 19th of the following month.

:rtype: ActiveBillingDimensionsResponse
"""
Expand Down Expand Up @@ -595,7 +595,7 @@ def get_monthly_cost_attribution(
"""Get Monthly Cost Attribution.

Get monthly cost attribution by tag across multi-org and single root-org accounts.
Cost Attribution data for a given month becomes available no later than the 17th of the following month.
Cost Attribution data for a given month becomes available no later than the 19th of the following month.
This API endpoint is paginated. To make sure you receive all records, check if the value of ``next_record_id`` is
set in the response. If it is, make another request and pass ``next_record_id`` as a parameter.
Pseudo code example:
Expand Down
Loading