关于API新增系统状态查询节点的通知
- API 公告
尊敬的用户:
自本通知生效之日起,火币Global将新增以下REST API节点:
获取当前系统状态
GET https://status.huobigroup.com/api/v2/summary.json
用户可通过此节点获取当前系统状态,突发事件和计划维护事件。
系统状态也支持通过邮件、短信、Webhook、RSS/Atom feed获取,用户可至 https://status.huobigroup.com/ 进行订阅。
注:当前订阅功能依赖Google服务,订阅前请确保您可正常访问Google的服务,否则将订阅失败。
生效日期:2020年3月2日(GMT+8)
具体变更细节及参数要求,请参考API文档:https://huobiapi.github.io/docs/spot/v1/cn/
火币全球站
2020年3月3日
以下为变更明细:
GET https://status.huobigroup.com/api/v2/summary.json
公共数据
Request Parameter
无
Response
参数名称 | 数据类型 | 描述 |
page | 火币现货status page页面基本信息 | |
{id | string | 页面id |
name | string | 页面名称 |
url | string | 页面地址 |
time_zone | string | 时区 |
updated_at | string | 页面更新时间 |
components | 系统组件及状态 | |
[{id | string | 组件id |
name | string | 组件名称,如Order submission、Order cancellation、Deposit等 |
status | string | 组件状态,取值范围为:operational(正常),degraded_performance(数据延迟),partial_outage(部分数据不可用),major_outage(功能完全不可用) |
created_at | string | 组件创建时间 |
updated_at | string | 组件更新时间 |
.......}] | 其他字段明细,请参考返回示例 | |
incidents | 系统故障事件及状态,若当前无故障则返回为空 | |
[{id | string | 事件id |
name | string | 事件名称 |
status | string | 事件状态,取值范围为:investigating(故障原因调查中),identified(故障原因已确定),monitoring(故障修复中),resolved(故障已解决) |
created_at | string | 事件创建时间 |
updated_at | string | 事件更新时间 |
.......}] | 其他字段明细,请参考返回示例 | |
scheduled_maintenances | 系统计划维护事件及状态,若当前无计划维护则返回为空 | |
[{id | string | 事件id |
name | string | 事件名称 |
status | string | 事件状态,取值范围为:scheduled(维护未开始),in progress(维护中),verifying(维护结果核验中),completed(维护结束) |
created_at | string | 事件创建时间 |
updated_at | string | 事件更新时间 |
scheduled_for | string | 计划维护开始时间 |
scheduled_until | string | 计划维护结束时间 |
.......}] | 其他字段明细,请参考返回示例 | |
status | 系统整体状态 | |
{indicator | string | 系统状态指标,取值范围为:none(无故障),minor(较小故障),major(较大故障),critical(严重故障),maintenance(系统维护中) |
description} | string | 系统状态描述,取值范围为:All Systems Operational(系统完全正常),Minor Service Outager(次要服务中断),Partial System Outage(部分服务宕机),Partially Degraded Service(部分服务降级),Service Under Maintenance(服务维护中) |