accounting-lib/src/test/resources/rules/Catalogue-WS/Catalogue-WS-collection.json

12 lines
367 B
JSON
Raw Normal View History

{
"match": {
2020-03-20 16:55:13 +01:00
"serviceClassRegex": "(Data-Catalogue)|(DataPublishing)",
"serviceNameRegex": "Catalogue-WS",
2020-04-01 15:20:31 +02:00
"calledMethodRegex": "(\/){0,1}(rest\/(api\/){0,1})(?<Collection>(groups|items|resources))\/(?<Action>list)(\/{0,1})"
},
"replace": {
2020-03-20 16:55:13 +01:00
"serviceClass": "DataPublishing",
"serviceName": "Catalogue-WS",
2020-04-01 15:20:31 +02:00
"calledMethod": "${Action} ${Collection}"
}
2020-03-12 19:47:10 +01:00
}