请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
Action | String | 是 | DescribeDrdsDBIpWhiteList | 系统规定参数,取值为DescribeDrdsDBIpWhiteList。 |
DbName | String | 是 | test_db | 数据库名称。 |
DrdsInstanceId | String | 是 | drds******** | 实例ID。 |
GroupName | String | 否 | group1 | 白名单分组名称。 |
返回数据
名称 | 类型 | 示例值 | 描述 |
IpWhiteList | List | 10.23.***.***,10.23.***.***/24 | IP白名单列表。 |
RequestId | String | 017453B9-0001-4745-87BF-DD612D850ED0 | 请求ID。 |
Success | Boolean | true | 请求是否成功。 |
示例
请求示例
http(s)://drds.aliyuncs.com/?Action=DescribeDrdsDBIpWhiteList &DbName=test_db &DrdsInstanceId=drds******** &<公共请求参数>
正常返回示例
XML
格式
<DescribeDrdsDBIpWhiteListResponse> <RequestId>017453B9-0001-4745-87BF-DD612D850ED0</RequestId> <IpWhiteList> <Ip>10.23.***.***</Ip> <Ip>10.23.***.***/24</Ip> </IpWhiteList> <Success>true</Success> </DescribeDrdsDBIpWhiteListResponse>
JSON
格式
{ "RequestId": "017453B9-0001-4745-87BF-DD612D850ED0", "IpWhiteList": { "Ip": [ "10.23.***.***", "10.23.***.***/24" ] }, "Success": true }
错误码
HttpCode | 错误码 | 错误信息 | 描述 |
400 | ActionUnauthorized | The specified action is not available for you | 指定的action未授权,请您先做RAM授权再进行操作。 |
访问错误中心查看更多错误码。