List files in the staging area

get

/epm/rest/v1/files/staging

Request

There are no request parameters for this operation.

Back to Top

Response

200 Response

successful operation
Body ()
Root Schema : ItemsStagingFile
Type: object
Show Source
Nested Schema : items
Type: array
Read Only: true
Show Source
Nested Schema : FileMetadata
Type: object
File Information
Show Source

403 Response

Forbidden

500 Response

Cannot list files in staging area.
Back to Top

Examples

The following example shows how to List files in 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 -O
Back to Top