v1

latestOpenAPI 3.0.2Apache 2.02026-07-136548173.9 KB
Global rules
Admin

Get global rule configuration

Returns information about the named globally configured rule.

This operation can fail for the following reasons:

  • Invalid rule name/type (HTTP error 400)
  • No rule with name/type rule exists (HTTP error 404)
  • A server error occurred (HTTP error 500)
get/admin/rules/{rule}

Response

The global rule's configuration.

configstring required
type'VALIDITY' | 'COMPATIBILITY' | 'INTEGRITY'

Example response

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