Skip to content

Commit 03e0dd7

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 591ed06 of spec repo
1 parent 0b06210 commit 03e0dd7

File tree

4 files changed

+183
-3
lines changed

4 files changed

+183
-3
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20841,6 +20841,11 @@ components:
2084120841
for the given date and given organization.
2084220842
format: int64
2084320843
type: integer
20844+
cloud_cost_management_oci_host_count_avg:
20845+
description: Host count average of Cloud Cost Management for OCI for the
20846+
given date and given organization.
20847+
format: int64
20848+
type: integer
2084420849
cloud_siem_events_sum:
2084520850
description: Shows the sum of all Cloud Security Information and Event Management
2084620851
events over all hours in the current date for the given org.
@@ -21075,6 +21080,11 @@ components:
2107521080
Plus over all hours in the current date for the given org.
2107621081
format: int64
2107721082
type: integer
21083+
eph_infra_host_proxmox_sum:
21084+
description: Shows the sum of all ephemeral Proxmox hosts over all hours
21085+
in the current date for all organizations.
21086+
format: int64
21087+
type: integer
2107821088
error_tracking_apm_error_events_sum:
2107921089
description: Shows the sum of all Error Tracking APM error events over all
2108021090
hours in the current date for the given org.
@@ -21371,6 +21381,16 @@ components:
2137121381
within the current date for all organizations.
2137221382
format: int64
2137321383
type: integer
21384+
proxmox_host_sum:
21385+
description: Shows the sum of all Proxmox hosts over all hours in the current
21386+
date for all organizations.
21387+
format: int64
21388+
type: integer
21389+
proxmox_host_top99p:
21390+
description: Shows the 99th percentile of all Proxmox hosts over all hours
21391+
in the current date for all organizations.
21392+
format: int64
21393+
type: integer
2137421394
published_app_hwm:
2137521395
description: Shows the high-water mark of all published applications over
2137621396
all hours in the current date for all organizations.
@@ -21954,6 +21974,11 @@ components:
2195421974
for the given date and given org.
2195521975
format: int64
2195621976
type: integer
21977+
cloud_cost_management_oci_host_count_avg:
21978+
description: Host count average of Cloud Cost Management for OCI for the
21979+
given date and given org.
21980+
format: int64
21981+
type: integer
2195721982
cloud_siem_events_sum:
2195821983
description: Shows the sum of all Cloud Security Information and Event Management
2195921984
events over all hours in the current date for the given org.
@@ -22194,6 +22219,11 @@ components:
2219422219
Plus over all hours in the current date for the given org.
2219522220
format: int64
2219622221
type: integer
22222+
eph_infra_host_proxmox_sum:
22223+
description: Shows the sum of all ephemeral Proxmox hosts over all hours
22224+
in the current date for the given org.
22225+
format: int64
22226+
type: integer
2219722227
error_tracking_apm_error_events_sum:
2219822228
description: Shows the sum of all Error Tracking APM error events over all
2219922229
hours in the current date for the given org.
@@ -22488,6 +22518,16 @@ components:
2248822518
within the current date for the given org.
2248922519
format: int64
2249022520
type: integer
22521+
proxmox_host_sum:
22522+
description: Shows the sum of all Proxmox hosts over all hours in the current
22523+
date for the given org.
22524+
format: int64
22525+
type: integer
22526+
proxmox_host_top99p:
22527+
description: Shows the 99th percentile of all Proxmox hosts over all hours
22528+
in the current date for the given org.
22529+
format: int64
22530+
type: integer
2249122531
public_id:
2249222532
description: The organization public id.
2249322533
type: string
@@ -23077,6 +23117,11 @@ components:
2307723117
all cloud providers.
2307823118
format: int64
2307923119
type: integer
23120+
cloud_cost_management_oci_host_count_avg_sum:
23121+
description: Sum of the host count average for Cloud Cost Management for
23122+
OCI.
23123+
format: int64
23124+
type: integer
2308023125
cloud_siem_events_agg_sum:
2308123126
description: Shows the sum of all Cloud Security Information and Event Management
2308223127
events over all hours in the current month for all organizations.
@@ -23318,6 +23363,11 @@ components:
2331823363
Plus over all hours in the current month for all organizations.
2331923364
format: int64
2332023365
type: integer
23366+
eph_infra_host_proxmox_agg_sum:
23367+
description: Shows the sum of all ephemeral Proxmox hosts over all hours
23368+
in the current month for all organizations.
23369+
format: int64
23370+
type: integer
2332123371
error_tracking_apm_error_events_agg_sum:
2332223372
description: Shows the sum of all Error Tracking APM error events over all
2332323373
hours in the current month for all organizations.
@@ -23636,6 +23686,16 @@ components:
2363623686
in the current month for all organizations.
2363723687
format: int64
2363823688
type: integer
23689+
proxmox_host_agg_sum:
23690+
description: Shows the sum of all Proxmox hosts over all hours in the current
23691+
month for all organizations.
23692+
format: int64
23693+
type: integer
23694+
proxmox_host_top99p_sum:
23695+
description: Shows the sum of the 99th percentile of all Proxmox hosts over
23696+
all hours in the current month for all organizations.
23697+
format: int64
23698+
type: integer
2363923699
published_app_hwm_sum:
2364023700
description: Shows the high-water mark of all published applications over
2364123701
all hours in the current month for all organizations.

0 commit comments

Comments
 (0)