Skip to content

Commit

Permalink
Add note that Usage Metering is unavailable in US1-FED (#2600)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Dec 18, 2024
1 parent 0d00a9d commit eae2a0d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
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-12-18 17:18:37.829361",
"spec_repo_commit": "8cb3faac"
"regenerated": "2024-12-18 19:23:44.640997",
"spec_repo_commit": "3f22290a"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-18 17:18:37.843992",
"spec_repo_commit": "8cb3faac"
"regenerated": "2024-12-18 19:23:44.656520",
"spec_repo_commit": "3f22290a"
}
}
}
3 changes: 2 additions & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32622,7 +32622,8 @@ paths:
!= null BEGIN\n sleep(5 seconds) # Avoid running into rate limit\n response
:= GetMonthlyCostAttribution(start_month, end_month, next_record_id=cursor)\n
\ cursor := response.metadata.pagination.next_record_id\nEND\n```\n\nThis
endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/)."
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."
operationId: GetMonthlyCostAttribution
parameters:
- description: 'Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1826,7 +1826,7 @@ public CompletableFuture<MonthlyCostAttributionResponse> getMonthlyCostAttributi
*
* <p>This endpoint is only accessible for <a
* href="https://docs.datadoghq.com/account_management/multi_organization/">parent-level
* organizations</a>.
* organizations</a>. This endpoint is not available in the Government (US1-FED) site.
*
* @param startMonth Datetime in ISO-8601 format, UTC, precise to month: <code>[YYYY-MM]</code>
* for cost beginning in this month. (required)
Expand Down

0 comments on commit eae2a0d

Please sign in to comment.