ta-rule-normalizer-svc¶
This API will be responsible for storing and managing all the rules for the transaction normalizer/beautifier.
Links¶
- Repository: securitize_dev/ta-rule-normalizer-svc
- API URL: https://ta-rule-normalizer-svc.internal.dev.securitize.io
- Swagger UI: https://ta-rule-normalizer-svc.internal.dev.securitize.io/doc/swagger
- K8s URL:
http://ta-rule-normalizer-svc:8080
Endpoints (6)¶
| Method | Path | Summary | Tags |
|---|---|---|---|
POST |
/v1/rules |
Create a new rule, name and description are for internal use, normalizerTypeName is the type name that will show on investor side. Optional receiverNormalizerTypeName and senderNormalizerTypeName can be provided for specific translations on each side. | |
GET |
/v1/rules |
No description | |
GET |
/v1/rules/{id} |
No description | |
PUT |
/v1/rules/{id} |
Update a rule by id | |
DELETE |
/v1/rules/{id} |
No description | |
GET |
/health |
Get status of service health | Health |