调用 DisassociateAllowList 接口将目标实例从指定白名单中解绑。
同步请求。
实例和白名单解绑之后,原白名单中的所有设备都无法访问实例。请确保还需要访问当前实例的设备 IP 已加入其他白名单中。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
InstanceIds | Array of String | 是 | ["hb-cnglda9068d1****"] | 需要解绑白名单的实例 ID。 说明
|
AllowListIds | Array of String | 是 | ["acl-c2402ba601374808aeb19d06acc2****"] | 需要解绑实例的白名单 ID。 说明
|
无。
POST https://hbase.cn-beijing.volcengineapi.com?Action=DisassociateAllowList&Version=2018-01-01 HTTP/1.1
Host: hbase.cn-beijing.volcengineapi.com
Content-Type: application/json; charset=utf-8
X-Date: 20201103T104027Z
Authorization: HMAC-SHA256 Credential=AK****/20201103/cn-beijing/hbase/request,SignedHeaders=content-type;host;x-date, Signature=****
{
"AllowListIds": [
"acl-c2402ba601374808aeb19d06acc2****"
],
"InstanceIds": [
"hb-cnglda9068d1****"
]
}
{
"ResponseMetadata": {
"RequestId": "2022111313270101017424912601D7****",
"Action": "DisassociateAllowList",
"Version": "2018-01-01",
"Service": "hbase",
"Region": "cn-beijing"
},
"Result": null
}