Skip to content

Commit 2007486

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add new fields to usage metering api spec (#33169)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 30d8960 commit 2007486

File tree

2 files changed

+73
-1
lines changed

2 files changed

+73
-1
lines changed

content/en/api/v1/usage-metering/examples.json

Lines changed: 13 additions & 1 deletion
Large diffs are not rendered by default.

data/api/v1/full_spec.yaml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21149,6 +21149,11 @@ components:
2114921149
for the given date and given organization.
2115021150
format: int64
2115121151
type: integer
21152+
cloud_cost_management_oci_host_count_avg:
21153+
description: Average host count for Cloud Cost Management on OCI for the
21154+
given date and organization.
21155+
format: int64
21156+
type: integer
2115221157
cloud_siem_events_sum:
2115321158
description: Shows the sum of all Cloud Security Information and Event Management
2115421159
events over all hours in the current date for the given org.
@@ -21383,6 +21388,11 @@ components:
2138321388
Plus over all hours in the current date for the given org.
2138421389
format: int64
2138521390
type: integer
21391+
eph_infra_host_proxmox_sum:
21392+
description: Sum of all ephemeral infrastructure hosts for Proxmox over
21393+
all hours in the current date for all organizations.
21394+
format: int64
21395+
type: integer
2138621396
error_tracking_apm_error_events_sum:
2138721397
description: Shows the sum of all Error Tracking APM error events over all
2138821398
hours in the current date for the given org.
@@ -21679,6 +21689,16 @@ components:
2167921689
within the current date for all organizations.
2168021690
format: int64
2168121691
type: integer
21692+
proxmox_host_sum:
21693+
description: Sum of all Proxmox hosts over all hours in the current date
21694+
for all organizations.
21695+
format: int64
21696+
type: integer
21697+
proxmox_host_top99p:
21698+
description: 99th percentile of all Proxmox hosts over all hours in the
21699+
current date for all organizations.
21700+
format: int64
21701+
type: integer
2168221702
published_app_hwm:
2168321703
description: Shows the high-water mark of all published applications over
2168421704
all hours in the current date for all organizations.
@@ -22262,6 +22282,11 @@ components:
2226222282
for the given date and given org.
2226322283
format: int64
2226422284
type: integer
22285+
cloud_cost_management_oci_host_count_avg:
22286+
description: Average host count for Cloud Cost Management on OCI for the
22287+
given date and organization.
22288+
format: int64
22289+
type: integer
2226522290
cloud_siem_events_sum:
2226622291
description: Shows the sum of all Cloud Security Information and Event Management
2226722292
events over all hours in the current date for the given org.
@@ -22502,6 +22527,11 @@ components:
2250222527
Plus over all hours in the current date for the given org.
2250322528
format: int64
2250422529
type: integer
22530+
eph_infra_host_proxmox_sum:
22531+
description: Sum of all ephemeral infrastructure hosts for Proxmox over
22532+
all hours in the current date for the given organization.
22533+
format: int64
22534+
type: integer
2250522535
error_tracking_apm_error_events_sum:
2250622536
description: Shows the sum of all Error Tracking APM error events over all
2250722537
hours in the current date for the given org.
@@ -22796,6 +22826,16 @@ components:
2279622826
within the current date for the given org.
2279722827
format: int64
2279822828
type: integer
22829+
proxmox_host_sum:
22830+
description: Sum of all Proxmox hosts over all hours in the current date
22831+
for the given organization.
22832+
format: int64
22833+
type: integer
22834+
proxmox_host_top99p:
22835+
description: 99th percentile of all Proxmox hosts over all hours in the
22836+
current date for the given organization.
22837+
format: int64
22838+
type: integer
2279922839
public_id:
2280022840
description: The organization public id.
2280122841
type: string
@@ -23385,6 +23425,11 @@ components:
2338523425
all cloud providers.
2338623426
format: int64
2338723427
type: integer
23428+
cloud_cost_management_oci_host_count_avg_sum:
23429+
description: Sum of the average host counts for Cloud Cost Management on
23430+
OCI.
23431+
format: int64
23432+
type: integer
2338823433
cloud_siem_events_agg_sum:
2338923434
description: Shows the sum of all Cloud Security Information and Event Management
2339023435
events over all hours in the current month for all organizations.
@@ -23626,6 +23671,11 @@ components:
2362623671
Plus over all hours in the current month for all organizations.
2362723672
format: int64
2362823673
type: integer
23674+
eph_infra_host_proxmox_agg_sum:
23675+
description: Sum of all ephemeral infrastructure hosts for Proxmox over
23676+
all hours in the current month for all organizations.
23677+
format: int64
23678+
type: integer
2362923679
error_tracking_apm_error_events_agg_sum:
2363023680
description: Shows the sum of all Error Tracking APM error events over all
2363123681
hours in the current month for all organizations.
@@ -23944,6 +23994,16 @@ components:
2394423994
in the current month for all organizations.
2394523995
format: int64
2394623996
type: integer
23997+
proxmox_host_agg_sum:
23998+
description: Sum of all Proxmox hosts over all hours in the current month
23999+
for all organizations.
24000+
format: int64
24001+
type: integer
24002+
proxmox_host_top99p_sum:
24003+
description: Sum of the 99th percentile of all Proxmox hosts over all hours
24004+
in the current month for all organizations.
24005+
format: int64
24006+
type: integer
2394724007
published_app_hwm_sum:
2394824008
description: Shows the high-water mark of all published applications over
2394924009
all hours in the current month for all organizations.

0 commit comments

Comments
 (0)