rockaut / dynatrace-config

Currently it's just an idea and a place to chat it out
Apache License 2.0
2 stars 0 forks source link

check if APIs need to be called in a specific order #3

Open jkleinlercher opened 4 years ago

jkleinlercher commented 4 years ago

do we need to call configuration apis in a specific order? are there references between configurations? (e.g. management zones before applications?) if so, should we let the user specify the order (which tends to be more an imperative approach then a declarative approach) or is this something we should do in the program? (e.g. always call management zone APIs before application APIs?)

jkleinlercher commented 4 years ago

concerning management zones and applications: in management zones you create rules and conditions which are more like a filter but not a direct mapping to applications. so we should be save here.

jkleinlercher commented 4 years ago

alertingProfile do have a reference to management zones id ..

jkleinlercher commented 4 years ago

notifications reference an alertingProfile

jkleinlercher commented 4 years ago

tags and host_groups in Disk events anomaly detection must already exist