accounting-lib/src/test/resources/rules/perform-service/perform-service-performance...

12 lines
299 B
JSON

{
"match": {
"serviceClassRegex": "Application",
"serviceNameRegex": "perform-service",
"calledMethodRegex": "^\/{0,1}gcube\/(service|resource)\/performance(\/){0,1}.*"
},
"replace": {
"serviceClass": "Application",
"serviceName": "perform-service",
"calledMethod": "performance"
}
}