[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
Export Policies
DescriptionExports 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
URLURL
https://localhost/suite-api/api/policies/export
Query Parameters
Query Parameters
array
id
Required
Policy identifiers to export
Authentication
This operation uses the following authentication methods.
Errors
404
Policies with provided ids not found.
500
Failed to export policies.
Code Samples
cURL Command
curl https://localhost/suite-api/api/policies/export?id=string
[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations