Fine-tuning APIs after migration

After running the migration utility command apicm archive:port-to-apigw, review the converted APIs to determine if any of the changes made by the migration utility can be modified to enhance performance and usability.

If the migration utility makes any of the following changes to your APIs, consider making the suggested changes.

  • If the last policy in the assembly has output that is set to a variable that is not used afterward, remove the output set or the entire policy.
  • Remove any unnecessary parse actions that the migration utility adds to the assembly. For information about the parse actions added by the migration utility, see Parse actions added to the API assembly after migration.
  • If the assembly contains redact policies, verify that these policies are necessary. Delete any unnecessary redact policies.