The scc_srv_org_kpi table entity stores information about file servers and application servers. Server consumes storage for the application running on it grouped by organization name.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| timestamp | date | not null | Date and time this record was updated |
| orgname | nvarchar(128) | not null | Organization name |
| totalnum | integer | with null | Total assets |
| protectednum | integer | with null | Number of protected assets |
| protectedpct | float | with null | Number of protected applications |
| unprotectedpct | float | with null | Percent unprotected applications |
| bcktime | integer | with null | Total backup time |
| bcksize | float | with null | Total backup size in KB |
| bckerrpct | float | with null | Percent of backup errors |
| restoreerrpct | float | with null | Percent of restore errors |
| capacityalarms | integer | with null | Number of threshold capacity alarms |
| lastscan | integer1 | with null | Indicates whether the entries are from the latest data collection |
Product Name: BrightStor Storage Command Center
Table Type: Table