View netapp_model_view.raid_group_full Generated by
SchemaSpy
Legend: SourceForge.net
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
objid bigint 19 Object ID within the platform server. ZAPIs: aggr-get-iter.aggr-attributes.raid-group-info
uuid varchar 255 Globally unique ID of the raid group. Not available in ZAPI. Uses {AggregateUUID}.{PlexName}.{RaidGroupName}
resourceKey varchar 512
name varchar 255 Textual name
plexId bigint 19
aggregateId bigint 19
clusterId bigint 19
nodeId bigint 19
isReconstructing bit 0  √  null true if the RAID group is currently reconstructing.
raidType enum 15  √  null For OnTap 8.3 and above : RAID Type of RAID Group; Set to Null for OnTap 8.2 and below.
raidTypeRaw varchar 255  √  null For OnTap 8.3 and above : RAID Type of RAID Group; Set to Null for OnTap 8.2 and below.
createTime bigint 19
updateTime bigint 19
objState enum 5 LIVE Internal object state

Analyzed at Tue Apr 23 04:50 EDT 2019

View Definition:
select `netapp_model`.`raid_group`.`objid` AS `objid`,`netapp_model`.`raid_group`.`uuid` AS `uuid`,`netapp_model`.`raid_group`.`resourceKey` AS `resourceKey`,`netapp_model`.`raid_group`.`name` AS `name`,`netapp_model`.`raid_group`.`plexId` AS `plexId`,`netapp_model`.`raid_group`.`aggregateId` AS `aggregateId`,`netapp_model`.`raid_group`.`clusterId` AS `clusterId`,`netapp_model`.`raid_group`.`nodeId` AS `nodeId`,`netapp_model`.`raid_group`.`isReconstructing` AS `isReconstructing`,`netapp_model`.`raid_group`.`raidType` AS `raidType`,`netapp_model`.`raid_group`.`raidTypeRaw` AS `raidTypeRaw`,`netapp_model`.`raid_group`.`createtime` AS `createTime`,`netapp_model`.`raid_group`.`updatetime` AS `updateTime`,`netapp_model`.`raid_group`.`objState` AS `objState` from `netapp_model`.`raid_group`