Import Export Pre-check
Use this endpoint to validate rules and policies before performing an export operation.
This pre-check ensures that all selected rules are in a valid state for export — helping avoid runtime errors or partial migrations during policy export/import workflows.
This is especially useful when migrating policies across environments (e.g., dev → prod) or preparing bulk policy backups.
Endpoint(s)
Method | Path |
---|---|
GET | /catalog-server/api/rules/export/policy-definitions/pre-check |
Query Parameters
Name | Type | Required | Description |
---|---|---|---|
ruleIds | string | Yes | Comma-separated list of rule IDs to check. |
tenantIds | string | No | Optional tenant identifier (for multi-tenant deployments). |
Sample Request
curl -X GET "https://{HOST}/catalog-server/api/rules/export/policy-definitions/pre-check?ruleIds=123,124"
Was this page helpful?