List files in the staging area
get
/epm/rest/v1/files/staging
Request
There are no request parameters for this operation.
Back to TopResponse
200 Response
successful operation
Nested Schema : items
Type:
array
Read Only:
Show Source
true
-
Array of:
object FileMetadata
File Information
Nested Schema : FileMetadata
Type:
object
File Information
Show Source
-
created(optional):
integer(int64)
Creation time of the file.
-
fileName(optional):
string
Name of the file.
-
links(optional):
array links
-
size(optional):
integer(int64)
Size of the file.
403 Response
Forbidden
500 Response
Cannot list files in staging area.
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