Skip to content

Commit 3e2a3c0

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Minor update to CBT documentation (#1522)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 0fb77e7 commit 3e2a3c0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-02-15 11:25:09.568399",
8-
"spec_repo_commit": "14c48bc8"
7+
"regenerated": "2024-02-15 17:40:09.256364",
8+
"spec_repo_commit": "45fd84e5"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-02-15 11:25:09.711746",
13-
"spec_repo_commit": "14c48bc8"
12+
"regenerated": "2024-02-15 17:40:09.270868",
13+
"spec_repo_commit": "45fd84e5"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24052,7 +24052,7 @@ paths:
2405224052
/api/v2/cost_by_tag/active_billing_dimensions:
2405324053
get:
2405424054
description: Get active billing dimensions for cost attribution. Cost data for
24055-
a given month becomes available no later than the 17th of the following month.
24055+
a given month becomes available no later than the 19th of the following month.
2405624056
operationId: GetActiveBillingDimensions
2405724057
responses:
2405824058
'200':
@@ -24094,7 +24094,7 @@ paths:
2409424094
get:
2409524095
description: "Get monthly cost attribution by tag across multi-org and single
2409624096
root-org accounts.\nCost Attribution data for a given month becomes available
24097-
no later than the 17th of the following month.\nThis API endpoint is paginated.
24097+
no later than the 19th of the following month.\nThis API endpoint is paginated.
2409824098
To make sure you receive all records, check if the value of `next_record_id`
2409924099
is\nset in the response. If it is, make another request and pass `next_record_id`
2410024100
as a parameter.\nPseudo code example:\n```\nresponse := GetMonthlyCostAttribution(start_month,

packages/datadog-api-client-v2/apis/UsageMeteringApi.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,7 @@ export class UsageMeteringApi {
14821482
}
14831483

14841484
/**
1485-
* Get active billing dimensions for cost attribution. Cost data for a given month becomes available no later than the 17th of the following month.
1485+
* Get active billing dimensions for cost attribution. Cost data for a given month becomes available no later than the 19th of the following month.
14861486
* @param param The request object
14871487
*/
14881488
public getActiveBillingDimensions(
@@ -1609,7 +1609,7 @@ export class UsageMeteringApi {
16091609

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

0 commit comments

Comments
 (0)