cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Unified access gateway extension migration to 2.0 (VMWare)

AK
Pro

Hi Folks,

Can I get guidance for migrating for UAG plugin to 2.0 version.

Need help to get started, any documentation you can point me to would be helpful.

Regards,

AK

3 REPLIES 3

Mike_L
Dynatrace Guru
Dynatrace Guru

Hi,

If you want to do it yourself these are the two best resources:
https://www.youtube.com/watch?v=g-lPIZx66BA
https://dynatrace-extensions.github.io/dt-extensions-python-sdk/guides/migration.html

You can also reach out to our services department for an engagement.

Mike

Hi @Mike_L

Thank you for the response.

I imported remote extension from the environment, it shows just one file 'activationSchema.json'

AK_0-1711298402721.png

I'm stuck at "Modify the extension code", it says, 

  1. Move your existing extension code to the __main__.py file of the new extension.
  2. The easiest way to accomplish this is by pasting the code from your existing extension class into the new ExtensionImpl class.
Where do I get '__main__.py'? and when it says "pasting a code from your existing extension class into the new ExtensionImpl class", how this can be done?
Please guide me more in this case, steps in document are not clear.

 

Regards,

AK

Mike_L
Dynatrace Guru
Dynatrace Guru

On earlier steps when it showed the initialization of a new workspace for Python then it should have created the main and init files already into the workspace.

Maybe try re-running those steps.

Mike

Featured Posts