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