Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
432 changes: 108 additions & 324 deletions .generator/schemas/v1/openapi.yaml

Large diffs are not rendered by default.

20 changes: 11 additions & 9 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31063,9 +31063,17 @@ components:
type: string
values:
description: |-
Column values in row order. The element type matches the column's `type`;
for example a `VARCHAR` column carries strings, a `TIMESTAMP` column carries
Unix-millisecond integers. `null` is allowed for missing values.
Column values in row order, one entry per result row. The element type
follows the column's `type`. The following serialization rules should be
taken into account:

- `BIGINT` values are encoded as JSON numbers in the signed 64-bit integer range.
- `DECIMAL` values are encoded as JSON numbers with 64-bit double precision.
- `TIMESTAMP` and `DATE` values are encoded as Unix-millisecond integers; a
`DATE` resolves to midnight UTC.
- `JSON` values are returned as a JSON-encoded string.

`null` is allowed for any column type where a value is missing.
example:
- web-store
- checkout
Expand Down Expand Up @@ -135602,9 +135610,6 @@ paths:
summary: Execute a tabular DDSQL query
tags:
- DDSQL
x-unstable: |-
**Note**: This endpoint is in preview and is subject to change.
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
/api/v2/ddsql/query/tabular/fetch:
post:
description: |-
Expand Down Expand Up @@ -135713,9 +135718,6 @@ paths:
summary: Fetch the result of a DDSQL query
tags:
- DDSQL
x-unstable: |-
**Note**: This endpoint is in preview and is subject to change.
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
/api/v2/deletion/data/{product}:
post:
description: Creates a data deletion request by providing a query and a timeframe targeting the proper data.
Expand Down
2 changes: 0 additions & 2 deletions src/datadog_api_client/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,6 @@ def __init__(
"v2.get_all_datasets": False,
"v2.get_dataset": False,
"v2.update_dataset": False,
"v2.execute_ddsql_tabular_query": False,
"v2.fetch_ddsql_tabular_query": False,
"v2.cancel_data_deletion_request": False,
"v2.create_data_deletion_request": False,
"v2.get_data_deletion_requests": False,
Expand Down
36 changes: 0 additions & 36 deletions src/datadog_api_client/v1/model/usage_summary_date.py
Original file line number Diff line number Diff line change
Expand Up @@ -953,23 +953,18 @@ def __init__(
:type agent_host_top99p: int, optional

:param ai_credits_agent_builder_ai_credits_sum: Shows the sum of all AI credits used by Agent Builder over all hours in the current date for all organizations.
Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
:type ai_credits_agent_builder_ai_credits_sum: int, optional

:param ai_credits_bits_assistant_ai_credits_sum: Shows the sum of all AI credits used by Bits AI Assistant over all hours in the current date for all organizations.
Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
:type ai_credits_bits_assistant_ai_credits_sum: int, optional

:param ai_credits_bits_dev_ai_credits_sum: Shows the sum of all AI credits used by Bits AI Dev over all hours in the current date for all organizations.
Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
:type ai_credits_bits_dev_ai_credits_sum: int, optional

:param ai_credits_bits_sre_ai_credits_sum: Shows the sum of all AI credits used by Bits AI SRE over all hours in the current date for all organizations.
Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
:type ai_credits_bits_sre_ai_credits_sum: int, optional

:param ai_credits_sum: Shows the sum of all AI credits over all hours in the current date for all organizations.
Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
:type ai_credits_sum: int, optional

:param apm_azure_app_service_host_top99p: Shows the 99th percentile of all Azure app services using APM over all hours in the current date all organizations.
Expand Down Expand Up @@ -1237,7 +1232,6 @@ def __init__(
:type dbm_queries_count_avg: int, optional

:param do_jobs_monitoring_orchestrators_job_hours_sum: Shows the sum of all orchestrator job hours over all hours in the current date for all organizations.
Values are returned in seconds. Divide by 3,600 to convert to hours.
:type do_jobs_monitoring_orchestrators_job_hours_sum: int, optional

:param eph_infra_host_agent_sum: Shows the sum of all ephemeral infrastructure hosts with the Datadog Agent over all hours in the current date for the given org.
Expand Down Expand Up @@ -1376,123 +1370,93 @@ def __init__(
:type indexed_points_sum: int, optional

:param infra_cpu_avg: Shows the average of all Infrastructure vCPU cores over all hours in the current date for all organizations.
Values are returned in millicores. Divide by 1,000 to convert to cores.
:type infra_cpu_avg: int, optional

:param infra_cpu_default_infra_host_vcpu_agent_avg: Shows the average of all default Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for all organizations.
Values are returned in millicores. Divide by 1,000 to convert to cores.
:type infra_cpu_default_infra_host_vcpu_agent_avg: int, optional

:param infra_cpu_default_infra_host_vcpu_agent_basic_avg: Shows the average of all default basic Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for all organizations.
Values are returned in millicores. Divide by 1,000 to convert to cores.
:type infra_cpu_default_infra_host_vcpu_agent_basic_avg: int, optional

:param infra_cpu_default_infra_host_vcpu_agent_basic_sum: Shows the sum of all default basic Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for all organizations.
Values are returned in millicores. Divide by 1,000 to convert to cores.
:type infra_cpu_default_infra_host_vcpu_agent_basic_sum: int, optional

:param infra_cpu_default_infra_host_vcpu_agent_sum: Shows the sum of all default Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for all organizations.
Values are returned in millicores. Divide by 1,000 to convert to cores.
:type infra_cpu_default_infra_host_vcpu_agent_sum: int, optional

:param infra_cpu_default_infra_host_vcpu_aws_avg: Shows the average of all default Infrastructure host vCPU cores on AWS over all hours in the current date for all organizations.
Values are returned in millicores. Divide by 1,000 to convert to cores.
:type infra_cpu_default_infra_host_vcpu_aws_avg: int, optional

:param infra_cpu_default_infra_host_vcpu_aws_sum: Shows the sum of all default Infrastructure host vCPU cores on AWS over all hours in the current date for all organizations.
Values are returned in millicores. Divide by 1,000 to convert to cores.
:type infra_cpu_default_infra_host_vcpu_aws_sum: int, optional

:param infra_cpu_default_infra_host_vcpu_azure_avg: Shows the average of all default Infrastructure host vCPU cores on Azure over all hours in the current date for all organizations.
Values are returned in millicores. Divide by 1,000 to convert to cores.
:type infra_cpu_default_infra_host_vcpu_azure_avg: int, optional

:param infra_cpu_default_infra_host_vcpu_azure_sum: Shows the sum of all default Infrastructure host vCPU cores on Azure over all hours in the current date for all organizations.
Values are returned in millicores. Divide by 1,000 to convert to cores.
:type infra_cpu_default_infra_host_vcpu_azure_sum: int, optional

:param infra_cpu_default_infra_host_vcpu_gcp_avg: Shows the average of all default Infrastructure host vCPU cores on GCP over all hours in the current date for all organizations.
Values are returned in millicores. Divide by 1,000 to convert to cores.
:type infra_cpu_default_infra_host_vcpu_gcp_avg: int, optional

:param infra_cpu_default_infra_host_vcpu_gcp_sum: Shows the sum of all default Infrastructure host vCPU cores on GCP over all hours in the current date for all organizations.
Values are returned in millicores. Divide by 1,000 to convert to cores.
:type infra_cpu_default_infra_host_vcpu_gcp_sum: int, optional

:param infra_cpu_default_infra_host_vcpu_nutanix_avg: Shows the average of all default Infrastructure host vCPU cores on Nutanix over all hours in the current date for all organizations.
Values are returned in millicores. Divide by 1,000 to convert to cores.
:type infra_cpu_default_infra_host_vcpu_nutanix_avg: int, optional

:param infra_cpu_default_infra_host_vcpu_nutanix_basic_avg: Shows the average of all default basic Infrastructure host vCPU cores on Nutanix over all hours in the current date for all organizations.
Values are returned in millicores. Divide by 1,000 to convert to cores.
:type infra_cpu_default_infra_host_vcpu_nutanix_basic_avg: int, optional

:param infra_cpu_default_infra_host_vcpu_nutanix_basic_sum: Shows the sum of all default basic Infrastructure host vCPU cores on Nutanix over all hours in the current date for all organizations.
Values are returned in millicores. Divide by 1,000 to convert to cores.
:type infra_cpu_default_infra_host_vcpu_nutanix_basic_sum: int, optional

:param infra_cpu_default_infra_host_vcpu_nutanix_sum: Shows the sum of all default Infrastructure host vCPU cores on Nutanix over all hours in the current date for all organizations.
Values are returned in millicores. Divide by 1,000 to convert to cores.
:type infra_cpu_default_infra_host_vcpu_nutanix_sum: int, optional

:param infra_cpu_default_infra_host_vcpu_opentelemetry_avg: Shows the average of all default Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current date for all organizations.
Values are returned in millicores. Divide by 1,000 to convert to cores.
:type infra_cpu_default_infra_host_vcpu_opentelemetry_avg: int, optional

:param infra_cpu_default_infra_host_vcpu_opentelemetry_sum: Shows the sum of all default Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current date for all organizations.
Values are returned in millicores. Divide by 1,000 to convert to cores.
:type infra_cpu_default_infra_host_vcpu_opentelemetry_sum: int, optional

:param infra_cpu_observed_infra_host_vcpu_agent_avg: Shows the average of all observed Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for all organizations.
Values are returned in millicores. Divide by 1,000 to convert to cores.
:type infra_cpu_observed_infra_host_vcpu_agent_avg: int, optional

:param infra_cpu_observed_infra_host_vcpu_agent_sum: Shows the sum of all observed Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for all organizations.
Values are returned in millicores. Divide by 1,000 to convert to cores.
:type infra_cpu_observed_infra_host_vcpu_agent_sum: int, optional

:param infra_cpu_observed_infra_host_vcpu_aws_avg: Shows the average of all observed Infrastructure host vCPU cores on AWS over all hours in the current date for all organizations.
Values are returned in millicores. Divide by 1,000 to convert to cores.
:type infra_cpu_observed_infra_host_vcpu_aws_avg: int, optional

:param infra_cpu_observed_infra_host_vcpu_aws_sum: Shows the sum of all observed Infrastructure host vCPU cores on AWS over all hours in the current date for all organizations.
Values are returned in millicores. Divide by 1,000 to convert to cores.
:type infra_cpu_observed_infra_host_vcpu_aws_sum: int, optional

:param infra_cpu_observed_infra_host_vcpu_azure_avg: Shows the average of all observed Infrastructure host vCPU cores on Azure over all hours in the current date for all organizations.
Values are returned in millicores. Divide by 1,000 to convert to cores.
:type infra_cpu_observed_infra_host_vcpu_azure_avg: int, optional

:param infra_cpu_observed_infra_host_vcpu_azure_sum: Shows the sum of all observed Infrastructure host vCPU cores on Azure over all hours in the current date for all organizations.
Values are returned in millicores. Divide by 1,000 to convert to cores.
:type infra_cpu_observed_infra_host_vcpu_azure_sum: int, optional

:param infra_cpu_observed_infra_host_vcpu_gcp_avg: Shows the average of all observed Infrastructure host vCPU cores on GCP over all hours in the current date for all organizations.
Values are returned in millicores. Divide by 1,000 to convert to cores.
:type infra_cpu_observed_infra_host_vcpu_gcp_avg: int, optional

:param infra_cpu_observed_infra_host_vcpu_gcp_sum: Shows the sum of all observed Infrastructure host vCPU cores on GCP over all hours in the current date for all organizations.
Values are returned in millicores. Divide by 1,000 to convert to cores.
:type infra_cpu_observed_infra_host_vcpu_gcp_sum: int, optional

:param infra_cpu_observed_infra_host_vcpu_nutanix_avg: Shows the average of all observed Infrastructure host vCPU cores on Nutanix over all hours in the current date for all organizations.
Values are returned in millicores. Divide by 1,000 to convert to cores.
:type infra_cpu_observed_infra_host_vcpu_nutanix_avg: int, optional

:param infra_cpu_observed_infra_host_vcpu_nutanix_sum: Shows the sum of all observed Infrastructure host vCPU cores on Nutanix over all hours in the current date for all organizations.
Values are returned in millicores. Divide by 1,000 to convert to cores.
:type infra_cpu_observed_infra_host_vcpu_nutanix_sum: int, optional

:param infra_cpu_observed_infra_host_vcpu_opentelemetry_avg: Shows the average of all observed Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current date for all organizations.
Values are returned in millicores. Divide by 1,000 to convert to cores.
:type infra_cpu_observed_infra_host_vcpu_opentelemetry_avg: int, optional

:param infra_cpu_observed_infra_host_vcpu_opentelemetry_sum: Shows the sum of all observed Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current date for all organizations.
Values are returned in millicores. Divide by 1,000 to convert to cores.
:type infra_cpu_observed_infra_host_vcpu_opentelemetry_sum: int, optional

:param infra_cpu_sum: Shows the sum of all Infrastructure vCPU cores over all hours in the current date for all organizations.
Values are returned in millicores. Divide by 1,000 to convert to cores.
:type infra_cpu_sum: int, optional

:param infra_edge_monitoring_devices_top99p: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current date for all organizations.
Expand Down
Loading
Loading