v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Cost

Resolve Cost Savings Recommendations

Resolve cost savings recommendation

post/cost/cost_savings/{tenant_id}/resolve_recommendation/{recommendation_id}

Path parameters

tenant_idstring required

Specify the tenant ID. This is a unique ID and can be retrieved using the List Tenants API.

recommendation_idstring required

Recommendation Id.Can be fetched from '/cost/cost_savings/accounts/visibility/{tenant_id}' or '/cost/cost_savings/tenants/visibility/{tenant_id}' api

Request body

action_name'remediate_now' | 'submit_for_approval' | 'schedule' | 'reject_it' required

Action to be applied to resolve the recommendation

resourcesstring[] required

Resource Id to which the recommendation should be applied. Can be fetched from 'CostSavingViewRecommendation' api.

Example request

{
  "action_name": "remediate_now"
}

Response

Resolved

boolean required