Manage Policy by Name

Use these endpoints to retrieve, update, delete, or execute Schema Drift policies by their names.

This is helpful for managing policies in automation or CI/CD workflows where policy names are stable identifiers.

Endpoint(s)

MethodPathDescription
GET/catalog-server/api/rules/schema-drift/byName/:nameRetrieve details of a Schema Drift policy by name.
PUT/catalog-server/api/rules/schema-drift/byName/:nameUpdate a Schema Drift policy configuration using its name.
DELETE/catalog-server/api/rules/schema-drift/byName/:nameDelete (archive) a Schema Drift policy by name.
GET/catalog-server/api/rules/schema-drift/byName/:name/executionsList all executions for this Schema Drift policy.
POST/catalog-server/api/rules/schema-drift/byName/:name/executionsTrigger a new execution of the Schema Drift policy.

Path Parameters

NameTypeRequiredDescription
namestringYesThe name of the Schema Drift policy.

Sample Request

Get Policy

Bash
Copy

Execute Policy

Bash
Copy
VariableType to search · ESC to discard
GlossaryType to search · ESC to discard
InsertType to search · ESC to discard
No matches