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

12 lines
331 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",
2020-04-08 20:43:31 +02:00
"calledMethod": "getResourceById"
2020-04-06 15:41:42 +02:00
}
}