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

12 lines
324 B
JSON
Raw Normal View History

2020-04-01 12:02:38 +02:00
{
"match": {
"serviceClassRegex": "(Data-Catalogue)|(DataPublishing)",
"serviceNameRegex": "Catalogue-WS",
2020-04-01 15:20:31 +02:00
"calledMethodRegex": "(\/){0,1}(rest\/(api\/){0,1})profiles\/namespaces(s){0,1}.*"
2020-04-01 12:02:38 +02:00
},
"replace": {
"serviceClass": "DataPublishing",
"serviceName": "Catalogue-WS",
2020-04-01 15:20:31 +02:00
"calledMethod": "list namespaces"
2020-04-01 12:02:38 +02:00
}
}