View ocum_report.cluster 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
id bigint 19 Locally unique object identifier. ZAPIs: cluster-identity-get.cluster-identity-info
uuid varchar 255 Globally unique ID of the cluster
name varchar 255 Textual name
serialNumber varchar 255  √  null Serial number
managementIp varchar 255  √  null Address used to acquire information about this cluster
version varchar 255  √  null Version of the cluster
versionGeneration int 10  √  null First integer of the Data ONTAP version tuple corresponding to the lowest version across the cluster
versionMajor int 10  √  null Second integer of the Data ONTAP version tuple corresponding to the lowest version across the cluster
versionMinor int 10  √  null Third integer of the Data ONTAP version tuple corresponding to the lowest version across the cluster
rawDiskBytesTotal bigint 19  √  null Aggregated from disks regardless of state or role. ZAPIs: storage-disk-get-iter physical-blocks
rawDiskBytesUsed bigint 19  √  null Aggregated from disks regardless of state or role. ZAPIs: storage-disk-get-iter used-blocks
totalExternalLicensedSpace bigint 19  √  null
contact varchar 255  √  null The contact information for the cluster, ZAPIs: cluster-identity-get cluster-contact
location varchar 255  √  null The location of the cluster, ZAPIs: cluster-identity-get cluster-location
diagnosisStatus varchar 255  √  null Overall system health as determined by diagnosis framework - ZAPI raw value
haConfigured bit 0  √  null This parameter specifies the current state of cluster HA. A boolean value of true means that cluster HA is enabled Attributes: non-creatable, modifiable.
timeZone varchar 255  √  null Current timezone name where the storage system is operating.

Analyzed at Tue Apr 23 04:52 EDT 2019

View Definition:
select `cluster`.`objid` AS `id`,`cluster`.`uuid` AS `uuid`,`cluster`.`name` AS `name`,`cluster`.`serialNumber` AS `serialNumber`,`cluster`.`managementIp` AS `managementIp`,`cluster`.`version` AS `version`,`cluster`.`versionGeneration` AS `versionGeneration`,`cluster`.`versionMajor` AS `versionMajor`,`cluster`.`versionMinor` AS `versionMinor`,`cluster`.`rawDiskBytesTotal` AS `rawDiskBytesTotal`,`cluster`.`rawDiskBytesUsed` AS `rawDiskBytesUsed`,`cluster`.`totalExternalLicensedSpace` AS `totalExternalLicensedSpace`,`cluster`.`contact` AS `contact`,`cluster`.`location` AS `location`,`cluster`.`diagnosisStatusRaw` AS `diagnosisStatus`,`cluster`.`haConfigured` AS `haConfigured`,`cluster`.`timeZone` AS `timeZone` from `netapp_model_view`.`cluster`
 
Possibly Referenced Tables/Views: