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
14 changes: 14 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4579,6 +4579,7 @@ components:
- sca_fargate_usage
- sds_scanned_bytes_usage
- serverless_apps_usage
- serverless_apps_apm_usage
- siem_analyzed_logs_add_on_usage
- siem_ingested_bytes_usage
- snmp_usage
Expand Down Expand Up @@ -4666,6 +4667,7 @@ components:
- SCA_FARGATE_USAGE
- SDS_SCANNED_BYTES_USAGE
- SERVERLESS_APPS_USAGE
- SERVERLESS_APPS_APM_USAGE
- SIEM_ANALYZED_LOGS_ADD_ON_USAGE
- SIEM_INGESTED_BYTES_USAGE
- SNMP_USAGE
Expand Down Expand Up @@ -9156,6 +9158,8 @@ components:
- published_app_percentage
- serverless_apps_usage
- serverless_apps_percentage
- serverless_apps_apm_usage
- serverless_apps_apm_percentage
- snmp_usage
- snmp_percentage
- universal_service_monitoring_usage
Expand Down Expand Up @@ -9321,6 +9325,8 @@ components:
- PUBLISHED_APP_PERCENTAGE
- SERVERLESS_APPS_USAGE
- SERVERLESS_APPS_PERCENTAGE
- SERVERLESS_APPS_APM_USAGE
- SERVERLESS_APPS_APM_PERCENTAGE
- SNMP_USAGE
- SNMP_PERCENTAGE
- UNIVERSAL_SERVICE_MONITORING_USAGE
Expand Down Expand Up @@ -9978,6 +9984,14 @@ components:
description: The total Sensitive Data Scanner usage by tag(s).
format: double
type: number
serverless_apps_apm_percentage:
description: The percentage of Serverless Apps APM usage by tag(s).
format: double
type: number
serverless_apps_apm_usage:
description: The total Serverless Apps APM usage by tag(s).
format: double
type: number
serverless_apps_percentage:
description: The percentage of Serverless Apps usage by tag(s).
format: double
Expand Down
Loading
Loading