Download a file from staging area
get
/epm/rest/v1/files/staging/{fileName}
Request
Path Parameters
-
fileName: string
Name of the file to download
Response
Supported Media Types
- application/octet-stream
Default Response
successful operation
Examples
The following example shows how to Download a file from staging area by submitting a get request on the REST resource using cURL.
cURL Command
curl --user epm_cloud_user -X GET \ https://servername.fa.us2.oraclecloud.com/epm/rest/v1/files/staging/Dimension.csv -O