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

12 lines
348 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})profile(s){0,1}\/(?<Action>(list|profile_names))(\/{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": "list profile"
}
2020-03-12 19:47:10 +01:00
}