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

Export an OIC Integration using API

Summary:

Oracle has a rest api for exporting iar file/s. /ic/api/integration/v1/integrations/{id}/archive

curl code: curl -X GET -H 'Authorization: Bearer access_token' -o 'myfile.iar' https://integration.us.oraclecloud.com/ic/api/integration/v1/integrations/HELLO_WORLD%7C01.02.0000/archive

-o path - Identifies the response output on the local machine. 

Question is : How to pass the "-o" in OIC interface ( REST connection wizard) ? e.g. "-d" offset/limit can be passed as query parameters.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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