Retrieve information about an asset rules engine
GET/rules/info/asset/:assetId
Retrieve information about an asset rules engine
Request
Path Parameters
assetId 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
}