File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
packages/datadog-api-client-v2/apis Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"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 "
9
9
},
10
10
"v2": {
11
11
"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 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -24052,7 +24052,7 @@ paths:
24052
24052
/api/v2/cost_by_tag/active_billing_dimensions:
24053
24053
get:
24054
24054
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.
24056
24056
operationId: GetActiveBillingDimensions
24057
24057
responses:
24058
24058
'200':
@@ -24094,7 +24094,7 @@ paths:
24094
24094
get:
24095
24095
description: "Get monthly cost attribution by tag across multi-org and single
24096
24096
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.
24098
24098
To make sure you receive all records, check if the value of `next_record_id`
24099
24099
is\nset in the response. If it is, make another request and pass `next_record_id`
24100
24100
as a parameter.\nPseudo code example:\n```\nresponse := GetMonthlyCostAttribution(start_month,
Original file line number Diff line number Diff line change @@ -1482,7 +1482,7 @@ export class UsageMeteringApi {
1482
1482
}
1483
1483
1484
1484
/**
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.
1486
1486
* @param param The request object
1487
1487
*/
1488
1488
public getActiveBillingDimensions (
@@ -1609,7 +1609,7 @@ export class UsageMeteringApi {
1609
1609
1610
1610
/**
1611
1611
* 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.
1613
1613
* This API endpoint is paginated. To make sure you receive all records, check if the value of `next_record_id` is
1614
1614
* set in the response. If it is, make another request and pass `next_record_id` as a parameter.
1615
1615
* Pseudo code example:
You can’t perform that action at this time.
0 commit comments