v1

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

Schedule Recommendations Resource Schedule List

Schedule Recommendations Resource Schedule List

post/v2/schedule_recommendations/list_resource_schedule

Request body

service_account_idsstring[] required

Service Account Ids

schedule_finding'hourly' | 'weekly'

Schedule Finding Type

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

Schedule Recommendation Statistical Method Name

min_savingnumber

Minimum Cost Savings Filter

max_savingnumber

Maximum Cost Savings Filter

searchstring

Search resource_name and resource_type fields

Example request

{
  "schedule_finding": "hourly",
  "statistical_method": "Average"
}

Response

Schedule Recommendation List Resource Schedule

schedule_recommendation_idstring

Schedule Recommendation ID

service_resource_inventory_idstring

Service Resource Inventory Id

resource_idstring

Cloud Resource Identifier

resource_namestring

Name of the resource

resource_typestring

Name of the resource component

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

infostring

recommendation confidence based on statistical method

potential_cost_savings_dailynumber

Daily Cost Savings

potential_cost_savings_monthlynumber

Monthly Cost Savings

potential_cost_savings_yearlynumber

Yearly Cost Savings

schedule_finding'hourly' | 'weekly'

Schedule Finding Type

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

Schedule Recommendation Statistical Method Name

Example response

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