The scc_app_org_kpi table entity stores information about managed application and their storage consumption 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 applications |
| protectednum | integer | with null | Number of protected assets |
| managednum | integer | with null | Number of managed assets |
| managedpct | float | with null | Percent of managed assets |
| unmanagednum | integer | with null | Number of unmanaged assets |
| unmanagedpct | float | with null | Percent of unmanaged assets |
| protectedpct | float | with null | Number of protected applications |
| unprotectedpct | float | with null | Percent unprotected applications |
| bcksize | float | with null | Total backup size in KB |
| bcktime | integer | with null | Total backup time |
| bckerrpct | float | with null | Percent of backup errors |
| restoreerrpct | float | with null | Percent of restore errors |
| lastscan | integer1 | with null | Indicates whether the entries are from the latest data collection |
Product Name: BrightStor Storage Command Center
Table Type: Table