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
30 changes: 30 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20762,6 +20762,11 @@ components:
current date for all organizations.
format: int64
type: integer
bits_ai_investigations_sum:
description: Shows the sum of all Bits AI Investigations over all hours
in the current date for all organizations.
format: int64
type: integer
browser_rum_lite_session_count_sum:
deprecated: true
description: Shows the sum of all browser lite sessions over all hours in
Expand Down Expand Up @@ -21309,6 +21314,11 @@ components:
hosts over all hours in the current date for the given org.
format: int64
type: integer
on_call_seat_hwm:
description: Shows the high-water mark of On-Call seats over all hours in
the current date for all organizations.
format: int64
type: integer
online_archive_events_count_sum:
description: Sum of all online archived events over all hours in the current
date for all organizations.
Expand Down Expand Up @@ -21850,6 +21860,11 @@ components:
current date for the given org.
format: int64
type: integer
bits_ai_investigations_sum:
description: Shows the sum of all Bits AI Investigations over all hours
in the current date for the given org.
format: int64
type: integer
browser_rum_lite_session_count_sum:
deprecated: true
description: Shows the sum of all browser lite sessions over all hours in
Expand Down Expand Up @@ -22406,6 +22421,11 @@ components:
hosts over all hours in the current date for the given org.
format: int64
type: integer
on_call_seat_hwm:
description: Shows the high-water mark of On-Call seats over all hours in
the current date for the given org.
format: int64
type: integer
online_archive_events_count_sum:
description: Sum of all online archived events over all hours in the current
date for the given org.
Expand Down Expand Up @@ -22947,6 +22967,11 @@ components:
current month for all organizations.
format: int64
type: integer
bits_ai_investigations_agg_sum:
description: Shows the sum of all Bits AI Investigations over all hours
in the current month for all organizations.
format: int64
type: integer
browser_rum_lite_session_count_agg_sum:
deprecated: true
description: Shows the sum of all browser lite sessions over all hours in
Expand Down Expand Up @@ -23524,6 +23549,11 @@ components:
over all hours in the current months for all organizations
format: int64
type: integer
on_call_seat_hwm_sum:
description: Shows the sum of the high-water marks of On-Call seats over
all hours in the current month for all organizations.
format: int64
type: integer
online_archive_events_count_agg_sum:
description: Sum of all online archived events over all hours in the current
month for all organizations.
Expand Down
4 changes: 2 additions & 2 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81263,8 +81263,8 @@ paths:
- description: 'Comma separated list of product families to retrieve. Available
families are `all`, `analyzed_logs`,

`application_security`, `audit_trail`, `serverless`, `ci_app`, `cloud_cost_management`,
`cloud_siem`,
`application_security`, `audit_trail`, `bits_ai`, `serverless`, `ci_app`,
`cloud_cost_management`, `cloud_siem`,

`csm_container_enterprise`, `csm_host_enterprise`, `cspm`, `custom_events`,
`cws`, `dbm`, `error_tracking`,
Expand Down
Loading
Loading