This topic provides information on the Application and Config tables, which store the configuration settings for the dashboard user interface.
Application
This table stores the UI configuration for the dashboard. There is only one row in this table.
| Column | Description |
|---|---|
| application_id | The primary key. |
| Password | The password. |
| Salt | The salt used for security. |
| timeout_mi | How long it takes the dashboard to timeout (in minutes). |
| Description | The application description. |
| Column | Description |
|---|---|
| config_id | The primary key. |
| config_name | The name of the configuration. |
| config_xml | The XML code that defines the configuration. |
NamedDateRange
This table can be used to store custom date ranges, including date range information for baseline. The date ranges will show up in the date selection of the dashboard.
| Column | Description |
|---|---|
| NamedDateRangeId | The primary key. |
| Name | The name of the custom date range. This name will appear in the list of available date ranges in the dashboard UI. |
| StartDate | The start date of the date range. |
| EndDate | The end date of the date range. |