Let's Reconnect, thank you for making 2022 our best year yet.

Look Back
Download Dimension Export File from EPM — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Download Dimension Export File from EPM

Question
12
Views
0
Comments

Summary:

REST API for Oracle EDMCS fails with status code 501

Content (required):

Hi,

We were trying to download the dimension export file from staging using endpoint: /epm/rest/v1/files/staging/{fileName}

we get a status code 501.

Can anyone help with this?

Thanks.


Version (include the version you are using, if applicable):

v1

Code Snippet (add any code snippets that support your topic, if applicable):

import requests


api_ver = 'v1'

ep = f'/epm/rest/{api_ver}/files/staging/file.zip'

url = 'https://serviceName-identityDomain.pbcs.ap1.oraclecloud.com' + ep

user = 'sampleuser'

pwd = 'samplepassword'

iddomain = 'axxxxx'

session = requests.session()

session.auth = (iddomain + '.' + user,pwd)

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!