v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Operations Utilization

List KPI statistics for Utilization Dashboard

Retrieve the Over all statistics for the vm utilization.

post/v1/operations/utilization_data/statistics

Request body

tenant_idsstring[] required

List of tenant ids for which data needs to be passed.

Response

Fetched

configuredboolean

Indicates whether the tenant level configuration is done or not.

total_resourcesinteger

Total number of resources for which the dashboard needs to present the data.

Example response

{
  "overall_statistics": [
    {
      "name": "cpu_utilization"
    }
  ]
}