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
24 changes: 24 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22615,6 +22615,10 @@ components:
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for all organizations.
format: int64
type: integer
infra_storage_mgmt_objects_avg:
description: Shows the average of all storage management objects over all hours in the current date for all organizations.
format: int64
type: integer
ingested_events_bytes_sum:
description: Shows the sum of all log bytes ingested over all hours in the current date for all organizations.
format: int64
Expand Down Expand Up @@ -23031,6 +23035,10 @@ components:
description: Shows the sum of all log events analyzed by Cloud SIEM over all hours in the current date for the given org.
format: int64
type: integer
storage_management_object_count_avg:
description: Shows the average of all storage management objects over all hours in the current date for all organizations.
format: int64
type: integer
synthetics_browser_check_calls_count_sum:
description: Shows the sum of all Synthetic browser tests over all hours in the current date for all organizations.
format: int64
Expand Down Expand Up @@ -23612,6 +23620,10 @@ components:
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for the given org.
format: int64
type: integer
infra_storage_mgmt_objects_avg:
description: Shows the average of all storage management objects over all hours in the current date for the given org.
format: int64
type: integer
ingested_events_bytes_sum:
description: Shows the sum of all log bytes ingested over all hours in the current date for the given org.
format: int64
Expand Down Expand Up @@ -24032,6 +24044,10 @@ components:
description: Shows the sum of all log events analyzed by Cloud SIEM over all hours in the current date for the given org.
format: int64
type: integer
storage_management_object_count_avg:
description: Shows the average of all storage management objects over all hours in the current date for the given org.
format: int64
type: integer
synthetics_browser_check_calls_count_sum:
description: Shows the sum of all Synthetic browser tests over all hours in the current date for the given org.
format: int64
Expand Down Expand Up @@ -24612,6 +24628,10 @@ components:
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current month for all organizations.
format: int64
type: integer
infra_storage_mgmt_objects_avg_sum:
description: Shows the average of all storage management objects over all hours in the current month for all organizations.
format: int64
type: integer
ingested_events_bytes_agg_sum:
description: Shows the sum of all log bytes ingested over all hours in the current month for all organizations.
format: int64
Expand Down Expand Up @@ -25055,6 +25075,10 @@ components:
description: Shows the first date of usage in the current month for all organizations.
format: date-time
type: string
storage_management_object_count_avg_sum:
description: Shows the average of all storage management objects over all hours in the current month for all organizations.
format: int64
type: integer
synthetics_browser_check_calls_count_agg_sum:
description: Shows the sum of all Synthetic browser tests over all hours in the current month for all organizations.
format: int64
Expand Down
Loading
Loading