post
https://api.umbrellacost.io/api/v1/recommendations/history
The call is used to retrieve historical recommendations The call supports pagination and it is recommended to use it with a date range.
To filter by recommendation type use filters[type]=recommendationType
recommendationType is one of the recommendation types returned by the Get recommendation types call. The type are also listed in the recommendation documenation.
Filters
| String | Descruption | Example |
|---|---|---|
| region | The region related to the recommendation | us-east-1 |
| resource_id | The resource id related to the recommendation | export-schemas-poc |
| account_id | The payer account id | 114780013227 |
| linked_account_id | The linked account id that the recommendation is relevant to | 114780013227 |
| type | Recommendation type | s3-idle |
| service | The service name related to the recommendation | Amazon Simple Storage Service |
| action | The general type of action related to the recommendation | Modify/Terminate/Upgrade/Delete/Buy |
| uuid | The recommendation id | 0034f235-fce2-418b-b4d4-215e2c0d6d89 |
| recommendation_status_id | The recommendation status | Completed - 1, Excluded - 4, Completed by system - 6 |
