DEPRECATED - Get Recommendations

The call is used to retrieve the current live recommendations

Filtering recommendations can be applied to the above calls using query parameters in the following manner: filters[type]=recommendationType where recommendationType is one of the recommendation types supported. You can use the Get recommendation types call to get the possible types.

While each recommendation has different attributes that relate to the recommendation, they all share the following common fields:

NameDescription
account_idThe payer account id
linked_account_idThe linked account id that the recommendation is relevant to (can be the payer account id also)
linked_account_nameThe linked account name that the recommendation is relevant to (can be the payer account name also)
typeThe recommendation type (See Recommendations Types Below)
total_cost_currentThe corresponding monthly cost without executing the recommendation
total_cost_recommendedThe corresponding monthly cost after executing the recommendation
potential_savingsThe monthly savings percent in case the recommendation is executed
actionThe general type of action related to the recommendation - Modify/Terminate/Upgrade/Delete/Buy
recommendation_creation_timeThe time the recommendation was created
uuidThe recommendation id
recommendation_status_idThe recommendation status (See Recommendations Statuses Below)
recommendation_update_timeThe time the recommendation was updated with one of the statuses.


Recommendation Statuses

Available Recommendation Statuses are:

  • Open Recommendation (Recommendation which no action have been made on it): Type ID: 0
  • Completed Recommendation: Type ID: 1
  • Excluded Recommendation (Recommendation which excluded action has been made on it): Type ID: 4
Language