Skip to content

Commit 1403466

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add note that Usage Metering is unavailable in US1-FED (#1940)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent ff7b247 commit 1403466

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
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-12-18 17:18:37.759145",
8-
"spec_repo_commit": "8cb3faac"
7+
"regenerated": "2024-12-18 19:23:38.107841",
8+
"spec_repo_commit": "3f22290a"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-12-18 17:18:37.774123",
13-
"spec_repo_commit": "8cb3faac"
12+
"regenerated": "2024-12-18 19:23:38.122969",
13+
"spec_repo_commit": "3f22290a"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32622,7 +32622,8 @@ paths:
3262232622
!= null BEGIN\n sleep(5 seconds) # Avoid running into rate limit\n response
3262332623
:= GetMonthlyCostAttribution(start_month, end_month, next_record_id=cursor)\n
3262432624
\ cursor := response.metadata.pagination.next_record_id\nEND\n```\n\nThis
32625-
endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/)."
32625+
endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).
32626+
This endpoint is not available in the Government (US1-FED) site."
3262632627
operationId: GetMonthlyCostAttribution
3262732628
parameters:
3262832629
- description: 'Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]`

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1876,7 +1876,7 @@ export class UsageMeteringApi {
18761876
* END
18771877
* ```
18781878
*
1879-
* This endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).
1879+
* This endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/). This endpoint is not available in the Government (US1-FED) site.
18801880
* @param param The request object
18811881
*/
18821882
public getMonthlyCostAttribution(

0 commit comments

Comments
 (0)