The scc_hscfg_prop table entity stores configuration parameters for hot spots Table.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| hscfguuid | byte(16) | not null | Unique identifier for alerts configuration table; not null |
| reportuuid | byte(16) | with null | Linked report accessed when clicking an alert |
| enablecritical | integer1 | with null | Enabled/disabled critical threshold |
| enablewarning | integer1 | with null | Enabled/disabled warning threshold |
| enableinfo | integer1 | with null | Enabled/disabled information threshold |
| field1 | varchar(64) | with null | Table field to run threshold on |
| oper1 | varchar(64) | with null | Threshold operation |
| valuecritical1 | nvarchar(64) | with null | Threshold critical value |
| valuewarning1 | nvarchar(64) | with null | Threshold warning value |
| valueinfo1 | nvarchar(64) | with null | Threshold information value |
| defaultcritical1 | nvarchar(64) | with null | Threshold critical value |
| defaultwarning1 | nvarchar(64) | with null | Threshold warning value |
| defaultinfo1 | nvarchar(64) | with null | Threshold information value |
| field2 | varchar(64) | with null | Table field to run threshold on |
| oper2 | varchar(64) | with null | Threshold operation |
| timestamp | date | with null | Date and time this record was updated |
| valuecritical2 | nvarchar(64) | with null | Threshold critical value |
| valuewarning2 | nvarchar(64) | with null | Threshold warning value |
| defaultcritical2 | nvarchar(64) | with null | Threshold critical value |
| valueinfo2 | nvarchar(64) | with null | Threshold information value |
| defaultwarning2 | nvarchar(64) | with null | Threshold warning value |
| defaultinfo2 | nvarchar(64) | with null | Threshold information value |
| msgtemplate | nvarchar(2048) | not null | Message text; not null |
| querytemplate | nvarchar(2048) | not null | SQL query; not null |
| category | nvarchar(256) | with null | Primary group |
| additionalvalue | integer | with null | Additional value (i.e. Last Y Days) |
| targettype | nvarchar(64) | with null | Target type |
Product Name: BrightStor Storage Command Center
Table Type: Table