Skip to content
Merged
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
60 changes: 60 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20913,6 +20913,11 @@ components:
for the given date and given organization.
format: int64
type: integer
cloud_cost_management_oci_host_count_avg:
description: Average host count for Cloud Cost Management on OCI for the
given date and organization.
format: int64
type: integer
cloud_siem_events_sum:
description: Shows the sum of all Cloud Security Information and Event Management
events over all hours in the current date for the given org.
Expand Down Expand Up @@ -21147,6 +21152,11 @@ components:
Plus over all hours in the current date for the given org.
format: int64
type: integer
eph_infra_host_proxmox_sum:
description: Sum of all ephemeral infrastructure hosts for Proxmox over
all hours in the current date for all organizations.
format: int64
type: integer
error_tracking_apm_error_events_sum:
description: Shows the sum of all Error Tracking APM error events over all
hours in the current date for the given org.
Expand Down Expand Up @@ -21443,6 +21453,16 @@ components:
within the current date for all organizations.
format: int64
type: integer
proxmox_host_sum:
description: Sum of all Proxmox hosts over all hours in the current date
for all organizations.
format: int64
type: integer
proxmox_host_top99p:
description: 99th percentile of all Proxmox hosts over all hours in the
current date for all organizations.
format: int64
type: integer
published_app_hwm:
description: Shows the high-water mark of all published applications over
all hours in the current date for all organizations.
Expand Down Expand Up @@ -22026,6 +22046,11 @@ components:
for the given date and given org.
format: int64
type: integer
cloud_cost_management_oci_host_count_avg:
description: Average host count for Cloud Cost Management on OCI for the
given date and organization.
format: int64
type: integer
cloud_siem_events_sum:
description: Shows the sum of all Cloud Security Information and Event Management
events over all hours in the current date for the given org.
Expand Down Expand Up @@ -22266,6 +22291,11 @@ components:
Plus over all hours in the current date for the given org.
format: int64
type: integer
eph_infra_host_proxmox_sum:
description: Sum of all ephemeral infrastructure hosts for Proxmox over
all hours in the current date for the given organization.
format: int64
type: integer
error_tracking_apm_error_events_sum:
description: Shows the sum of all Error Tracking APM error events over all
hours in the current date for the given org.
Expand Down Expand Up @@ -22560,6 +22590,16 @@ components:
within the current date for the given org.
format: int64
type: integer
proxmox_host_sum:
description: Sum of all Proxmox hosts over all hours in the current date
for the given organization.
format: int64
type: integer
proxmox_host_top99p:
description: 99th percentile of all Proxmox hosts over all hours in the
current date for the given organization.
format: int64
type: integer
public_id:
description: The organization public id.
type: string
Expand Down Expand Up @@ -23149,6 +23189,11 @@ components:
all cloud providers.
format: int64
type: integer
cloud_cost_management_oci_host_count_avg_sum:
description: Sum of the average host counts for Cloud Cost Management on
OCI.
format: int64
type: integer
cloud_siem_events_agg_sum:
description: Shows the sum of all Cloud Security Information and Event Management
events over all hours in the current month for all organizations.
Expand Down Expand Up @@ -23390,6 +23435,11 @@ components:
Plus over all hours in the current month for all organizations.
format: int64
type: integer
eph_infra_host_proxmox_agg_sum:
description: Sum of all ephemeral infrastructure hosts for Proxmox over
all hours in the current month for all organizations.
format: int64
type: integer
error_tracking_apm_error_events_agg_sum:
description: Shows the sum of all Error Tracking APM error events over all
hours in the current month for all organizations.
Expand Down Expand Up @@ -23708,6 +23758,16 @@ components:
in the current month for all organizations.
format: int64
type: integer
proxmox_host_agg_sum:
description: Sum of all Proxmox hosts over all hours in the current month
for all organizations.
format: int64
type: integer
proxmox_host_top99p_sum:
description: Sum of the 99th percentile of all Proxmox hosts over all hours
in the current month for all organizations.
format: int64
type: integer
published_app_hwm_sum:
description: Shows the high-water mark of all published applications over
all hours in the current month for all organizations.
Expand Down
Loading
Loading