Retrieve information about a realm rules engine
GET/rules/info/realm/:realm
Retrieve information about a realm rules engine
Request
Path Parameters
realm stringrequired
Header Parameters
Authorization string
X-Forwarded-Proto string
X-Forwarded-Host string
Responses
- default
default response
- application/json
- Schema
- Example (from schema)
Schema
statusstring
Possible values: [STOPPED, RUNNING, ERROR]
compilationErrorCountint32
executionErrorCountint32
{
  "status": "STOPPED",
  "compilationErrorCount": 0,
  "executionErrorCount": 0
}