Manage Application Snapshots

You can manage the file system artifacts or application snapshots using the following REST resources.

Note: The password of the source Oracle Fusion Cloud EPM environment must have already been encrypted using EPM Automate. The encrypted password must then be passed as one of the parameters for the copysnapshot REST API. See the encrypt command in Command Reference in Working with EPM Automate.

Table 9-45 Manage Application Snapshots

Task Request REST Resource
Get Information About All Application Snapshots (11.1.2.3.600) GET /interop/rest/{api_version}/applicationsnapshots
Get Information About a Specific Application Snapshot (11.1.2.3.600) GET /interop/rest/{api_version}/applicationsnapshots/{applicationSnapshotName}
Upload Application Snapshot (v1) POST /interop/rest/{api_version}/applicationsnapshots/{applicationSnapshotName
Upload Application Snapshot (v2) POST /interop/rest/v2/files/upload
Download Application Snapshot (v1) GET /interop/rest/{api_version}/applicationsnapshots/{applicationSnapshotName}
Download Application Snapshot (v2) POST /interop/rest/v2/files/download
Copy Application Snapshot (v1) POST /interop/rest/v1/services/{servicename}/copysnapshot
Copy Application Snapshot (v2) POST /interop/rest/v2/snapshots/copyfrominstance
Rename Application Snapshot (v1) PUT /interop/rest/{api_version}/renamesnapshot
Rename Application Snapshot (v2) PUT /interop/rest/v2/snapshots/rename
Copy from SFTP (v2) POST /interop/rest/v2/config/services/copyfromsftp
Copy to SFTP (v2) POST /interop/rest/v2/config/services/copytosftp