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

ActiveGate plugins: how to use "dropdown" config UI input

r_weber
DynaMight Champion
DynaMight Champion

The ActiveGate plugin JSON reference mentions input type "dropdown", however it is missing the documentation how one would prepopulate the dropdown field:

It would be nice if the documentation would also mention how to use the drowpdown and prefill it with options?

Anyone has done this and an example for it?

Certified Dynatrace Master, Dynatrace Partner - 360Performance.net
6 REPLIES 6

Mike_L
Dynatrace Guru
Dynatrace Guru

The property needs to look like this:

    { "key" : "instanceYellowAlert",
      "type" : "Dropdown",
      "defaultValue":"No",
      "dropdownValues":["Yes","No"]
    }

Mike

Mike

r_weber
DynaMight Champion
DynaMight Champion

Thanks Michael, great to have you instead of complete documentation 🙂

Certified Dynatrace Master, Dynatrace Partner - 360Performance.net

Experience beats everything 🙂

Mike

r_weber
DynaMight Champion
DynaMight Champion

Well, I'd say just need to know where to ask. Guessing properties by trial and error isn't fun.

Certified Dynatrace Master, Dynatrace Partner - 360Performance.net

That's very true.

I will send the documentation feedback to the responsible team.

Mike

Mike_L
Dynatrace Guru
Dynatrace Guru

The documentation here shows what the names of the fields are: https://www.dynatrace.com/support/help/extend-dynatrace/extensions/development/extension-how-tos/ext...

Mike

Featured Posts