Skip to content

Commit

Permalink
Regenerate client from commit 2fcd1780 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Nov 7, 2024
1 parent 1858160 commit 640cf90
Show file tree
Hide file tree
Showing 12 changed files with 5,472 additions and 5,431 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-06 20:54:42.265722",
"spec_repo_commit": "0f558cbc"
"regenerated": "2024-11-07 14:28:59.113356",
"spec_repo_commit": "2fcd1780"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-06 20:54:42.283556",
"spec_repo_commit": "0f558cbc"
"regenerated": "2024-11-07 14:28:59.131168",
"spec_repo_commit": "2fcd1780"
}
}
}
30 changes: 30 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19928,11 +19928,21 @@ components:
over all hours in the current date for all organizations.
format: int64
type: integer
error_tracking_error_events_sum:
description: Shows the sum of all Error Tracking error events over all hours
in the current date for the given org.
format: int64
type: integer
error_tracking_events_sum:
description: Shows the sum of all Error Tracking events over all hours in
the current date for the given org.
format: int64
type: integer
error_tracking_rum_error_events_sum:
description: Shows the sum of all Error Tracking RUM error events over all
hours in the current date for the given org.
format: int64
type: integer
fargate_tasks_count_avg:
description: Shows the high-watermark of all Fargate tasks over all hours
in the current date for all organizations.
Expand Down Expand Up @@ -20684,11 +20694,21 @@ components:
queries over all hours in the current month for the given org.
format: int64
type: integer
error_tracking_error_events_sum:
description: Shows the sum of all Error Tracking error events over all hours
in the current date for the given org.
format: int64
type: integer
error_tracking_events_sum:
description: Shows the sum of all Error Tracking events over all hours in
the current date for the given org.
format: int64
type: integer
error_tracking_rum_error_events_sum:
description: Shows the sum of all Error Tracking RUM error events over all
hours in the current date for the given org.
format: int64
type: integer
fargate_tasks_count_avg:
description: The average task count for Fargate.
format: int64
Expand Down Expand Up @@ -21447,11 +21467,21 @@ components:
description: Shows the last date of usage in the current month for all organizations.
format: date-time
type: string
error_tracking_error_events_agg_sum:
description: Shows the sum of all Error Tracking error events over all hours
in the current month for all organizations.
format: int64
type: integer
error_tracking_events_agg_sum:
description: Shows the sum of all Error Tracking events over all hours in
the current months for all organizations.
format: int64
type: integer
error_tracking_rum_error_events_agg_sum:
description: Shows the sum of all Error Tracking RUM error events over all
hours in the current month for all organizations.
format: int64
type: integer
fargate_tasks_count_avg_sum:
description: Shows the average of all Fargate tasks over all hours in the
current month for all organizations.
Expand Down
31 changes: 12 additions & 19 deletions docs/datadog_api_client.rst
Original file line number Diff line number Diff line change
@@ -1,55 +1,48 @@
datadog\_api\_client package
============================

Subpackages
-----------
datadog\_api\_client
====================

.. toctree::
:maxdepth: 4

datadog_api_client.v1
datadog_api_client.v2

Submodules
----------

datadog\_api\_client.api\_client module
---------------------------------------
api\_client
-----------

.. automodule:: datadog_api_client.api_client
:members:
:show-inheritance:

datadog\_api\_client.configuration module
-----------------------------------------
configuration
-------------

.. automodule:: datadog_api_client.configuration
:members:
:show-inheritance:

datadog\_api\_client.exceptions module
--------------------------------------
exceptions
----------

.. automodule:: datadog_api_client.exceptions
:members:
:show-inheritance:

datadog\_api\_client.model\_utils module
----------------------------------------
model\_utils
------------

.. automodule:: datadog_api_client.model_utils
:members:
:show-inheritance:

datadog\_api\_client.rest module
--------------------------------
rest
----

.. automodule:: datadog_api_client.rest
:members:
:show-inheritance:

Module contents
---------------

.. automodule:: datadog_api_client
:members:
Expand Down
Loading

0 comments on commit 640cf90

Please sign in to comment.