accounting-lib/src/test/resources/rules/perform-service/perform-service-import.json

12 lines
289 B
JSON

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