cURL
curl --request GET \ --url https://api.example.com/api/rulealert/{id} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "rule_title": "<string>", "alert_priority_level": "<string>", "created_by": 123, "modified_by": 123 }
JWT token obtained from AWS Cognito or custom authentication service
A unique integer value identifying this rule details.
255