21.2. 导航到 Red Hat Quay 健康检查端点
				使用以下步骤导航到 实例 端点。对于 endtoend 和 warning 端点,可以重复这个过程。
			
步骤
- 
						在您的 Web 浏览器中,导航到 https://{quay-ip-endpoint}/health/instance。
- 您要进入健康实例页面,它会返回类似如下的信息: - {"data":{"services":{"auth":true,"database":true,"disk_space":true,"registry_gunicorn":true,"service_key":true,"web_gunicorn":true}},"status_code":200}- {"data":{"services":{"auth":true,"database":true,"disk_space":true,"registry_gunicorn":true,"service_key":true,"web_gunicorn":true}},"status_code":200}- Copy to Clipboard Copied! - Toggle word wrap Toggle overflow - 对于 Red Hat Quay, - "status_code": 200表示实例是健康的。相反,如果您收到- "status_code": 503,则部署会出现问题。