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.
Tagged:
0