Reputation: 2837
Is there a way to get information about a rule's default severity (the one that is set by the language plugin) through the Web Service API?
Upvotes: 0
Views: 160
Reputation: 22824
Use the api/rules/search
to get this data. You'll find the default severity in the "severity" field. To also get activated severity per profile, add activities
to your f
(field list) parameter value.
Upvotes: 1