The scc_swt_hist table entity stores history information about SAN switches.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| timestamp | date | not null | Date and time this record was updated |
| swtuuid | byte(16) | not null | Unique identifier of the SAN switch; not null |
| status | nvarchar(64) | with null | Status |
| severity | nvarchar(64) | with null | Severity level |
| availports | integer | with null | Number of available ports on the switch |
| usedports | integer | with null | Number of used ports on the switch |
| freeports | integer | with null | Number of free ports on the switch |
Product Name: BrightStor Storage Command Center
Table Type: Table