accounting-lib/src/test/resources/rules/GRSFPublisher/GRSFPublisher-update.json

12 lines
287 B
JSON
Raw Normal View History

{
"match": {
2020-03-20 16:55:13 +01:00
"serviceClassRegex": "(Data-Catalogue)|(DataPublishing)",
"serviceNameRegex": "GRSFPublisher",
2020-03-31 16:16:05 +02:00
"calledMethodRegex": "(.*update-product.*)|(update)"
},
"replace": {
2020-03-20 16:55:13 +01:00
"serviceClass": "DataPublishing",
"serviceName": "GRSFPublisher",
"calledMethod": "update"
}
}