Download Dimension Export File from EPM
in Planning
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)
Tagged:
0