accounting-lib/src/test/resources/rules/Thredds/Thredds_METADATA::OTHER.json

12 lines
398 B
JSON
Raw Normal View History

2020-01-07 11:07:06 +01:00
{
"match": {
2020-04-06 15:42:13 +02:00
"serviceClassRegex": "SDI|DataAnalysis",
2020-01-07 11:07:06 +01:00
"serviceNameRegex": "Thredds",
"calledMethodRegex": "^(\/){1}(thredds\/){0,1}(?<Protocol>[a-zA-Z0-9]*){1}(\/grid){0,1}(\/public\/netcdf\/){1}[^\/]*((?<!(..\\.nc|.\\.asc|\\.tiff))|((\/wfs)|(\/(pointD|d)ataset\\.(html|xml))))$"
2020-01-07 11:07:06 +01:00
},
"replace": {
"serviceClass": "SDI",
"serviceName": "Thredds",
2020-01-08 16:07:13 +01:00
"calledMethod": "METADATA::OTHER"
2020-01-07 11:07:06 +01:00
}
}