API-related tables

Surveyor 6.x

Knowledge Base

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.

ColumnDescription
application_idThe primary key.
PasswordThe password.
SaltThe salt used for security.
timeout_miHow long it takes the dashboard to timeout (in minutes).
DescriptionThe application description.

Config

This table is updated through the Dashboard Configuration page of the dashboard.

ColumnDescription
config_idThe primary key.
config_nameThe name of the configuration.
config_xmlThe 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.

ColumnDescription
NamedDateRangeIdThe primary key.
NameThe name of the custom date range. This name will appear in the list of available date ranges in the dashboard UI.
StartDateThe start date of the date range.
EndDateThe end date of the date range.