Manage Policy by ID

Use these endpoints to retrieve, update, delete, and schedule Schema Drift policies by their unique ID.

This is ideal for automations and workflows that identify policies by system-generated IDs.

Endpoint(s)

MethodPathDescription
GET/catalog-server/api/rules/schema-drift/:idRetrieve full details of a Schema Drift policy by ID.
PUT/catalog-server/api/rules/schema-drift/:idUpdate an existing Schema Drift policy.
DELETE/catalog-server/api/rules/schema-drift/:idDelete (archive) a Schema Drift policy by ID.
GET/catalog-server/api/rules/schema-drift/:id/executionsRetrieve a list of all executions for this policy.

Path Parameters

NameTypeRequiredDescription
idstringYesThe unique ID of the Schema Drift policy.

Sample Request

GET Policy

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