Added rules for SmartExecutor refs #18074
This commit is contained in:
parent
aac55d6a34
commit
b3f0754615
|
@ -0,0 +1,2 @@
|
|||
VREManagement,SmartExecutor,UNKNOWN
|
||||
VREManagement,smart-executor,UNKNOWN
|
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"match": {
|
||||
"serviceClassRegex": "VREManagement",
|
||||
"serviceNameRegex": "(SmartExecutor)|(smart-executor)",
|
||||
"calledMethodRegex": ".*UNKNOWN.*"
|
||||
},
|
||||
"replace": {
|
||||
"serviceClass": "VREManagement",
|
||||
"serviceName": "smart-executor",
|
||||
"calledMethod": "UNKNOWN"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
VREManagement,SmartExecutor,launch
|
||||
VREManagement,SmartExecutor,execute
|
||||
VREManagement,SmartExecutor,POST /plugins/accounting-dashboard-harvester-se-plugin/executions/e88025a0-aa16-4925-b805-15c2c802dffa
|
||||
VREManagement,smart-executor,launch
|
||||
VREManagement,smart-executor,execute
|
||||
VREManagement,smart-executor,POST /plugins/accounting-dashboard-harvester-se-plugin/executions/e88025a0-aa16-4925-b805-15c2c802dffa
|
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"match": {
|
||||
"serviceClassRegex": "VREManagement",
|
||||
"serviceNameRegex": "(SmartExecutor)|(smart-executor)",
|
||||
"calledMethodRegex": ".*((launch)|(execute)|(POST .*executions)).*"
|
||||
},
|
||||
"replace": {
|
||||
"serviceClass": "VREManagement",
|
||||
"serviceName": "smart-executor",
|
||||
"calledMethod": "execute"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
VREManagement,SmartExecutor,getAvailablePlugins
|
||||
VREManagement,SmartExecutor,GET /plugins
|
||||
VREManagement,SmartExecutor,GET /plugins/
|
||||
VREManagement,smart-executor,getAvailablePlugins
|
||||
VREManagement,smart-executor,GET /plugins
|
||||
VREManagement,smart-executor,GET /plugins/
|
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"match": {
|
||||
"serviceClassRegex": "VREManagement",
|
||||
"serviceNameRegex": "(SmartExecutor)|(smart-executor)",
|
||||
"calledMethodRegex": ".*((getAvailablePlugins.*)|(GET \/plugins(\/){0,1}$))"
|
||||
},
|
||||
"replace": {
|
||||
"serviceClass": "VREManagement",
|
||||
"serviceName": "smart-executor",
|
||||
"calledMethod": "getAvailablePlugins"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
VREManagement,SmartExecutor,getScheduledExecution
|
||||
VREManagement,SmartExecutor,GET /plugins/accounting-dashboard-harvester-se-plugin/executions
|
||||
VREManagement,SmartExecutor,GET /plugins/accounting-dashboard-harvester-se-plugin/executions/
|
||||
VREManagement,smart-executor,getScheduledExecution
|
||||
VREManagement,smart-executor,GET /plugins/accounting-dashboard-harvester-se-plugin/executions
|
||||
VREManagement,smart-executor,GET /plugins/accounting-dashboard-harvester-se-plugin/executions/
|
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"match": {
|
||||
"serviceClassRegex": "VREManagement",
|
||||
"serviceNameRegex": "(SmartExecutor)|(smart-executor)",
|
||||
"calledMethodRegex": ".*((getScheduledExecution.*)|(GET .*executions(\/){0,1}$))"
|
||||
},
|
||||
"replace": {
|
||||
"serviceClass": "VREManagement",
|
||||
"serviceName": "smart-executor",
|
||||
"calledMethod": "getScheduledExecution"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
VREManagement,SmartExecutor,getStateEvolution
|
||||
VREManagement,SmartExecutor,getState
|
||||
VREManagement,SmartExecutor,GET /plugins/accounting-dashboard-harvester-se-plugin/executions/e88025a0-aa16-4925-b805-15c2c802dffa
|
||||
VREManagement,smart-executor,getStateEvolution
|
||||
VREManagement,smart-executor,GET /plugins/accounting-dashboard-harvester-se-plugin/executions/e88025a0-aa16-4925-b805-15c2c802dffa
|
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"match": {
|
||||
"serviceClassRegex": "VREManagement",
|
||||
"serviceNameRegex": "(SmartExecutor)|(smart-executor)",
|
||||
"calledMethodRegex": ".*((getStateEvolution)|(getState)|(GET .*executions\/.{1,})).*"
|
||||
},
|
||||
"replace": {
|
||||
"serviceClass": "VREManagement",
|
||||
"serviceName": "smart-executor",
|
||||
"calledMethod": "getState"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
VREManagement,SmartExecutor,stop
|
||||
VREManagement,SmartExecutor,unSchedule
|
||||
VREManagement,SmartExecutor,DELETE /plugins/accounting-dashboard-harvester-se-plugin/executions/e88025a0-aa16-4925-b805-15c2c802dffa
|
||||
VREManagement,SmartExecutor,PURGE /plugins/accounting-dashboard-harvester-se-plugin/executions/e88025a0-aa16-4925-b805-15c2c802dffa
|
||||
VREManagement,smart-executor,stop
|
||||
VREManagement,smart-executor,unSchedule
|
||||
VREManagement,smart-executor,DELETE /plugins/accounting-dashboard-harvester-se-plugin/executions/e88025a0-aa16-4925-b805-15c2c802dffa
|
||||
VREManagement,smart-executor,PURGE /plugins/accounting-dashboard-harvester-se-plugin/executions/e88025a0-aa16-4925-b805-15c2c802dffa
|
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"match": {
|
||||
"serviceClassRegex": "VREManagement",
|
||||
"serviceNameRegex": "(SmartExecutor)|(smart-executor)",
|
||||
"calledMethodRegex": ".*((stop)|(unSchedule)|(DELETE)|(PURGE)).*"
|
||||
},
|
||||
"replace": {
|
||||
"serviceClass": "VREManagement",
|
||||
"serviceName": "smart-executor",
|
||||
"calledMethod": "stop"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue