Policy Tags

Use these endpoints to manage tags associated with reliability policies in Acceldata.

Tags provide a simple way to categorize, group, and search for policies, making it easier to organize large sets of Data Quality, Reconciliation, or Drift rules.

You can retrieve, add, or remove tags programmatically using these APIs.

Endpoint(s)

MethodEndpointDescription
GET/catalog-server/api/rules/:id/tagsRetrieve tags for a specific policy
POST/catalog-server/api/rules/:id/tagAdd a tag to a policy
DELETE/catalog-server/api/rules/:id/tag/:tagIdRemove a tag from a policy

Path Parameters

NameTypeRequiredDescription
idstringYesUnique ID of the policy
tagIdstringYes (for DELETE)Unique ID of the tag to remove

Sample Requests

Retrieve Tags:

Bash
Copy

Add Tags:

Bash
Copy

Remove Tags:

Bash
Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard