查询从集群延迟信息
更新时间:2023-09-19
接口描述
本接口用于查询指定热活集群组的从集群延迟信息。
请求结构
GET /v{version}/gaiadb/multiactivegroup/{multiActiveGroupId}/syncStatus?followerClusterId=gaiadbxxxyyy HTTP/1.1
HOST: gaiadb.bj.baidubce.com
Authorization: authorization string
请求头域
除公共头域外,无其它特殊头域。
请求参数
参数名称 | 类型 | 是否必选 | 参数位置 | 描述 |
---|---|---|---|---|
version | String | 是 | Path参数 | API 版本号 |
multiActiveGroupId | String | 是 | Path参数 | 指定热活集群组ID |
followerClusterId | String | 是 | Query参数 | 从集群ID |
返回头域
除公共头域,无其它特殊头域。
返回参数
参数名称 | 类型 | 描述 |
---|---|---|
delayTime | Integer | 时间延迟(单位:毫秒) |
status | String | 延迟状态 abnormal/normal (当时间延迟>300000ms时为异常) |
请求示例
GET /v1/gaiadb/multiactivegroup/gaiagroup-xxxxxx/syncStatus?followerClusterId=gaiadbxxxyyy HTTP/1.1
HOST: gaiadb.bj.baidubce.com
ContentType: application/json
Authorization: bce-auth-v1/f81d3b34e48048fbb2634dc7882d7e21/2017-11-21T04:17:29Z/3600/host/74c506f68c65e26c633bfa104c863fffac5190fdec1ec24b7c03eb5d67d2e1de
返回示例
HTTP/1.1 200 OK
x-bce-request-id: 7869616F-7A68-6977-656E-406261696475
Content-Type: application/json
{
"delayTime": 0,
"status": "normal"
}