Export Policies Using GET
Exports the content of policies into ZIP archive. The format of the exported data is subject to change and should be used only in the scope of same product version. Note: while exporting an embedded policy its parent will be exported as well.
Request
URI
GET
https://{api_host}/api/policies/export
COPY
Query Parameters
string of array
id
Required
Policy identifiers to export
Responses
200
The content of specified policies are exported successfully.
Operation doesn't return any data structure
404
Policies with provided ids not found.
Operation doesn't return any data structure
500
Failed to export policies.
Operation doesn't return any data structure