Skip to content

Commit 3192b47

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 3f22290a of spec repo
1 parent 2616c18 commit 3192b47

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:31.526689",
8-
"spec_repo_commit": "8cb3faac"
7+
"regenerated": "2024-12-18 19:23:39.928959",
8+
"spec_repo_commit": "3f22290a"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-12-18 17:18:31.541350",
13-
"spec_repo_commit": "8cb3faac"
12+
"regenerated": "2024-12-18 19:23:39.944997",
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]`

lib/datadog_api_client/v2/api/usage_metering_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ def get_monthly_cost_attribution(start_month, fields, opts = {})
508508
# END
509509
# ```
510510
#
511-
# This endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).
511+
# 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.
512512
#
513513
# @param start_month [Time] Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for cost beginning in this month.
514514
# @param fields [String] Comma-separated list specifying cost types (e.g., `<billing_dimension>_on_demand_cost`, `<billing_dimension>_committed_cost`, `<billing_dimension>_total_cost`) and the proportions (`<billing_dimension>_percentage_in_org`, `<billing_dimension>_percentage_in_account`). Use `*` to retrieve all fields. Example: `infra_host_on_demand_cost,infra_host_percentage_in_account` To obtain the complete list of active billing dimensions that can be used to replace `<billing_dimension>` in the field names, make a request to the [Get active billing dimensions API](https://docs.datadoghq.com/api/latest/usage-metering/#get-active-billing-dimensions-for-cost-attribution).

0 commit comments

Comments
 (0)