Recommendation
List of Recommendations
Fetch a List of Recommendation
post/v1/recommendations/list
Request body
Example request
{
"filters": {
"policy_classifications": {
"access": [
"Data"
],
"cost": [
"Anomaly"
],
"data": [
"Security"
],
"network": [
"Application"
],
"operation": [
"Application"
],
"performance": [
"Standards"
],
"resource": [
"Naming Standards"
],
"security": [
"Access"
]
},
"service_names": [
"AWS"
],
"sources": [
"AWS-compute-optimizer"
],
"statuses": [
"error"
]
}
}Response
Success