---
title: "Schedule Recommendations Overview"
method: POST
path: "/v2/schedule_recommendations/overview"
tags: ["Schedule Recommendations"]
---

# Schedule Recommendations Overview

`POST /v2/schedule_recommendations/overview`

Schedule Recommendations Overview

## Request body

- ScheduleRecommendationDetailsOverviewRequest
  - `tenant_id` string, required — Tenant Id
  - `service_account_id` string, required — Service Account Id
  - `resource_id` string, required — Unique Resource Id of Inventory
  - `schedule_finding` 'hourly' | 'weekly', required — Schedule Finding Type

## Response `200`

Schedule Recommendation Overview

- ScheduleRecommendationDetailsOverviewResponse
  - `resource_utilization_level` ResourceUtilizationOverview[] — Resource Utilization Level Overview
    - `from_time` string, date-time — Utilization Start Time
    - `to_time` string, date-time — Utilization End Time
    - `day` 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY'
    - `utilization` 'LOW' | 'MEDIUM' | 'HIGH' — Schedule Recommendation Utilization
  - `resource_utilization_summary` ResourceUtilizationSummary[] — Utilization Summary Details
    - `from_time` string, date-time — Utilization Start Time
    - `day` 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY'
    - `utilization` number — Utilization Value
  - `resource_details` ResourceDetailsOverview
    - `cpu` ResourceRecord[] — Resource Details By CPU
      - `name` string — Name of Resource Property
      - `value` string — Value of Property
    - `memory` ResourceRecord[] — Resource Details by Memory
      - `name` string — Name of Resource Property
      - `value` string — Value of Property

## 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)
