Skip to content

Commit 662a409

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 786a1731 of spec repo
1 parent 8fbc193 commit 662a409

11 files changed

+5043
-4964
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-07-17 14:52:51.938329",
8-
"spec_repo_commit": "3bf67773"
7+
"regenerated": "2024-07-17 20:47:11.764187",
8+
"spec_repo_commit": "786a1731"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-07-17 14:52:51.955932",
13-
"spec_repo_commit": "3bf67773"
12+
"regenerated": "2024-07-17 20:47:11.782583",
13+
"spec_repo_commit": "786a1731"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8741,6 +8741,12 @@ components:
87418741
description: Attributes of hourly usage for a product family for an org for
87428742
a time period.
87438743
properties:
8744+
account_name:
8745+
description: The account name.
8746+
type: string
8747+
account_public_id:
8748+
description: The account public ID.
8749+
type: string
87448750
measurements:
87458751
description: List of the measured usage values for the product family for
87468752
the org for the time period.
@@ -36770,6 +36776,15 @@ paths:
3677036776
schema:
3677136777
default: false
3677236778
type: boolean
36779+
- description: Boolean to specify whether to include accounts connected to the
36780+
current account as partner customers in the Datadog partner network program.
36781+
Defaults to false.
36782+
in: query
36783+
name: filter[include_connected_accounts]
36784+
required: false
36785+
schema:
36786+
default: false
36787+
type: boolean
3677336788
- description: Include breakdown of usage by subcategories where applicable
3677436789
(for product family logs only). Defaults to false.
3677536790
in: query

docs/datadog_api_client.rst

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,55 @@
1-
datadog\_api\_client
2-
====================
1+
datadog\_api\_client package
2+
============================
3+
4+
Subpackages
5+
-----------
36

47
.. toctree::
58
:maxdepth: 4
69

710
datadog_api_client.v1
811
datadog_api_client.v2
912

13+
Submodules
14+
----------
1015

11-
api\_client
12-
-----------
16+
datadog\_api\_client.api\_client module
17+
---------------------------------------
1318

1419
.. automodule:: datadog_api_client.api_client
1520
:members:
1621
:show-inheritance:
1722

18-
configuration
19-
-------------
23+
datadog\_api\_client.configuration module
24+
-----------------------------------------
2025

2126
.. automodule:: datadog_api_client.configuration
2227
:members:
2328
:show-inheritance:
2429

25-
exceptions
26-
----------
30+
datadog\_api\_client.exceptions module
31+
--------------------------------------
2732

2833
.. automodule:: datadog_api_client.exceptions
2934
:members:
3035
:show-inheritance:
3136

32-
model\_utils
33-
------------
37+
datadog\_api\_client.model\_utils module
38+
----------------------------------------
3439

3540
.. automodule:: datadog_api_client.model_utils
3641
:members:
3742
:show-inheritance:
3843

39-
rest
40-
----
44+
datadog\_api\_client.rest module
45+
--------------------------------
4146

4247
.. automodule:: datadog_api_client.rest
4348
:members:
4449
:show-inheritance:
4550

51+
Module contents
52+
---------------
4653

4754
.. automodule:: datadog_api_client
4855
:members:

0 commit comments

Comments
 (0)