View ocum.clusternodedowneventsview | Generated by SchemaSpy |
View Definition:
select `ocum`.`event`.`source_id` AS `node_id`,`ocum`.`event`.`eventTimestamp` AS `downTimestamp`,`ocum`.`eventtypevalue`.`uniqueName` AS `eventName` from (`ocum`.`event` join `ocum`.`eventtypevalue` on((`ocum`.`event`.`value_id` = `ocum`.`eventtypevalue`.`id`))) where ((`ocum`.`event`.`state` in ('NEW','ACKNOWLEDGED')) and (`ocum`.`eventtypevalue`.`uniqueName` = 'storage-failover-node-status-down'))
Possibly Referenced Tables/Views: