accounting-lib/src/test/resources/rules/GeoNetwork/GeoNetwork-OTHER.json

12 lines
426 B
JSON

{
"match": {
"serviceClassRegex": "(SDI)|(SpatialData)",
"serviceNameRegex": "GeoNetwork",
"calledMethodRegex": "^(?!.*(read|create|insert|delete|list|get|show|info|search|update|edit)).*$|^(.*(updated|editors|pwupdate|(records.*)|(systeminfo.*)|forget-password|getmap.png|(GetCapabilities.*)|(\/codelists\/.*)))$"
},
"replace": {
"serviceClass": "SDI",
"serviceName": "GeoNetwork",
"calledMethod": "OTHER"
}
}