Skip to content

Commit 1a75d5e

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit acfc906 of spec repo
1 parent 78fb7bf commit 1a75d5e

7 files changed

Lines changed: 263 additions & 2 deletions

.generator/schemas/v1/openapi.yaml

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4805,6 +4805,7 @@ components:
48054805
- incident_management_monthly_active_users_usage
48064806
- indexed_spans_usage
48074807
- infra_host_usage
4808+
- infra_host_basic_usage
48084809
- ingested_logs_bytes_usage
48094810
- ingested_spans_bytes_usage
48104811
- invocations_usage
@@ -4893,6 +4894,7 @@ components:
48934894
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
48944895
- INDEXED_SPANS_USAGE
48954896
- INFRA_HOST_USAGE
4897+
- INFRA_HOST_BASIC_USAGE
48964898
- INGESTED_LOGS_BYTES_USAGE
48974899
- INGESTED_SPANS_BYTES_USAGE
48984900
- INVOCATIONS_USAGE
@@ -9391,6 +9393,8 @@ components:
93919393
- incident_management_monthly_active_users_percentage
93929394
- infra_host_usage
93939395
- infra_host_percentage
9396+
- infra_host_basic_usage
9397+
- infra_host_basic_percentage
93949398
- invocations_usage
93959399
- invocations_percentage
93969400
- lambda_traced_invocations_usage
@@ -9558,6 +9562,8 @@ components:
95589562
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_PERCENTAGE
95599563
- INFRA_HOST_USAGE
95609564
- INFRA_HOST_PERCENTAGE
9565+
- INFRA_HOST_BASIC_USAGE
9566+
- INFRA_HOST_BASIC_PERCENTAGE
95619567
- INVOCATIONS_USAGE
95629568
- INVOCATIONS_PERCENTAGE
95639569
- LAMBDA_TRACED_INVOCATIONS_USAGE
@@ -9955,6 +9961,14 @@ components:
99559961
description: The total APM Indexed Spans usage by tag(s).
99569962
format: double
99579963
type: number
9964+
infra_host_basic_percentage:
9965+
description: The percentage of infrastructure host Basic tier usage by tag(s).
9966+
format: double
9967+
type: number
9968+
infra_host_basic_usage:
9969+
description: The infrastructure host Basic tier usage by tag(s).
9970+
format: double
9971+
type: number
99589972
infra_host_percentage:
99599973
description: The percentage of infrastructure host usage by tag(s).
99609974
format: double
@@ -22234,6 +22248,18 @@ components:
2223422248
description: Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current date for the given org.
2223522249
format: int64
2223622250
type: integer
22251+
eph_infra_host_basic_infra_basic_agent_sum:
22252+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current date for all organizations.
22253+
format: int64
22254+
type: integer
22255+
eph_infra_host_basic_infra_basic_vsphere_sum:
22256+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier on vSphere over all hours in the current date for all organizations.
22257+
format: int64
22258+
type: integer
22259+
eph_infra_host_basic_sum:
22260+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier over all hours in the current date for all organizations.
22261+
format: int64
22262+
type: integer
2223722263
eph_infra_host_ent_sum:
2223822264
description: Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current date for the given org.
2223922265
format: int64
@@ -22382,6 +22408,18 @@ components:
2238222408
description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current date for all organizations.
2238322409
format: int64
2238422410
type: integer
22411+
infra_host_basic_infra_basic_agent_top99p:
22412+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current date for all organizations.
22413+
format: int64
22414+
type: integer
22415+
infra_host_basic_infra_basic_vsphere_top99p:
22416+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier on vSphere over all hours in the current date for all organizations.
22417+
format: int64
22418+
type: integer
22419+
infra_host_basic_top99p:
22420+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier over all hours in the current date for all organizations.
22421+
format: int64
22422+
type: integer
2238522423
infra_host_top99p:
2238622424
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for all organizations.
2238722425
format: int64
@@ -23183,6 +23221,18 @@ components:
2318323221
description: Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current date for the given org.
2318423222
format: int64
2318523223
type: integer
23224+
eph_infra_host_basic_infra_basic_agent_sum:
23225+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current date for the given org.
23226+
format: int64
23227+
type: integer
23228+
eph_infra_host_basic_infra_basic_vsphere_sum:
23229+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier on vSphere over all hours in the current date for the given org.
23230+
format: int64
23231+
type: integer
23232+
eph_infra_host_basic_sum:
23233+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier over all hours in the current date for the given org.
23234+
format: int64
23235+
type: integer
2318623236
eph_infra_host_ent_sum:
2318723237
description: Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current date for the given org.
2318823238
format: int64
@@ -23335,6 +23385,18 @@ components:
2333523385
description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current date for the given org.
2333623386
format: int64
2333723387
type: integer
23388+
infra_host_basic_infra_basic_agent_top99p:
23389+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current date for the given org.
23390+
format: int64
23391+
type: integer
23392+
infra_host_basic_infra_basic_vsphere_top99p:
23393+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier on vSphere over all hours in the current date for the given org.
23394+
format: int64
23395+
type: integer
23396+
infra_host_basic_top99p:
23397+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier over all hours in the current date for the given org.
23398+
format: int64
23399+
type: integer
2333823400
infra_host_top99p:
2333923401
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for the given org.
2334023402
format: int64
@@ -24142,6 +24204,18 @@ components:
2414224204
description: Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current month for all organizations.
2414324205
format: int64
2414424206
type: integer
24207+
eph_infra_host_basic_agg_sum:
24208+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier over all hours in the current month for all organizations.
24209+
format: int64
24210+
type: integer
24211+
eph_infra_host_basic_infra_basic_agent_agg_sum:
24212+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current month for all organizations.
24213+
format: int64
24214+
type: integer
24215+
eph_infra_host_basic_infra_basic_vsphere_agg_sum:
24216+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier on vSphere over all hours in the current month for all organizations.
24217+
format: int64
24218+
type: integer
2414524219
eph_infra_host_ent_agg_sum:
2414624220
description: Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current month for all organizations.
2414724221
format: int64
@@ -24291,6 +24365,18 @@ components:
2429124365
description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current month for all organizations.
2429224366
format: int64
2429324367
type: integer
24368+
infra_host_basic_infra_basic_agent_top99p_sum:
24369+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current month for all organizations.
24370+
format: int64
24371+
type: integer
24372+
infra_host_basic_infra_basic_vsphere_top99p_sum:
24373+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier on vSphere over all hours in the current month for all organizations.
24374+
format: int64
24375+
type: integer
24376+
infra_host_basic_top99p_sum:
24377+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier over all hours in the current month for all organizations.
24378+
format: int64
24379+
type: integer
2429424380
infra_host_top99p_sum:
2429524381
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current month for all organizations.
2429624382
format: int64

src/datadog_api_client/v1/model/hourly_usage_attribution_usage_type.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class HourlyUsageAttributionUsageType(ModelSimple):
1717
Supported products for hourly usage attribution requests. Usage types are in the format `<usage_type>_usage`.
1818
To obtain the complete list of valid usage types, make a request to the [Get usage attribution types API](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-attribution-types).
1919
20-
:param value: Must be one of ["api_usage", "apm_fargate_usage", "apm_host_usage", "apm_usm_usage", "appsec_fargate_usage", "appsec_usage", "asm_serverless_traced_invocations_usage", "asm_serverless_traced_invocations_percentage", "bits_ai_investigations_usage", "browser_usage", "ci_code_coverage_committers_percentage", "ci_code_coverage_committers_usage", "ci_pipeline_indexed_spans_usage", "ci_test_indexed_spans_usage", "ci_visibility_itr_usage", "cloud_siem_usage", "code_security_host_usage", "container_excl_agent_usage", "container_usage", "cspm_containers_usage", "cspm_hosts_usage", "custom_event_usage", "custom_ingested_timeseries_usage", "custom_timeseries_usage", "cws_containers_usage", "cws_fargate_task_usage", "cws_hosts_usage", "data_jobs_monitoring_usage", "data_stream_monitoring_usage", "dbm_hosts_usage", "dbm_queries_usage", "error_tracking_usage", "error_tracking_percentage", "estimated_indexed_spans_usage", "estimated_ingested_spans_usage", "fargate_usage", "flex_logs_starter", "flex_stored_logs", "functions_usage", "incident_management_monthly_active_users_usage", "indexed_spans_usage", "infra_host_usage", "ingested_logs_bytes_usage", "ingested_spans_bytes_usage", "invocations_usage", "lambda_traced_invocations_usage", "llm_observability_usage", "llm_spans_usage", "logs_indexed_15day_usage", "logs_indexed_180day_usage", "logs_indexed_1day_usage", "logs_indexed_30day_usage", "logs_indexed_360day_usage", "logs_indexed_3day_usage", "logs_indexed_45day_usage", "logs_indexed_60day_usage", "logs_indexed_7day_usage", "logs_indexed_90day_usage", "logs_indexed_custom_retention_usage", "mobile_app_testing_usage", "ndm_netflow_usage", "npm_host_usage", "network_device_wireless_usage", "obs_pipeline_bytes_usage", "obs_pipelines_vcpu_usage", "online_archive_usage", "product_analytics_session_usage", "profiled_container_usage", "profiled_fargate_usage", "profiled_host_usage", "published_app", "rum_browser_mobile_sessions_usage", "rum_ingested_usage", "rum_investigate_usage", "rum_replay_sessions_usage", "rum_session_replay_add_on_usage", "sca_fargate_usage", "sds_scanned_bytes_usage", "serverless_apps_usage", "serverless_apps_apm_usage", "siem_analyzed_logs_add_on_usage", "siem_ingested_bytes_usage", "snmp_usage", "universal_service_monitoring_usage", "vuln_management_hosts_usage", "workflow_executions_usage"].
20+
:param value: Must be one of ["api_usage", "apm_fargate_usage", "apm_host_usage", "apm_usm_usage", "appsec_fargate_usage", "appsec_usage", "asm_serverless_traced_invocations_usage", "asm_serverless_traced_invocations_percentage", "bits_ai_investigations_usage", "browser_usage", "ci_code_coverage_committers_percentage", "ci_code_coverage_committers_usage", "ci_pipeline_indexed_spans_usage", "ci_test_indexed_spans_usage", "ci_visibility_itr_usage", "cloud_siem_usage", "code_security_host_usage", "container_excl_agent_usage", "container_usage", "cspm_containers_usage", "cspm_hosts_usage", "custom_event_usage", "custom_ingested_timeseries_usage", "custom_timeseries_usage", "cws_containers_usage", "cws_fargate_task_usage", "cws_hosts_usage", "data_jobs_monitoring_usage", "data_stream_monitoring_usage", "dbm_hosts_usage", "dbm_queries_usage", "error_tracking_usage", "error_tracking_percentage", "estimated_indexed_spans_usage", "estimated_ingested_spans_usage", "fargate_usage", "flex_logs_starter", "flex_stored_logs", "functions_usage", "incident_management_monthly_active_users_usage", "indexed_spans_usage", "infra_host_usage", "infra_host_basic_usage", "ingested_logs_bytes_usage", "ingested_spans_bytes_usage", "invocations_usage", "lambda_traced_invocations_usage", "llm_observability_usage", "llm_spans_usage", "logs_indexed_15day_usage", "logs_indexed_180day_usage", "logs_indexed_1day_usage", "logs_indexed_30day_usage", "logs_indexed_360day_usage", "logs_indexed_3day_usage", "logs_indexed_45day_usage", "logs_indexed_60day_usage", "logs_indexed_7day_usage", "logs_indexed_90day_usage", "logs_indexed_custom_retention_usage", "mobile_app_testing_usage", "ndm_netflow_usage", "npm_host_usage", "network_device_wireless_usage", "obs_pipeline_bytes_usage", "obs_pipelines_vcpu_usage", "online_archive_usage", "product_analytics_session_usage", "profiled_container_usage", "profiled_fargate_usage", "profiled_host_usage", "published_app", "rum_browser_mobile_sessions_usage", "rum_ingested_usage", "rum_investigate_usage", "rum_replay_sessions_usage", "rum_session_replay_add_on_usage", "sca_fargate_usage", "sds_scanned_bytes_usage", "serverless_apps_usage", "serverless_apps_apm_usage", "siem_analyzed_logs_add_on_usage", "siem_ingested_bytes_usage", "snmp_usage", "universal_service_monitoring_usage", "vuln_management_hosts_usage", "workflow_executions_usage"].
2121
:type value: str
2222
"""
2323

@@ -64,6 +64,7 @@ class HourlyUsageAttributionUsageType(ModelSimple):
6464
"incident_management_monthly_active_users_usage",
6565
"indexed_spans_usage",
6666
"infra_host_usage",
67+
"infra_host_basic_usage",
6768
"ingested_logs_bytes_usage",
6869
"ingested_spans_bytes_usage",
6970
"invocations_usage",
@@ -151,6 +152,7 @@ class HourlyUsageAttributionUsageType(ModelSimple):
151152
INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE: ClassVar["HourlyUsageAttributionUsageType"]
152153
INDEXED_SPANS_USAGE: ClassVar["HourlyUsageAttributionUsageType"]
153154
INFRA_HOST_USAGE: ClassVar["HourlyUsageAttributionUsageType"]
155+
INFRA_HOST_BASIC_USAGE: ClassVar["HourlyUsageAttributionUsageType"]
154156
INGESTED_LOGS_BYTES_USAGE: ClassVar["HourlyUsageAttributionUsageType"]
155157
INGESTED_SPANS_BYTES_USAGE: ClassVar["HourlyUsageAttributionUsageType"]
156158
INVOCATIONS_USAGE: ClassVar["HourlyUsageAttributionUsageType"]
@@ -273,6 +275,7 @@ def openapi_types(_):
273275
)
274276
HourlyUsageAttributionUsageType.INDEXED_SPANS_USAGE = HourlyUsageAttributionUsageType("indexed_spans_usage")
275277
HourlyUsageAttributionUsageType.INFRA_HOST_USAGE = HourlyUsageAttributionUsageType("infra_host_usage")
278+
HourlyUsageAttributionUsageType.INFRA_HOST_BASIC_USAGE = HourlyUsageAttributionUsageType("infra_host_basic_usage")
276279
HourlyUsageAttributionUsageType.INGESTED_LOGS_BYTES_USAGE = HourlyUsageAttributionUsageType("ingested_logs_bytes_usage")
277280
HourlyUsageAttributionUsageType.INGESTED_SPANS_BYTES_USAGE = HourlyUsageAttributionUsageType(
278281
"ingested_spans_bytes_usage"

0 commit comments

Comments
 (0)