调用DescribeActiveOperationMaintainConf接口展示运维时间配置。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
polardbx:DescribeActiveOperationMaintainConf |
none |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| RegionId |
string |
是 |
地域 ID。 |
cn-hangzhou |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
返回结果集。 |
||
| RequestId |
string |
请求 ID。 |
1A586DCB-39A6-4050-81CC-C7BD4CCDB49F |
| Config |
object |
配置信息。 |
|
| CreatedTime |
string |
创建时间。 |
2021-08-11T10:08:27Z |
| CycleTime |
string |
循环时间。 |
1,2,3,4,5,6,7 |
| CycleType |
string |
循环类型。 |
Week |
| MaintainEndTime |
string |
运维结束时间。 |
04:00:00Z |
| MaintainStartTime |
string |
运维开始时间。 |
04:00:00Z |
| ModifiedTime |
string |
修改时间。 |
2021-08-11T10:08:27Z |
| Status |
integer |
状态。 |
1 |
| HasConfig |
integer |
是否已配置:
|
1 |
示例
正常返回示例
JSON格式
{
"RequestId": "1A586DCB-39A6-4050-81CC-C7BD4CCDB49F",
"Config": {
"CreatedTime": "2021-08-11T10:08:27Z",
"CycleTime": "1,2,3,4,5,6,7",
"CycleType": "Week",
"MaintainEndTime": "04:00:00Z",
"MaintainStartTime": "04:00:00Z",
"ModifiedTime": "2021-08-11T10:08:27Z",
"Status": 1
},
"HasConfig": 1
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 400 | IdempotentParameterMismatch | The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical. | 该请求使用与先前相同但不相同的请求相同的客户端令牌。 除非请求相同,否则请勿将客户端令牌与其他请求重用。 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。