View netapp_model_view.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
objid bigint 19 Locally unique object identifier. ZAPIs: cluster-identity-get.cluster-identity-info
uuid varchar 255 Globally unique ID of the cluster
resourceKey varchar 512
datasourceId bigint 19  √  null
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 enum 18  √  null Overall system health as determined by diagnosis framework.
diagnosisStatusRaw 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.
timeZoneUTC varchar 255  √  null Current timezone of the storage system in UTC +/-hhmm format
timeZoneVersion varchar 255  √  null Version of the time zone database.
isMetroCluster bit 0  √  null If cluster is part of a metrocluster.
sslFipsEnabled bit 0  √  null Indicates whether or not SSL FIPS 140-2 is Enabled
mtDrPartnerClusterUUID varchar 45  √  null The partner cluster UUID on the metrocluster
mtDrPartnerClusterId bigint 19  √  null
mtConfigurationState enum 20  √  null state of local cluster configuration.
mtConfigurationStateRaw varchar 45  √  null state of local cluster configuration.Raw enum value from ZAPI
mtRemoteConfigurationState enum 20  √  null state of remote cluster configuration
mtRemoteConfigurationStateRaw varchar 45  √  null state of local cluster configuration.Raw value from ZAPI
mtMode enum 22  √  null
mtModeRaw varchar 45  √  null Mode of operation of local cluster.Raw enum value from ZAPI
mtRemoteMode enum 22  √  null Mode of operation of remote cluster
mtRemoteModeRaw varchar 45  √  null Mode of operation of local cluster.Raw value from ZAPI
mtConfigurationType varchar 45  √  null Metrocluster configuration type.
createTime bigint 19
lastUpdateTime bigint 19  √  null

Analyzed at Tue Apr 23 04:50 EDT 2019

View Definition:
select `netapp_model`.`cluster`.`objid` AS `objid`,`netapp_model`.`cluster`.`uuid` AS `uuid`,`netapp_model`.`cluster`.`resourceKey` AS `resourceKey`,`netapp_model`.`cluster`.`datasourceId` AS `datasourceId`,`netapp_model`.`cluster`.`name` AS `name`,`netapp_model`.`cluster`.`serialNumber` AS `serialNumber`,`netapp_model`.`cluster`.`managementIp` AS `managementIp`,`netapp_model`.`cluster`.`version` AS `version`,`netapp_model`.`cluster`.`versionGeneration` AS `versionGeneration`,`netapp_model`.`cluster`.`versionMajor` AS `versionMajor`,`netapp_model`.`cluster`.`versionMinor` AS `versionMinor`,`netapp_model`.`cluster`.`rawDiskBytesTotal` AS `rawDiskBytesTotal`,`netapp_model`.`cluster`.`rawDiskBytesUsed` AS `rawDiskBytesUsed`,`netapp_model`.`cluster`.`totalExternalLicensedSpace` AS `totalExternalLicensedSpace`,`netapp_model`.`cluster`.`contact` AS `contact`,`netapp_model`.`cluster`.`location` AS `location`,`netapp_model`.`cluster`.`diagnosisStatus` AS `diagnosisStatus`,`netapp_model`.`cluster`.`diagnosisStatusRaw` AS `diagnosisStatusRaw`,`netapp_model`.`cluster`.`haConfigured` AS `haConfigured`,`netapp_model`.`cluster`.`timeZone` AS `timeZone`,`netapp_model`.`cluster`.`timeZoneUTC` AS `timeZoneUTC`,`netapp_model`.`cluster`.`timeZoneVersion` AS `timeZoneVersion`,`netapp_model`.`cluster`.`isMetrocluster` AS `isMetroCluster`,`netapp_model`.`cluster`.`sslFipsEnabled` AS `sslFipsEnabled`,`netapp_model`.`cluster`.`mtDrPartnerClusterUUID` AS `mtDrPartnerClusterUUID`,`netapp_model`.`cluster`.`mtDrPartnerClusterId` AS `mtDrPartnerClusterId`,`netapp_model`.`cluster`.`mtConfigurationState` AS `mtConfigurationState`,`netapp_model`.`cluster`.`mtConfigurationStateRaw` AS `mtConfigurationStateRaw`,`netapp_model`.`cluster`.`mtRemoteConfigurationState` AS `mtRemoteConfigurationState`,`netapp_model`.`cluster`.`mtRemoteConfigurationStateRaw` AS `mtRemoteConfigurationStateRaw`,`netapp_model`.`cluster`.`mtMode` AS `mtMode`,`netapp_model`.`cluster`.`mtModeRaw` AS `mtModeRaw`,`netapp_model`.`cluster`.`mtRemoteMode` AS `mtRemoteMode`,`netapp_model`.`cluster`.`mtRemoteModeRaw` AS `mtRemoteModeRaw`,`netapp_model`.`cluster`.`mtConfigurationType` AS `mtConfigurationType`,`netapp_model`.`cluster`.`createtime` AS `createTime`,`netapp_model`.`cluster`.`lastUpdateTime` AS `lastUpdateTime` from `netapp_model`.`cluster` where (`netapp_model`.`cluster`.`objState` = 'LIVE')