Configuration File
Zeaware Configuration is performed via configuration file rathe than via UI. This allows configuration to be defined and deployed consistently through test and production environments via DevOps.
The configuration file is in JSON format and is added to the container image as part of the deployment process. Please note, no secret information is stored in the configuration file instead this is stored in the Key Vault.
Configuration Sections
The following configuration sections are contained in the zeawaremonitorconfig.json file:
serviceApis
The serviceApis key contains an array of values which enable or disable Zeaware Monitor for Power BI access a specific API during it's monitoring process. The format of each object within the array is:
Key | Type | Description |
---|---|---|
apiCode | String | The apiCode relating to the API to be disbaled or enabled. |
enabled | boolean | Either true to enable the collection or data from the API or false to disbale it. |
issueTypes
The issueTypes key contains an array of values which enable or disable Zeaware Monitor for Power BI issue detection for a specific Issue Type. The format of each object within the array is:
Key | Type | Description |
---|---|---|
issueTypeCode | String | The issueTypeCode relating to the Issue Type detection to be disbaled or enabled. |
enabled | boolean | Either true to enable the Issue Type detection false to disbale it. |