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
60 changes: 60 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20841,6 +20841,11 @@ components:
for the given date and given organization.
format: int64
type: integer
cloud_cost_management_oci_host_count_avg:
description: Host count average of Cloud Cost Management for OCI for the
given date and given 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 @@ -21075,6 +21080,11 @@ components:
Plus over all hours in the current date for the given org.
format: int64
type: integer
eph_infra_host_proxmox_sum:
description: Shows the 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 @@ -21371,6 +21381,16 @@ components:
within the current date for all organizations.
format: int64
type: integer
proxmox_host_sum:
description: Shows the sum of all Proxmox hosts over all hours in the current
date for all organizations.
format: int64
type: integer
proxmox_host_top99p:
description: Shows the 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 @@ -21954,6 +21974,11 @@ components:
for the given date and given org.
format: int64
type: integer
cloud_cost_management_oci_host_count_avg:
description: Host count average of Cloud Cost Management for OCI for the
given date and given org.
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 @@ -22194,6 +22219,11 @@ components:
Plus over all hours in the current date for the given org.
format: int64
type: integer
eph_infra_host_proxmox_sum:
description: Shows the sum of all ephemeral infrastructure hosts for Proxmox
over all hours in the current date for the given org.
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 @@ -22488,6 +22518,16 @@ components:
within the current date for the given org.
format: int64
type: integer
proxmox_host_sum:
description: Shows the sum of all Proxmox hosts over all hours in the current
date for the given org.
format: int64
type: integer
proxmox_host_top99p:
description: Shows the 99th percentile of all Proxmox hosts over all hours
in the current date for the given org.
format: int64
type: integer
public_id:
description: The organization public id.
type: string
Expand Down Expand Up @@ -23077,6 +23117,11 @@ components:
all cloud providers.
format: int64
type: integer
cloud_cost_management_oci_host_count_avg_sum:
description: Sum of the host count average for Cloud Cost Management for
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 @@ -23318,6 +23363,11 @@ components:
Plus over all hours in the current month for all organizations.
format: int64
type: integer
eph_infra_host_proxmox_agg_sum:
description: Shows the 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 @@ -23636,6 +23686,16 @@ components:
in the current month for all organizations.
format: int64
type: integer
proxmox_host_agg_sum:
description: Shows the sum of all Proxmox hosts over all hours in the current
month for all organizations.
format: int64
type: integer
proxmox_host_top99p_sum:
description: Shows the 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