{"body":"| health_monitor | CREATE TABLE `health_monitor` (\n  `pool_id` varchar(36) NOT NULL,\n  `type` varchar(36) NOT NULL,\n  `delay` int(11) NOT NULL,\n  `timeout` int(11) NOT NULL,\n  `fall_threshold` int(11) NOT NULL,\n  `rise_threshold` int(11) NOT NULL,\n  `http_method` varchar(16) DEFAULT NULL,\n  `url_path` varchar(255) DEFAULT NULL,\n  `expected_codes` varchar(64) DEFAULT NULL,\n  `enabled` tinyint(1) NOT NULL,\n  `project_id` varchar(36) DEFAULT NULL,\n  `provisioning_status` varchar(16) NOT NULL,\n  `name` varchar(255) DEFAULT NULL,\n  `id` varchar(36) NOT NULL,\n  `created_at` datetime DEFAULT NULL,\n  `updated_at` datetime DEFAULT NULL,\n  `operating_status` varchar(16) NOT NULL,\n  PRIMARY KEY (`id`),\n  UNIQUE KEY `uq_health_monitor_pool` (`pool_id`),\n  KEY `fk_health_monitor_health_monitor_type_name` (`type`),\n  KEY `fk_health_monitor_provisioning_status_name` (`provisioning_status`),\n  KEY `fk_health_monitor_operating_status_name` (`operating_status`),\n  CONSTRAINT `fk_health_monitor_health_monitor_type_name` FOREIGN KEY (`type`) REFERENCES `health_monitor_type` (`name`),\n  CONSTRAINT `fk_health_monitor_operating_status_name` FOREIGN KEY (`operating_status`) REFERENCES `operating_status` (`name`),\n  CONSTRAINT `fk_health_monitor_pool_id` FOREIGN KEY (`pool_id`) REFERENCES `pool` (`id`),\n  CONSTRAINT `fk_health_monitor_provisioning_status_name` FOREIGN KEY (`provisioning_status`) REFERENCES `provisioning_status` (`name`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/a9jw31HC","modified":1513818884,"id":"a9jw31HC","size":1472,"lines":28,"own_paste":false,"theme":"","date":1513818884}