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

12 lines
330 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}(\/public\/netcdf\/){1}[^\/]*(\\.(nc|asc|tiff))$"
2020-01-07 11:07:06 +01:00
},
"replace": {
"serviceClass": "SDI",
"serviceName": "Thredds",
"calledMethod": "${Protocol}::OTHER"
}
}