accounting-lib/src/test/resources/rules/gcat/gcat-collection-instance.json

12 lines
423 B
JSON
Raw Normal View History

2020-04-01 15:20:31 +02:00
{
"match": {
"serviceClassRegex": "(DataCatalogue)|(DataPublishing)",
"serviceNameRegex": "(science-catalogue)|(gcat)|(gCat)",
2020-04-06 15:41:42 +02:00
"calledMethodRegex": "^(\/){0,1}(rest\/(api\/){0,1}){0,1}(?<Collection>group|item|license|namespace|organization|profile|user)s\/(?!list|create)[%0-9a-zA-Z\\-_.+:]*$"
2020-04-01 15:20:31 +02:00
},
"replace": {
"serviceClass": "DataPublishing",
"serviceName": "gcat",
"calledMethod": "read ${Collection}"
}
}