ErpIntegrationService REST API and PGP encryption
Summary:
Hi
We are trying to use the erpintegrations REST API to export the results of an ESS Job.
The url we use is such as fscmRestApi/resources/11.13.18.05/erpintegrations
We want to encrypt and sign in PGP the file when it's uploaded to ucm.
We have created /imported the PGP keys on Oracle Security Console (create Oracle Key, import our public Key)
And we are using the jobOptions of the REST API to encrypt the datas.
jobOptions are such as : " "JobOptions":"ExtractFileType=ALL,FileEncryption=PGPSIGNED,FA_ALIAS=ORACLE_KEYS_ALIAS,CUSTOMER_ALIAS=OUR_CUSTOM_PUBLIC_KEY_ALIAS"
This is working great, the file is encrypted and uploaded to UCM.
1