Layer7 API Management

 View Only
  • 1.  How to align ids for easier migration using GMU

    Posted Jul 14, 2016 12:59 PM

    I am using GMU to migrate Services but the ids for folders / policies / services do not match. So, I have to end up doing a huge number of manage mappings like "GatewayMigrationUtility.bat manageMappings --bundle Sample.xml --type POLICY --srcId 84820895537a527cd57c8bfa6e7b3333 --targetId dc355d88c69ef19830212bb10cdd4444"

     

    What is the best way to align these ids, so I can use GMU for easier migration



  • 2.  Re: How to align ids for easier migration using GMU

    Posted Aug 31, 2016 12:16 PM

    Try this:

    "GatewayMigrationUtility.bat manageMappings --bundle Sample.xml --type POLICY -N"

     

    The -N will map all policy types by name, so you don't have to do one by one.