accounting-lib/src/test/resources/rules/SmartExecutor/SmartExecutor-getState.json

12 lines
381 B
JSON
Raw Normal View History

{
"match": {
"serviceClassRegex": "VREManagement",
"serviceNameRegex": "(SmartExecutor)|(smart-executor)",
2020-04-01 16:11:47 +02:00
"calledMethodRegex": ".*((getStateEvolution)|(getState)|(GET .*executions\/.{1,})).*|((GET ){0,1}(\/){0,1}(rest\/){0,1}plugins\/[a-zA-Z]{1,}\/.*)"
},
"replace": {
"serviceClass": "VREManagement",
"serviceName": "SmartExecutor",
"calledMethod": "getState"
}
}