Does informatica 10.4 on-prem server supports export-import via rest Api ? need an example.
looked all over and tried al AI’s – still unsure that it is supported. most documents are for the cloud base version. This is what i got from some AI
curl -X GET
‘https://<infa_domain>:/rs/v1/repos/{repositoryName}/export-import/folders/{folderPath}/mapping/{mappingName}?format=xml’
-H ‘X-Credential-User: ‘
-H ‘X-Credential-Password: ‘
-H ‘Accept: application/xml’
–output {mappingName}.xml
Arie Braunstein is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.