accounting-lib/src/test/resources/rules/resource-registry/resource-registry-OTHER.json

12 lines
315 B
JSON

{
"match": {
"serviceClassRegex": "InformationSystem",
"serviceNameRegex": "resource-registry",
"calledMethodRegex": "^(?!(GET|HEAD|POST|PUT|DELETE|PURGE|OPTIONS|TRACE|CONNECT))\/.*"
},
"replace": {
"serviceClass": "InformationSystem",
"serviceName": "resource-registry",
"calledMethod": "OTHER"
}
}