Skip to content

Commit 7ea2674

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 907ddaee of spec repo
1 parent 3353871 commit 7ea2674

10 files changed

+5023
-4967
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-25 18:59:19.120986",
8-
"spec_repo_commit": "ccf15bee"
7+
"regenerated": "2024-07-26 15:01:09.945670",
8+
"spec_repo_commit": "907ddaee"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-07-25 18:59:19.143047",
13-
"spec_repo_commit": "ccf15bee"
12+
"regenerated": "2024-07-26 15:01:09.962371",
13+
"spec_repo_commit": "907ddaee"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15179,14 +15179,20 @@ components:
1517915179
description: Property of the Synthetic Test Response to use for a Synthetic
1518015180
global variable.
1518115181
enum:
15182+
- grpc_message
15183+
- grpc_metadata
1518215184
- http_body
1518315185
- http_header
15186+
- http_status_code
1518415187
- local_variable
1518515188
example: http_body
1518615189
type: string
1518715190
x-enum-varnames:
15191+
- GRPC_MESSAGE
15192+
- GRPC_METADATA
1518815193
- HTTP_BODY
1518915194
- HTTP_HEADER
15195+
- HTTP_STATUS_CODE
1519015196
- LOCAL_VARIABLE
1519115197
SyntheticsGlobalVariableParserType:
1519215198
description: Type of parser for a Synthetic global variable from a synthetics

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)