Skip to content

Commit

Permalink
Regenerate client from commit f6f1b8d9 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Jul 26, 2024
1 parent 3353871 commit bb28c2a
Show file tree
Hide file tree
Showing 15 changed files with 5,090 additions and 4,968 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-07-25 18:59:19.120986",
"spec_repo_commit": "ccf15bee"
"regenerated": "2024-07-26 14:28:02.382267",
"spec_repo_commit": "f6f1b8d9"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-07-25 18:59:19.143047",
"spec_repo_commit": "ccf15bee"
"regenerated": "2024-07-26 14:28:02.399057",
"spec_repo_commit": "f6f1b8d9"
}
}
}
30 changes: 30 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4218,6 +4218,7 @@ components:
- rum_replay_sessions_usage
- sds_scanned_bytes_usage
- serverless_apps_usage
- siem_analyzed_logs_add_on_usage
- siem_ingested_bytes_usage
- snmp_usage
- universal_service_monitoring_usage
Expand Down Expand Up @@ -4289,6 +4290,7 @@ components:
- RUM_REPLAY_SESSIONS_USAGE
- SDS_SCANNED_BYTES_USAGE
- SERVERLESS_APPS_USAGE
- SIEM_ANALYZED_LOGS_ADD_ON_USAGE
- SIEM_INGESTED_BYTES_USAGE
- SNMP_USAGE
- UNIVERSAL_SERVICE_MONITORING_USAGE
Expand Down Expand Up @@ -7983,6 +7985,8 @@ components:
- rum_browser_mobile_sessions_percentage
- ingested_spans_bytes_usage
- ingested_spans_bytes_percentage
- siem_analyzed_logs_add_on_usage
- siem_analyzed_logs_add_on_percentage
- siem_ingested_bytes_usage
- siem_ingested_bytes_percentage
- workflow_executions_usage
Expand Down Expand Up @@ -8120,6 +8124,8 @@ components:
- RUM_BROWSER_MOBILE_SESSIONS_PERCENTAGE
- INGESTED_SPANS_BYTES_USAGE
- INGESTED_SPANS_BYTES_PERCENTAGE
- SIEM_ANALYZED_LOGS_ADD_ON_USAGE
- SIEM_ANALYZED_LOGS_ADD_ON_PERCENTAGE
- SIEM_INGESTED_BYTES_USAGE
- SIEM_INGESTED_BYTES_PERCENTAGE
- WORKFLOW_EXECUTIONS_USAGE
Expand Down Expand Up @@ -8649,6 +8655,15 @@ components:
description: The total Serverless Apps usage by tag(s).
format: double
type: number
siem_analyzed_logs_add_on_percentage:
description: The percentage of log events analyzed by Cloud SIEM usage by
tag(s).
format: double
type: number
siem_analyzed_logs_add_on_usage:
description: The log events analyzed by Cloud SIEM usage by tag(s).
format: double
type: number
siem_ingested_bytes_percentage:
description: The percentage of SIEM usage by tag(s).
format: double
Expand Down Expand Up @@ -19282,6 +19297,11 @@ components:
and Google Cloud for the given date and given org.
format: int64
type: integer
siem_analyzed_logs_add_on_count_sum:
description: Shows the sum of all log events analyzed by Cloud SIEM over
all hours in the current date for the given org.
format: int64
type: integer
synthetics_browser_check_calls_count_sum:
description: Shows the sum of all Synthetic browser tests over all hours
in the current date for all organizations.
Expand Down Expand Up @@ -19985,6 +20005,11 @@ components:
and Google Cloud for the given date and given org.
format: int64
type: integer
siem_analyzed_logs_add_on_count_sum:
description: Shows the sum of all log events analyzed by Cloud SIEM over
all hours in the current date for the given org.
format: int64
type: integer
synthetics_browser_check_calls_count_sum:
description: Shows the sum of all Synthetic browser tests over all hours
in the current date for the given org.
Expand Down Expand Up @@ -20723,6 +20748,11 @@ components:
Google Cloud in the current month for all organizations.
format: int64
type: integer
siem_analyzed_logs_add_on_count_agg_sum:
description: Shows the sum of all log events analyzed by Cloud SIEM over
all hours in the current month for all organizations.
format: int64
type: integer
start_date:
description: Shows the first date of usage in the current month for all
organizations.
Expand Down
31 changes: 19 additions & 12 deletions docs/datadog_api_client.rst
Original file line number Diff line number Diff line change
@@ -1,48 +1,55 @@
datadog\_api\_client
====================
datadog\_api\_client package
============================

Subpackages
-----------

.. toctree::
:maxdepth: 4

datadog_api_client.v1
datadog_api_client.v2

Submodules
----------

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

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

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

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

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

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

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

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

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

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

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

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

0 comments on commit bb28c2a

Please sign in to comment.