---
title: "Schedule Recommendations Resource Details"
method: POST
path: "/v2/schedule_recommendations/resource_details"
tags: ["Schedule Recommendations"]
---

# Schedule Recommendations Resource Details

`POST /v2/schedule_recommendations/resource_details`

Schedule Recommendations Resource Details

## Request body

- ScheduleRecommendationResourceDetailsRequest
  - `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 Resource Details

- ScheduleRecommendationResourceDetails[]
  - `currency` 'AED' | 'ALL' | 'ARS' | 'AUD' | 'BAM' | 'BDT' | 'BGN' | 'BHD' | 'BRL' | 'CAD' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CZK' | 'DKK' | 'EGP' | 'EUR' | 'GBP' | 'HKD' | 'HRK' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'ISK' | 'JPY' | 'KES' | 'KRW' | 'KWD' | 'KZT' | 'MOP' | 'MVR' | 'MXN' | 'MYR' | 'NOK' | 'NZD' | 'OMR' | 'PEN' | 'PHP' | 'PKR' | 'PLN' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'SAR' | 'SEK' | 'SGD' | 'THB' | 'TRY' | 'TWD' | 'USD' | 'VND' | 'ZAR' — Currency
  - `resource` string — Name of the resource
  - `resource_type` string — Name of the resource component
  - `potential_cost_savings_daily` number — Daily Cost Savings of the Recommendation
  - `potential_cost_savings_monthly` number — Monthly Cost Savings of the Recommendation
  - `potential_cost_savings_yearly` number — Yearly Cost Savings of the Recommendation
  - `schedule_finding` 'hourly' | 'weekly' — Schedule Finding Type
  - `recommendation_id` string — Recommendation Id
  - `show_remediation_action` boolean — If set indicates remediation action should be shown
  - `statistical_method` 'Average' | 'Minimum' | 'Maximum' — Schedule Recommendation Statistical Method Name
  - `schedule_periods` string[] — List of from_times or days for the recommendation
  - `schedule_status` string — Schedule status of the recommendation
  - `day` 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY'
  - `from_time` string, date-time — Schedule Start Time
  - `to_time` string, date-time — Schedule End Time

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