v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Schedule Recommendations

Schedule Recommendations Resource Details

Schedule Recommendations Resource Details

post/v2/schedule_recommendations/resource_details

Request body

tenant_idstring required

Tenant Id

service_account_idstring required

Service Account Id

resource_idstring required

Unique Resource Id of Inventory

schedule_finding'hourly' | 'weekly' required

Schedule Finding Type

Example request

{
  "schedule_finding": "hourly"
}

Response

Schedule Recommendation Resource Details

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

resourcestring

Name of the resource

resource_typestring

Name of the resource component

potential_cost_savings_dailynumber

Daily Cost Savings of the Recommendation

potential_cost_savings_monthlynumber

Monthly Cost Savings of the Recommendation

potential_cost_savings_yearlynumber

Yearly Cost Savings of the Recommendation

schedule_finding'hourly' | 'weekly'

Schedule Finding Type

recommendation_idstring

Recommendation Id

show_remediation_actionboolean

If set indicates remediation action should be shown

statistical_method'Average' | 'Minimum' | 'Maximum'

Schedule Recommendation Statistical Method Name

schedule_periodsstring[]

List of from_times or days for the recommendation

schedule_statusstring

Schedule status of the recommendation

day'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY'
from_timestring date-time

Schedule Start Time

to_timestring date-time

Schedule End Time

Example response

[
  {
    "currency": "AED",
    "schedule_finding": "hourly",
    "statistical_method": "Average",
    "day": "MONDAY"
  }
]