Data Policy Templates

Data Policy Templates provide reusable sets of rule items (e.g., Null Checks, Pattern Checks, Enumeration Checks) that can be applied to new policies for faster policy creation.

This is the API equivalent of Policy Templates in the UI.

Available Endpoints

ActionEndpoint
Create TemplatePOST /catalog-server/api/policy-templates
List TemplatesGET /catalog-server/api/policy-templates
Get TemplateGET /catalog-server/api/policy-templates/:id
Update TemplatePUT /catalog-server/api/policy-templates/:id
Delete TemplateDELETE /catalog-server/api/policy-templates/:id

Path Parameter (GET Template)

NameTypeRequiredDescription
idstringYesTemplate ID

Sample Requests

Create Policy Template

Bash
Copy

List Policy Template

Bash
Copy

Get Templates

Bash
Copy

Update Policy Template

Bash
Copy

Delete Policy Template

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