Retrieve information about the global rules engine
GET/rules/info/global
Retrieve information about the global rules engine
Request
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
}