POST /catalog-server/api/rules/exportExport one or more policies as a downloadable ZIP file.
Endpoint
POST /catalog-server/api/rules/exportSample Request
curl -X POST "https://{{HOST}}/catalog-server/api/rules/export" \ -H "Content-Type: application/json" \ -d '{ "ruleIds": [14716, 14718] }'Was this page helpful?