I guess you attempted with default migration configuration (./apicm archive:port-to-apigw <path>). If no parameters are specified, then the default parameters are used. when you are porting to DataPower Gateway you can specify migration configuration parameters.
Please refer the below link to port with migration configuration parameters.
Configuring migration options for DataPower API Gateway - IBM Documentation
You can specify the invoke_2.0.0 policy to replace the proxy_1.5.0 in migration configuration. Then migration utility converts the proxy policy to invoke 2.0.0, but specifying invoke_2.0.0 can cause migration errors or run-time errors. After porting, you have to review and verify all changes in the API YAML file.
Parse actions will be added to the assembly depending on the policies specified in the migration configuration. You have to remove them, when you are fine-tuning APIs after migration. Please refer below link for more information.
Parse actions added to the API assembly after migration - IBM Documentation
------------------------------
Nirmalan
------------------------------
Original Message:
Sent: Mon July 29, 2024 01:37 AM
From: Vikesh Nithram
Subject: Converting API Connect v5 APIs to v10 Native
As part of the migration from API Connect v5 to API Connect v10: After the unpack, is it possible to convert existing APIC v5 APIs to v10 native mode using the AMU utility? I've attempted running AMU port-to-apigw but the resulting migration produces artifacts that still contain a parse and proxy (v1.5.0) policy in the assembly. My understanding is that native v10 APIs should contain an invoke policy (v2.0.0) and no parse policy as these set of APIs are pure "proxy".
thanks
------------------------------
VikeshN
------------------------------