accounting-lib/src/test/resources/rules/ICProxy/ICProxy-read.json

12 lines
320 B
JSON
Raw Normal View History

2020-04-06 15:41:42 +02:00
{
"match": {
"serviceClassRegex": "InformationSystem",
"serviceNameRegex": "ICProxy",
"calledMethodRegex": "^(\/){0,1}gcube\/service\/(?!GCoreEndpoint|HostingNode|RuntimeResource|GenericResource).*"
},
"replace": {
"serviceClass": "InformationSystem",
"serviceName": "ICProxy",
"calledMethod": "read"
}
}