ICS Import API returns 401
Summary
ICS Import API returns 401Content
I am trying to import a IAR file to a new Integration, however, when I call the import API it responds with a 401 error.
I am using the below command:
/usr/bin/curl -u \"[email protected]:xxxxxx\" -X POST -H \"Accept:application/json\" -H Content-Type:multipart/form-data -F file=@/private/downloads/rodod_cx_cloud_extensions/COMMSICS_CPQ2AIA_CREATESA_CFI_01.00.0000.iar https://icsdev-icsdevpod.integration.us2.oraclecloud.com/icsapis/v1/integrations/import -w '%{http_code}' -o /private/downloads/rodod_cx_cloud_extensions/ics_import_integration.json
The file ics_import_integration.json only mentions that the integration can not be imported with no further information, does anyone has experienced the same issue?
1