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.
Note:
Before using the REST resources, you must understand how to access the REST resources and other important concepts. See Implementation Best Practices for Cloud EPM REST APIs. Using this REST API requires prerequisites. See Prerequisites.
Table 9-47 Manage Application Snapshots
Task | Request | REST Resource |
---|---|---|
Get Information About All Application Snapshots | GET | /interop/rest/{api_version}/applicationsnapshots |
Get Information About a Specific Application Snapshot | 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 | POST | /interop/rest/v2/config/services/copyfromsftp |
Copy to SFTP | POST | /interop/rest/v2/config/services/copytosftp |