13 Mar 2023 05:59 PM
Hi guys, I hope you can help me with this question, is there a way to associate dynamic web request to a managed zone?
Solved! Go to Solution.
13 Mar 2023 08:17 PM
Hi @santruan maybe you can give us a broader picture of what you need. But in short, to your question, you can bind the service to an MZ, not the web request itself.
13 Mar 2023 08:34 PM
I have three possibilities in mind:
- You create an MZ rule that assigns services that contain the required Dynamic Requests.
- When you have many requests in one service, you can built measure for a specific request. Then you configure a rule for it (Rule type (Dimensional data) > Type (METRIC)). (It consumes DDU)
- You can try to change service discovery settings to include appropriate Dynamic Requests. Then you assign the corrected service to MZ.
13 Mar 2023 08:38 PM
Hi @DanielS , thanks for your answer, within the requests to public networks I have a service that has requests to different urls depending on the environment. I turned this service into a separate service and it is the urls of this service that I need to group into management zones by environment (poc, dev, qa) .
Linking the service to the Management zones shows me all the requests, what I need is to separate them by environment.
13 Mar 2023 09:04 PM
Thanks @santruan , crystal clear, as @radek_jasinski suggests in the third option you can use that approach to achieve your goal.
14 Mar 2023 02:26 PM
Thanks @radek_jasinski @DanielS. I will try to apply the suggestions.