File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
src/main/java/com/datadog/api/client/v2/api Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 44 "spec_versions": {
55 "v1": {
66 "apigentools_version": "1.6.6",
7- "regenerated": "2024-12-18 17:18:37.829361 ",
8- "spec_repo_commit": "8cb3faac "
7+ "regenerated": "2024-12-18 19:23:44.640997 ",
8+ "spec_repo_commit": "3f22290a "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2024-12-18 17:18:37.843992 ",
13- "spec_repo_commit": "8cb3faac "
12+ "regenerated": "2024-12-18 19:23:44.656520 ",
13+ "spec_repo_commit": "3f22290a "
1414 }
1515 }
1616}
Original file line number Diff line number Diff 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]`
Original file line number Diff line number Diff line change @@ -1826,7 +1826,7 @@ public CompletableFuture<MonthlyCostAttributionResponse> getMonthlyCostAttributi
18261826 *
18271827 * <p>This endpoint is only accessible for <a
18281828 * href="https://docs.datadoghq.com/account_management/multi_organization/">parent-level
1829- * organizations</a>.
1829+ * organizations</a>. This endpoint is not available in the Government (US1-FED) site.
18301830 *
18311831 * @param startMonth Datetime in ISO-8601 format, UTC, precise to month: <code>[YYYY-MM]</code>
18321832 * for cost beginning in this month. (required)
You can’t perform that action at this time.
0 commit comments