Policy archiving

The topics in this section describe how to use Cloud API to work with archived policies in PolicyCenter. To get a full understanding of how archiving works in PolicyCenter, review the Data Archiving documentation.

The following are the Cloud API endpoints (all of which are located in the policy API) specific to archiving:

  • GET /bulk-policy-archive-retrievals

  • POST /bulk-policy-archive-retrievals

  • GET /bulk-policy-archive-retrievals/{bulkPolicyArchiveRetrievalRecordId}

  • DELETE /bulk-policy-archive-retrievals/{bulkPolicyArchiveRetrievalRecordId}

  • POST /policies/{policyId}/retrieve-from-archive

  • POST /policies/{policyId}/set-do-not-archive

In addition, you can filter on policies to find archiving information.

The following sections describe how to use Cloud API for policy archiving actions.