Fixed ICProxy calledMethod

This commit is contained in:
Luca Frosini 2020-04-08 20:43:31 +02:00
parent d771bcb5b0
commit e229f7278e
4 changed files with 13 additions and 13 deletions

View File

@ -7,6 +7,6 @@
"replace": {
"serviceClass": "InformationSystem",
"serviceName": "ICProxy",
"calledMethod": "read"
"calledMethod": "getResourceById"
}
}

View File

@ -583,6 +583,17 @@
"serviceName": "HomeLibraryWebapp",
"calledMethod": "${Method}"
}
},{
"match": {
"serviceClassRegex": "InformationSystem",
"serviceNameRegex": "ICProxy",
"calledMethodRegex": "^(\/){0,1}gcube\/service\/(?!GCoreEndpoint|HostingNode|RuntimeResource|GenericResource).*"
},
"replace": {
"serviceClass": "InformationSystem",
"serviceName": "ICProxy",
"calledMethod": "getResourceById"
}
},{
"match": {
"serviceClassRegex": "InformationSystem",
@ -594,17 +605,6 @@
"serviceName": "ICProxy",
"calledMethod": "query"
}
},{
"match": {
"serviceClassRegex": "InformationSystem",
"serviceNameRegex": "ICProxy",
"calledMethodRegex": "^(\/){0,1}gcube\/service\/(?!GCoreEndpoint|HostingNode|RuntimeResource|GenericResource).*"
},
"replace": {
"serviceClass": "InformationSystem",
"serviceName": "ICProxy",
"calledMethod": "read"
}
},{
"match": {
"serviceClassRegex": "(InformationSystem)|(Accounting)",

File diff suppressed because one or more lines are too long