readme update
parent
04dea5af16
commit
a31a43bcb9
10
readme.md
10
readme.md
|
|
@ -10,7 +10,7 @@ While the PROD dashboard is adapted manually, the Staging dashboard is auto upda
|
||||||
# Dashboard Splitting
|
# Dashboard Splitting
|
||||||
|
|
||||||
To enable flexibility for different screensizes, the script takes an -R or --ROWS parameter to define how many SLOs should be on one dedicated dashboard.
|
To enable flexibility for different screensizes, the script takes an -R or --ROWS parameter to define how many SLOs should be on one dedicated dashboard.
|
||||||
If left empty, only one dashboard will be created, if entered a row the dashboard will be splitted to multiple dashboards and uploaded with the following name: [STAGING]Global Offboard Reliability - Touchpoint Mobile|Vehicle #1 ..#2..#3
|
If left empty, only one dashboard will be created, if entered a row the dashboard will be splitted to multiple dashboards and uploaded with the following name: [STAGING]Global Offboard Reliability 2.0 - [Business line] #1 ..#2..#3
|
||||||
|
|
||||||
|
|
||||||
# shared configuration
|
# shared configuration
|
||||||
|
|
@ -43,16 +43,16 @@ To provide authentication for API calls, create ".env" file in the script direct
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
usage: createDash.py [-h] [-R ROWS] [--auto-upload] [-T TOUCHPOINT]
|
usage: createDash.py [-h] [-R ROWS] [--auto-upload] -D DEPARTMENT
|
||||||
|
|
||||||
Generate and deploy the Dynatrace Global Dashboard as Code. Auto deployment works only for STAGING dashboard
|
Generate and deploy the Dynatrace Global Dashboard as Code. Auto deployment works only for STAGING dashboard
|
||||||
|
|
||||||
optional arguments:
|
options:
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
-R ROWS, --rows ROWS Number of rows per dashboard. If not specified, all rows will be added to single dashboard (default: None)
|
-R ROWS, --rows ROWS Number of rows per dashboard. If not specified, all rows will be added to single dashboard (default: None)
|
||||||
--auto-upload Auto upload to STAGING dashboard (default: False)
|
--auto-upload Auto upload to STAGING dashboard (default: False)
|
||||||
-T TOUCHPOINT, --touchpoint TOUCHPOINT
|
-D DEPARTMENT, --department DEPARTMENT
|
||||||
Define touchpoint for which the dashboard should be updated: 'Mobile' or 'Vehicle' (default: None)
|
Define department for which the dashboard should be updated: 'DE-3', 'DE-7', 'DE-4' or 'EC-DE' (default: None)
|
||||||
# Files
|
# Files
|
||||||
|
|
||||||
## createDash.py
|
## createDash.py
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue