v1

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

Update Recommendation Exclusion Rule

Update Recommendation Exclusion Rule

post/v1/recommendations/exclusion_rule/item/{rule_id}

Path parameters

rule_idstring required

Request body

namestring required

Recommendation Exclusion Rule Name

activation_datestring date-time

Rule Activation date

descriptionstring

Rule Description

expiry_datestring date-time

Rule expiry date

is_enabledboolean

Rule status

scope'account' | 'tenant' required

Rule Scope

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

namestring required

Recommendation Exclusion Rule Name

activation_datestring date-time

Rule Activation date

descriptionstring

Rule Description

expiry_datestring date-time

Rule expiry date

is_enabledboolean

Rule status

scope'account' | 'tenant' required

Rule Scope

rule_idstring

ID of the Rule

created_bystring

Name of the user who created the rule.

created_atstring date-time

Recommendation exclusion rule created time

updated_bystring

Name of the user who recently updated the rule.

updated_atstring date-time

Recommendation exclusion rule updated time

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"
    ]
  }
}