Recommendation
Creates a Recommendation Exclusion Rule
Create a Recommendation Exclusion Rule
post/v1/recommendations/exclusion_rule/create
Request body
Example request
{
"scope": "account",
"resource_scope": {
"service_name": "AWS"
},
"policy_classification": {
"access": [
"Data"
],
"cost": [
"Anomaly"
],
"data": [
"Security"
],
"network": [
"Application"
],
"operation": [
"Application"
],
"performance": [
"Standards"
],
"resource": [
"Naming Standards"
],
"security": [
"Access"
]
}
}Response
Success
Example response
{
"scope": "account",
"resource_scope": {
"service_name": "AWS"
},
"policy_classification": {
"access": [
"Data"
],
"cost": [
"Anomaly"
],
"data": [
"Security"
],
"network": [
"Application"
],
"operation": [
"Application"
],
"performance": [
"Standards"
],
"resource": [
"Naming Standards"
],
"security": [
"Access"
]
}
}