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

12 lines
368 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}items\/[%0-9a-zA-Z\\-_]*\/resources\/[%0-9a-zA-Z\\-_.+:]*$"
2020-04-01 15:20:31 +02:00
},
"replace": {
"serviceClass": "DataPublishing",
"serviceName": "gcat",
"calledMethod": "read resource"
}
}