---
title: "List KPI statistics for Utilization Dashboard"
method: POST
path: "/v1/operations/utilization_data/statistics"
tags: ["Operations Utilization"]
---

# List KPI statistics for Utilization Dashboard

`POST /v1/operations/utilization_data/statistics`

Retrieve the Over all statistics for the vm utilization.

## Request body

- UtilizationStatisticsRequest
  - `tenant_ids` string[], required — List of tenant ids for which data needs to be passed.

## Response `200`

Fetched

- UtilizationStatisticsResponse
  - `configured` boolean — Indicates whether the tenant level configuration is done or not.
  - `total_resources` integer — Total number of resources for which the dashboard needs to present the data.
  - `overall_statistics` IndividualKpiBase[] — A statistical Data for the Kpi metrics at the selected tenant level.
    - `name` 'cpu_utilization' | 'memory_utilization' | 'disk_utilization' — Name of the metric for which kpi needs to be shown.
    - `supported_resources` integer — Total number of resources for which the dashboard needs to present the data.
    - `maximum_utilized_resources` integer — Number of resources which has crossed the high utilization base condition.
    - `minimum_utilized_resources` integer — Number of resources which has fallen under the minimum utilization base condition.
    - `partially_utilized_resources` integer — Number of resources which has been partially utilized.
    - `average_utilization_for_resources` number — Average Utilization Crossed for the instance/vm.
  - `patch_readiness_status` PatchReadinessStatistics
    - `supported_resources` integer — Total number of resources for which the dashboard needs to present the data.
    - `ready_to_update` integer — Total number of instance/vm which is ready for updating the patch.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/corestack/apis/corestack-external-api.md) · [All operations](https://skmtc.dev/corestack/apis/corestack-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corestack/corestack-external-api/revisions/bf2cdf20826d/schema)
