Skip to content

Commit 2e5ef84

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 76344ef of spec repo
1 parent 0701861 commit 2e5ef84

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/).

src/datadog_api_client/v1/api/usage_metering_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2174,7 +2174,7 @@ def get_usage_summary(
21742174
``UsageSummaryDateOrg`` are accessible through each object's ``additionalProperties`` map.
21752175
Existing typed-field getters are unchanged. New billing dimensions will not have
21762176
typed-field getters. Use
2177-
`Get available fields for usage summary <https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields>`_
2177+
`Get available fields for usage summary <https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/>`_
21782178
to enumerate every available key at each response level.
21792179
21802180
This endpoint is only accessible for `parent-level organizations <https://docs.datadoghq.com/account_management/multi_organization/>`_.

src/datadog_api_client/v1/model/usage_summary_date.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ def __init__(
946946
For SDK users only: all fields at this response level are accessible through the
947947
``additionalProperties`` map. Existing typed-field getters are unchanged. New billing
948948
dimensions will not have typed-field getters. Use
949-
`Get available fields for usage summary <https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields>`_
949+
`Get available fields for usage summary <https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/>`_
950950
to enumerate every available key.
951951
952952
:param agent_host_top99p: Shows the 99th percentile of all agent hosts over all hours in the current date for all organizations.

src/datadog_api_client/v1/model/usage_summary_date_org.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ def __init__(
957957
For SDK users only: all fields at this response level are accessible through the
958958
``additionalProperties`` map. Existing typed-field getters are unchanged. New billing
959959
dimensions will not have typed-field getters. Use
960-
`Get available fields for usage summary <https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields>`_
960+
`Get available fields for usage summary <https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/>`_
961961
to enumerate every available key.
962962
963963
:param account_name: The account name.

src/datadog_api_client/v1/model/usage_summary_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ def __init__(
982982
For SDK users only: all fields at this response level are accessible through the
983983
``additionalProperties`` map. Existing typed-field getters are unchanged. New billing
984984
dimensions will not have typed-field getters. Use
985-
`Get available fields for usage summary <https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields>`_
985+
`Get available fields for usage summary <https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/>`_
986986
to enumerate every available key.
987987
988988
:param agent_host_top99p_sum: Shows the 99th percentile of all agent hosts over all hours in the current month for all organizations.

0 commit comments

Comments
 (0)