cd_e2e_monitoring_config/tools/makeDashboardsPublic/README.md

17 lines
740 B
Markdown

### makeDashboardsPublic
- After creating a dashboard with Monaco, it may not be visible.
- The visibility of the dashboard is not defined within the JSON. There's a separate endpoint to configure the visibility of it.
- This script iterates through all dashboard in all tenants (the ones created by Monaco, so just the ones with ignacio.goldman@partner.bmw.com as the owner)
making them public.
- It's recommended to execute this script after an execution of Monaco
#### Get Started
1. Configure the tenants under the file *config.ini [TENANTS]* using the format described:
`tenant1 = managed-env token`
`tenant2 = saas-env token`
- You can list as many tenants as you want.
4. Execute the script:
`python makeDashboardsPublic.py`