Skip to content

Commit 81acb4f

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit bdc8903 of spec repo
1 parent 9a09c58 commit 81acb4f

27 files changed

+2260
-0
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 616 additions & 0 deletions
Large diffs are not rendered by default.

docs/datadog_api_client.v2.model.rst

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11428,6 +11428,55 @@ datadog\_api\_client.v2.model.fleet\_agents\_response\_meta module
1142811428
:members:
1142911429
:show-inheritance:
1143011430

11431+
datadog\_api\_client.v2.model.fleet\_cluster\_attributes module
11432+
---------------------------------------------------------------
11433+
11434+
.. automodule:: datadog_api_client.v2.model.fleet_cluster_attributes
11435+
:members:
11436+
:show-inheritance:
11437+
11438+
datadog\_api\_client.v2.model.fleet\_cluster\_node\_count\_by\_status module
11439+
----------------------------------------------------------------------------
11440+
11441+
.. automodule:: datadog_api_client.v2.model.fleet_cluster_node_count_by_status
11442+
:members:
11443+
:show-inheritance:
11444+
11445+
datadog\_api\_client.v2.model.fleet\_cluster\_pod\_count\_by\_state module
11446+
--------------------------------------------------------------------------
11447+
11448+
.. automodule:: datadog_api_client.v2.model.fleet_cluster_pod_count_by_state
11449+
:members:
11450+
:show-inheritance:
11451+
11452+
datadog\_api\_client.v2.model.fleet\_clusters\_response module
11453+
--------------------------------------------------------------
11454+
11455+
.. automodule:: datadog_api_client.v2.model.fleet_clusters_response
11456+
:members:
11457+
:show-inheritance:
11458+
11459+
datadog\_api\_client.v2.model.fleet\_clusters\_response\_data module
11460+
--------------------------------------------------------------------
11461+
11462+
.. automodule:: datadog_api_client.v2.model.fleet_clusters_response_data
11463+
:members:
11464+
:show-inheritance:
11465+
11466+
datadog\_api\_client.v2.model.fleet\_clusters\_response\_data\_attributes module
11467+
--------------------------------------------------------------------------------
11468+
11469+
.. automodule:: datadog_api_client.v2.model.fleet_clusters_response_data_attributes
11470+
:members:
11471+
:show-inheritance:
11472+
11473+
datadog\_api\_client.v2.model.fleet\_clusters\_response\_meta module
11474+
--------------------------------------------------------------------
11475+
11476+
.. automodule:: datadog_api_client.v2.model.fleet_clusters_response_meta
11477+
:members:
11478+
:show-inheritance:
11479+
1143111480
datadog\_api\_client.v2.model.fleet\_configuration\_file module
1143211481
---------------------------------------------------------------
1143311482

@@ -11589,6 +11638,34 @@ datadog\_api\_client.v2.model.fleet\_detected\_integration module
1158911638
:members:
1159011639
:show-inheritance:
1159111640

11641+
datadog\_api\_client.v2.model.fleet\_instrumented\_pod\_group\_attributes module
11642+
--------------------------------------------------------------------------------
11643+
11644+
.. automodule:: datadog_api_client.v2.model.fleet_instrumented_pod_group_attributes
11645+
:members:
11646+
:show-inheritance:
11647+
11648+
datadog\_api\_client.v2.model.fleet\_instrumented\_pods\_response module
11649+
------------------------------------------------------------------------
11650+
11651+
.. automodule:: datadog_api_client.v2.model.fleet_instrumented_pods_response
11652+
:members:
11653+
:show-inheritance:
11654+
11655+
datadog\_api\_client.v2.model.fleet\_instrumented\_pods\_response\_data module
11656+
------------------------------------------------------------------------------
11657+
11658+
.. automodule:: datadog_api_client.v2.model.fleet_instrumented_pods_response_data
11659+
:members:
11660+
:show-inheritance:
11661+
11662+
datadog\_api\_client.v2.model.fleet\_instrumented\_pods\_response\_data\_attributes module
11663+
------------------------------------------------------------------------------------------
11664+
11665+
.. automodule:: datadog_api_client.v2.model.fleet_instrumented_pods_response_data_attributes
11666+
:members:
11667+
:show-inheritance:
11668+
1159211669
datadog\_api\_client.v2.model.fleet\_integration\_details module
1159311670
----------------------------------------------------------------
1159411671

@@ -11701,6 +11778,41 @@ datadog\_api\_client.v2.model.fleet\_schedules\_response module
1170111778
:members:
1170211779
:show-inheritance:
1170311780

11781+
datadog\_api\_client.v2.model.fleet\_tracer\_attributes module
11782+
--------------------------------------------------------------
11783+
11784+
.. automodule:: datadog_api_client.v2.model.fleet_tracer_attributes
11785+
:members:
11786+
:show-inheritance:
11787+
11788+
datadog\_api\_client.v2.model.fleet\_tracers\_response module
11789+
-------------------------------------------------------------
11790+
11791+
.. automodule:: datadog_api_client.v2.model.fleet_tracers_response
11792+
:members:
11793+
:show-inheritance:
11794+
11795+
datadog\_api\_client.v2.model.fleet\_tracers\_response\_data module
11796+
-------------------------------------------------------------------
11797+
11798+
.. automodule:: datadog_api_client.v2.model.fleet_tracers_response_data
11799+
:members:
11800+
:show-inheritance:
11801+
11802+
datadog\_api\_client.v2.model.fleet\_tracers\_response\_data\_attributes module
11803+
-------------------------------------------------------------------------------
11804+
11805+
.. automodule:: datadog_api_client.v2.model.fleet_tracers_response_data_attributes
11806+
:members:
11807+
:show-inheritance:
11808+
11809+
datadog\_api\_client.v2.model.fleet\_tracers\_response\_meta module
11810+
-------------------------------------------------------------------
11811+
11812+
.. automodule:: datadog_api_client.v2.model.fleet_tracers_response_meta
11813+
:members:
11814+
:show-inheritance:
11815+
1170411816
datadog\_api\_client.v2.model.form\_trigger module
1170511817
--------------------------------------------------
1170611818

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
"""
2+
List tracers for a specific agent returns "OK" response
3+
"""
4+
5+
from datadog_api_client import ApiClient, Configuration
6+
from datadog_api_client.v2.api.fleet_automation_api import FleetAutomationApi
7+
8+
configuration = Configuration()
9+
configuration.unstable_operations["list_fleet_agent_tracers"] = True
10+
with ApiClient(configuration) as api_client:
11+
api_instance = FleetAutomationApi(api_client)
12+
response = api_instance.list_fleet_agent_tracers(
13+
agent_key="agent_key",
14+
)
15+
16+
print(response)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
"""
2+
List all fleet clusters returns "OK" response
3+
"""
4+
5+
from datadog_api_client import ApiClient, Configuration
6+
from datadog_api_client.v2.api.fleet_automation_api import FleetAutomationApi
7+
8+
configuration = Configuration()
9+
configuration.unstable_operations["list_fleet_clusters"] = True
10+
with ApiClient(configuration) as api_client:
11+
api_instance = FleetAutomationApi(api_client)
12+
response = api_instance.list_fleet_clusters()
13+
14+
print(response)
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
"""
2+
List instrumented pods for a cluster returns "OK" response
3+
"""
4+
5+
from datadog_api_client import ApiClient, Configuration
6+
from datadog_api_client.v2.api.fleet_automation_api import FleetAutomationApi
7+
8+
configuration = Configuration()
9+
configuration.unstable_operations["list_fleet_instrumented_pods"] = True
10+
with ApiClient(configuration) as api_client:
11+
api_instance = FleetAutomationApi(api_client)
12+
response = api_instance.list_fleet_instrumented_pods(
13+
cluster_name="cluster_name",
14+
)
15+
16+
print(response)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
"""
2+
List all fleet tracers returns "OK" response
3+
"""
4+
5+
from datadog_api_client import ApiClient, Configuration
6+
from datadog_api_client.v2.api.fleet_automation_api import FleetAutomationApi
7+
8+
configuration = Configuration()
9+
configuration.unstable_operations["list_fleet_tracers"] = True
10+
with ApiClient(configuration) as api_client:
11+
api_instance = FleetAutomationApi(api_client)
12+
response = api_instance.list_fleet_tracers()
13+
14+
print(response)

src/datadog_api_client/configuration.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,13 @@ def __init__(
256256
"v2.get_fleet_deployment": False,
257257
"v2.get_fleet_schedule": False,
258258
"v2.list_fleet_agents": False,
259+
"v2.list_fleet_agent_tracers": False,
259260
"v2.list_fleet_agent_versions": False,
261+
"v2.list_fleet_clusters": False,
260262
"v2.list_fleet_deployments": False,
263+
"v2.list_fleet_instrumented_pods": False,
261264
"v2.list_fleet_schedules": False,
265+
"v2.list_fleet_tracers": False,
262266
"v2.trigger_fleet_schedule": False,
263267
"v2.update_fleet_schedule": False,
264268
"v2.create_open_api": False,

0 commit comments

Comments
 (0)