v51

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-01131107332.8 KB
Artifact rules

Get artifact rule configuration

Returns information about a single rule configured for an artifact. 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 artifact with this artifactId 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}/artifacts/{artifactId}/rules/{ruleType}

Response

Information about a rule.

configstring required
ruleType'VALIDITY' | 'COMPATIBILITY' | 'INTEGRITY'

Example response

{
  "ruleType": "VALIDITY",
  "config": "FULL"
}