查看允许访问数据库集群的IP白名单和安全组。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
DBClusterId | string | 是 | 集群 ID。 | pc-*************** |
返回参数
示例
正常返回示例
JSON
格式
{
"DBClusterSecurityGroups": {
"DBClusterSecurityGroup": [
{
"SecurityGroupId": "sg-bp**************",
"SecurityGroupName": "vpc-********************"
}
]
},
"Items": {
"DBClusterIPArray": [
{
"DBClusterIPArrayAttribute": "hidden",
"DBClusterIPArrayName": "default",
"SecurityIps": "11.***.***.***,11.***.***.***"
}
]
},
"RequestId": "559E91A2-CDA3-4E9F-808B-29D738******"
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
403 | Forbidden.RAM | User not authorized to operate on the specified resource, or this API does not support RAM. | 用户无权操作指定资源,或此API不支持RAM。 |
404 | InvalidDBCluster.NotFound | The DBClusterId provided does not exist in our records. | 当前的记录中不存在提供的DBClusterId。 |
404 | InvalidDBClusterId.NotFound | The DBInstanceId provided does not exist in our records. | 当前的记录中不存在提供的DBClusterId。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2023-06-12 | OpenAPI 错误码发生变更 | 查看变更详情 |