Cancel rule jobs
put
/ec-rule-svc/rest/v1.0/studies/{studyId}/{mode}/cancelRuleJob
Cancels job associated with a given rule ID, if the job is in pending or running state.
Request
Path Parameters
-
mode(required): string
Study Mode
-
studyId(required): string
Study Id
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object
-
ruleIds(required): array
ruleIds
list of Rule Unique GUIDs
Nested Schema : ruleIds
Type:
array
list of Rule Unique GUIDs
Show Source
-
Array of:
string(uuid)
list of Rule Unique GUIDs
Example:
[
"938D23FA6B7241CCA41BD627E5DB60DA",
"699EF3745FC545589F186D2198F3C65E"
]
Response
Supported Media Types
- application/json
200 Response
Rule execution was successful.
400 Response
Incorrect payload
500 Response
An internal error occured