waf_get_rule_group: Returns the RuleGroup that is specified by the RuleGroupId that you
included in the GetRuleGroup request
Description
Returns the RuleGroup that is specified by the RuleGroupId that you
included in the GetRuleGroup request.
Usage
waf_get_rule_group(RuleGroupId)
Arguments
RuleGroupId
[required] The RuleGroupId of the RuleGroup that you want to get. RuleGroupId
is returned by CreateRuleGroup and by ListRuleGroups.
Request syntax
svc$get_rule_group(
  RuleGroupId = "string"
)
Details
To view the rules in a rule group, use ListActivatedRulesInRuleGroup.