Group rules
Get group rule configuration
Returns information about a single rule configured for a group. This is useful when you want to know what the current configuration settings are for a specific rule.
This operation can fail for the following reasons:
- No group with this groupId exists (HTTP error 404)
- No rule with this name/type is configured for this artifact (HTTP error 404)
- Invalid rule type (HTTP error 400)
- A server error occurred (HTTP error 500)
get/groups/{groupId}/rules/{ruleType}
Response
Information about a rule.
Example response
{
"ruleType": "VALIDITY",
"config": "FULL"
}