Rules
Use these endpoints to create, view, execute, update, or delete rules in Acceldata’s Data Reliability platform.
Rules are the fundamental building blocks of a policy. They can be tested independently or executed as part of larger policies.
Endpoint(s)
| Method | Path | Description |
|---|---|---|
| POST | /catalog-server/api/rules | Create a new rule |
| GET | /catalog-server/api/rules/:id | Retrieve a rule by ID |
| POST | /catalog-server/api/rules/:id/execute | Execute a specific rule |
| PUT | /catalog-server/api/rules/execution/:id/cancel | Cancel an ongoing rule execution |
| PUT | /catalog-server/api/rules/:id | Update an existing rule |
| DELETE | /catalog-server/api/rules/:id | Delete a rule |
Was this page helpful?