dynatrace-oss / terraform-provider-dynatrace

Apache License 2.0
68 stars 31 forks source link

Ordering process group naming rules as possible in UI #501

Open xoronet opened 1 month ago

xoronet commented 1 month ago

Hi everyone,

in the Dynatrace UI, it is possible to order the list of process group naming rules. There are buttons for moving a rule up or down in. I assume this defines in which order the rules are applied at runtime.

How is it possible to do this in Terraform when defining multiple processgroup_naming resources?

Thanks a lot for your advice!

Dynatrace-Reinhard-Pilz commented 1 month ago

Hi @xoronet,

The resource dynatrace_processgroup_naming is backed by a REST API that currently doesn't allow for ordering them. The WebUI utilizes the schema builtin:naming.processes-and-containers of Settings 2.0 (offers ordering by default) - which hasn't been made available for the public for various reasons.

I've reached out to R&D about an ETA for when that new schema will be available for the public. Responses so far sounded a bit like there was no awareness about the functionality gap here.

As soon as ordering these settings via REST calls will be available the provider will adopt that, for sure. I'll keep that ticket open for a bit longer, until I have some concrete answers from R&D.

best regards, Reinhard

xoronet commented 1 month ago

Hello @Dynatrace-Reinhard-Pilz,

thanks for sharing details. I will just watch this issue for further updates.