curl --request GET \
--url http://localhost/api/api/ruleinformation/{id} \
--header 'Authorization: Bearer <token>'{
"id": 123,
"rule_title": "<string>",
"rule_description": "<string>",
"alert_priority_level": "<string>",
"custom_rule_title": "<string>",
"custom_rule_description": "<string>",
"created_by": 123,
"modified_by": 123
}curl --request GET \
--url http://localhost/api/api/ruleinformation/{id} \
--header 'Authorization: Bearer <token>'{
"id": 123,
"rule_title": "<string>",
"rule_description": "<string>",
"alert_priority_level": "<string>",
"custom_rule_title": "<string>",
"custom_rule_description": "<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.
A ModelSerializer that takes an additional fields argument that
controls which fields should be displayed.