Hi,
I'm trying to manage the monaco automation.
I have a problem with the dashboard configuration.
I have tried to create Service health with managment zone. In a JSON file, I have to provide the management zone id.
I have created the management zone with Monaco too.
Please advise how to make Monaco retrieve the appropriate id management zone by itself.
I try with this configuration:
json:
"managementZone": {
"id": "{{ .managmentzone_id }}",
"name": "demo_test"
yaml:
managmentzone_id: project/management-zone/zone.json
This configuration create correct dashboard, but without managment zone
Solved! Go to Solution.
The yaml part is wrong in your case, you need to specify the .id or .name suffix depending on what you need to reference:
managmentzone_id: project/management-zone/zone.id
The zone in this case is the name of the entity defined in the yaml file for management zones.