The scc_asset_vendor_kpi table entity stores roll up information about any storage or data assets grouped by vendor.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| timestamp | date | not null | Date and time this record was updated |
| vendor | nvarchar(128) | not null | Asset vendor |
| totalnum | integer | with null | Total assets |
| managedpct | float | with null | Percent of managed assets |
| managednum | integer | with null | Number of managed assets |
| unmanagedpct | float | with null | Percent of unmanaged assets |
| unmanagednum | integer | with null | Number of unmanaged assets |
| addedpct | float | with null | Percent of new assets |
| removedpct | float | with null | Percent of removed assets |
| hardwarefailures | integer | with null | Number of hardware failures |
| lastscan | integer1 | with null | Indicates whether the entries are from the latest data collection |
Product Name: BrightStor Storage Command Center
Table Type: Table