查询时间窗口详情
更新时间:2023-09-22
查询时间窗口详情
接口描述
本接口用于查询当前集群的时间窗口详情。
请求结构
GET /v1/gaiadb/{clusterId}/maintentime HTTP/1.1
HOST: gaiadb.bj.baidubce.com
Authorization: authorization string
请求头域
除公共头域外,无其它特殊头域。
请求参数
参数名称 | 类型 | 是否必选 | 参数位置 | 描述 |
---|---|---|---|---|
clusterId | String | 是 | URL参数 | 集群ID |
返回头域
除公共头域,无其它特殊头域。
返回参数
参数名称 | 类型 | 描述 |
---|---|---|
maintentime | MaintentimeDetailResponse | ResponseBody参数 |
MaintentimeDetailResponse
参数名称 | 类型 | 是否必选 | 描述 |
---|---|---|---|
clusterId | String | 是 | 集群ID |
period | String | 是 | 标识周几。周一到周末分别用阿拉伯数字1到7表示 |
startTime | String | 是 | 开始时间,格式为 HH:mm |
duration | Integer | 是 | 时间窗口大小,1则标识1个小时 |
请求示例
GET /v1/gaiadb/gaiadbxxxx/maintentime HTTP/1.1
HOST: gaiadb.bj.baidubce.com
Content-Type: application/json
Authorization: bce-auth-v1/f81d3b34e48048fbb2634dc7882d7e21/2017-11-21T04:17:29Z/3600/host/74c506f68c65e26c633bfa104c863fffac5190fdec1ec24b7c03eb5d67d2e1de
返回示例
{
"maintentime": {
"clusterId": "gaiadbcjsfey",
"period": "1,2,3",
"startTime": "03:00",
"duration": 1
}
}