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
12 changes: 12 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23167,6 +23167,10 @@ components:
description: Shows the average number of Serverless Apps for Azure Web App instances for the current date for all organizations.
format: int64
type: integer
serverless_apps_dsm_fargate_tasks_avg:
description: Shows the average number of DSM Fargate ECS tasks monitored under Serverless Apps DSM for the current date for all organizations.
format: int64
type: integer
serverless_apps_ecs_avg:
description: Shows the average number of Serverless Apps for Elastic Container Service for the current date for all organizations.
format: int64
Expand Down Expand Up @@ -24192,6 +24196,10 @@ components:
description: Shows the average number of Serverless Apps for Azure Web App instances for the given date and given org.
format: int64
type: integer
serverless_apps_dsm_fargate_tasks_avg:
description: Shows the average number of DSM Fargate ECS tasks monitored under Serverless Apps DSM for the given date and given org.
format: int64
type: integer
serverless_apps_ecs_avg:
description: Shows the average number of Serverless Apps for Elastic Container Service for the given date and given org.
format: int64
Expand Down Expand Up @@ -25235,6 +25243,10 @@ components:
description: Sum of the average number of Serverless Apps for Azure Web App instances in the current month for all organizations.
format: int64
type: integer
serverless_apps_dsm_fargate_tasks_avg_sum:
description: Sum of the average number of DSM Fargate ECS tasks monitored under Serverless Apps DSM in the current month for all organizations.
format: int64
type: integer
serverless_apps_ecs_avg_sum:
description: Sum of the average number of Serverless Apps for Elastic Container Service in the current month for all organizations.
format: int64
Expand Down
Loading
Loading