31 Jul 2024 03:01 PM
Hi,
We can deploy Monaco configurations and using "insertAfter" parameter to insert configuration after another reference ID config.
What about to be on top always?
Settings API allows this from API
How can we make this from Monaco? I have just tried "" and '' as empty strings but it is not working.
Do you have some idea?
Best regards
Solved! Go to Solution.
02 Aug 2024 08:37 AM
Hi,
Dynatrace support has confirmed that is not possible.
Some workarround would be using "inserAfter" for all another configurations:
They could model it still with insert after, they just need to make sure that the one that needs to be on the top has no `insertAfter`parameter, the second has `insertAfter` pointed to the first one , the third points to the second one and so on.... So kind of modelling it in "reverse" with `insertAfter`property
Best regards