Validates whether a policy import package is compatible with the target environment. Useful to detect:
- Missing assets
- Conflicting names
- Unsupported rule types
- Version conflicts
Endpoint
POST /catalog-server/api/rules/import/precheckSample Request
curl -X POST "https://{{HOST}}/catalog-server/api/rules/import/precheck" \ -H "Content-Type: multipart/form-data" \ -F "file=@policies.zip"Was this page helpful?