调用 AssociateAllowList 接口将目标实例绑定到指定白名单中。
同步请求。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
InstanceIds | String[] | 是 | ["hb-cnglda9068d1****"] | 需要绑定白名单的实例 ID。 说明
|
AllowListIds | String[] | 是 | ["acl-1b7efcb4042b4744a8384dcafd1d****"] | 需要绑定实例的白名单 ID。 说明
|
无。
POST https://hbase.volcengineapi.com?Action=AssociateAllowList&Version=2018-01-01 HTTP/1.1 Host: hbase.volcengineapi.com Content-Type: application/json; charset=utf-8 X-Date: 20221113T104027Z Authorization: HMAC-SHA256 Credential=AK****/20221113/cn-beijing/hbase/request,SignedHeaders=content-type;host;x-date,Signature=**** { "InstanceIds": [ "hb-cnglda9068d1****" ], "AllowListIds": [ "acl-1b7efcb4042b4744a8384dcafd1d****" ] }
{ "ResponseMetadata": { "RequestId": "20221113131915010174246136032B****", "Action": "AssociateAllowList", "Version": "2018-01-01", "Service": "hbase", "Region": "cn-beijing" }, "Result": null }