Skip to content

Commit 7a62f0e

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 76344ef of spec repo
1 parent fdfd964 commit 7a62f0e

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23004,7 +23004,7 @@ components:
2300423004
For SDK users only: all fields at this response level are accessible through the
2300523005
`additionalProperties` map. Existing typed-field getters are unchanged. New billing
2300623006
dimensions will not have typed-field getters. Use
23007-
[Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields)
23007+
[Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/)
2300823008
to enumerate every available key.
2300923009
properties:
2301023010
agent_host_top99p:
@@ -24307,7 +24307,7 @@ components:
2430724307
For SDK users only: all fields at this response level are accessible through the
2430824308
`additionalProperties` map. Existing typed-field getters are unchanged. New billing
2430924309
dimensions will not have typed-field getters. Use
24310-
[Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields)
24310+
[Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/)
2431124311
to enumerate every available key.
2431224312
properties:
2431324313
account_name:
@@ -25629,7 +25629,7 @@ components:
2562925629
For SDK users only: all fields at this response level are accessible through the
2563025630
`additionalProperties` map. Existing typed-field getters are unchanged. New billing
2563125631
dimensions will not have typed-field getters. Use
25632-
[Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields)
25632+
[Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/)
2563325633
to enumerate every available key.
2563425634
properties:
2563525635
agent_host_top99p_sum:
@@ -43410,7 +43410,7 @@ paths:
4341043410
`UsageSummaryDateOrg` are accessible through each object's `additionalProperties` map.
4341143411
Existing typed-field getters are unchanged. New billing dimensions will not have
4341243412
typed-field getters. Use
43413-
[Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields)
43413+
[Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/)
4341443414
to enumerate every available key at each response level.
4341543415

4341643416
This endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).

services/usage_metering/src/v1/UsageMeteringApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6127,7 +6127,7 @@ export class UsageMeteringApi {
61276127
* `UsageSummaryDateOrg` are accessible through each object's `additionalProperties` map.
61286128
* Existing typed-field getters are unchanged. New billing dimensions will not have
61296129
* typed-field getters. Use
6130-
* [Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields)
6130+
* [Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/)
61316131
* to enumerate every available key at each response level.
61326132
*
61336133
* This endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).

services/usage_metering/src/v1/models/UsageSummaryDate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { UsageSummaryDateOrg } from "./UsageSummaryDateOrg";
88
* For SDK users only: all fields at this response level are accessible through the
99
* `additionalProperties` map. Existing typed-field getters are unchanged. New billing
1010
* dimensions will not have typed-field getters. Use
11-
* [Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields)
11+
* [Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/)
1212
* to enumerate every available key.
1313
*/
1414
export class UsageSummaryDate {

services/usage_metering/src/v1/models/UsageSummaryDateOrg.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { AttributeTypeMap } from "@datadog/datadog-api-client";
66
* For SDK users only: all fields at this response level are accessible through the
77
* `additionalProperties` map. Existing typed-field getters are unchanged. New billing
88
* dimensions will not have typed-field getters. Use
9-
* [Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields)
9+
* [Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/)
1010
* to enumerate every available key.
1111
*/
1212
export class UsageSummaryDateOrg {

services/usage_metering/src/v1/models/UsageSummaryResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { UsageSummaryDate } from "./UsageSummaryDate";
1010
* For SDK users only: all fields at this response level are accessible through the
1111
* `additionalProperties` map. Existing typed-field getters are unchanged. New billing
1212
* dimensions will not have typed-field getters. Use
13-
* [Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields)
13+
* [Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/)
1414
* to enumerate every available key.
1515
*/
1616
export class UsageSummaryResponse {

0 commit comments

Comments
 (0)