You need to enable JavaScript to run this app.
文档中心
云数据库 SQL Server 版

云数据库 SQL Server 版

复制全文
下载 pdf
白名单管理
DisassociateAllowList - 解绑实例的白名单
复制全文
下载 pdf
DisassociateAllowList - 解绑实例的白名单
调用 DisassociateAllowList 接口解绑实例的白名单。
调试
API Explorer
您可以通过 API Explorer 在线发起调用,无需关注签名生成过程,快速获取调用结果。
请求参数
下方仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数
Action string 必选 示例值:DisassociateAllowList
要执行的操作,取值:DisassociateAllowList。
Version string 必选 示例值:2022-01-01
API的版本,取值:2022-01-01。
InstanceIds string[] 必选 示例值:["mssql-bf173671********", "mssql-37e2ccd4****" ]
实例 ID 列表。
AllowListIds string[] 必选 示例值:["acl-ba7e0e2ab5f04a9f94dc397**********"]
需要解绑实例的白名单 ID。
返回参数
null
请求示例
POST /?Action=DisassociateAllowList&Version=2022-01-01 HTTP/1.1
Host: rds-mssql.cn-beijing.volcengineapi.com
Content-Type: application/json; charset=UTF-8
X-Date: 20251117T072449Z
X-Content-Sha256: 287e874e******d653b44d21e
Authorization: HMAC-SHA256 Credential=Adfks******wekfwe/20251117/cn-beijing/rds_mssql/request, SignedHeaders=host;x-content-sha256;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f
{
"InstanceIds": [
"mssql-dab1be87****"
],
"AllowListIds": [
"acl-04908986ad034ac0ba1fb1e3a754****"
]
}
返回示例
{
"ResponseMetadata": {
"RequestId": "2025111715245924402409308406AB28",
"Action": "DisassociateAllowList",
"Version": "2022-01-01",
"Service": "rds_mssql",
"Region": "cn-beijing"
},
"Result": null
}
错误码
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码
错误码
错误信息
说明
400
InvalidParameter
The specified parameter %s is not valid.
参数 {parameter1} 值无效。
最近更新时间:2026.01.16 14:41:51
这个页面对您有帮助吗?
有用
有用
无用
无用