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

12 lines
506 B
JSON

{
"match": {
"serviceClassRegex": "InformationSystem",
"serviceNameRegex": "(resource-registry)|(joint-resource-registry)",
"calledMethodRegex": "(?!(listContexts|createContext|readContext|updateContext|deleteContext|listInstances|existInstance|createInstance|readInstance|updateInstance|deleteInstance|createType|readType|addToContext|removeFromContext|query|rawQuery)).*"
},
"replace": {
"serviceClass": "InformationSystem",
"serviceName": "resource-registry",
"calledMethod": "OTHER"
}
}