accounting-lib/src/test/resources/rules/SmartExecutor/SmartExecutor-getScheduledE...

12 lines
386 B
JSON

{
"match": {
"serviceClassRegex": "VREManagement",
"serviceNameRegex": "(SmartExecutor)|(smart-executor)",
"calledMethodRegex": ".*((getScheduledExecution.*)|(GET .*executions(\/){0,1}$))|((GET ){0,1}(\/){0,1}(rest\/){0,1}plugins\/[a-zA-Z]{1,})"
},
"replace": {
"serviceClass": "VREManagement",
"serviceName": "SmartExecutor",
"calledMethod": "getScheduledExecution"
}
}