Get Security Rule Optimization Recommendations
GET/policy-optimizer/v1/security-rules/:id
Retrieves the original security rule details and all associated optimization recommendations generated by the Policy Optimizer engine for a specific rule.
The response includes the full original rule configuration plus the complete list of recommended replacement rules — narrowed, application-specific rules that together replicate the intent of the original.
If no recommendations are available, recommended_rules will be an empty array.
Request
Responses
- 200
- 400
- 404
- 500
Security rule recommendations retrieved successfully.
Invalid or missing request parameters.
Rule not found or has no optimization data.
Internal server error.