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

12 lines
373 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})organi(s|z)ation(s){0,1}\/(?<Action>(create|show|purge|delete))(\/{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} organization"
}
2020-03-12 19:47:10 +01:00
}