批量移除指定防护实例下的防护资源,移除后,该防护资源将不再受到防护。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | RemoveEipsFromIns | 接口名称。当前 API 的名称为 RemoveEipsFromIns 。 |
Version | String | 是 | 2022-01-01 | 接口版本。当前 API 的版本为 2022-01-01 。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
InsId | Integer | 是 | 43 | 防护实例的 ID,可调用 DescInstanceList 接口获取具体值。 |
IpList | Array of String | 是 | ["33.33.33.**","33.33.32.**"] | 需要移除的防护资源 IP 列表。 |
无。
POST https://open.volcengineapi.com/?Action=RemoveEipsFromIns&Version=2022-01-01 Host: https://open.volcengineapi.com Content-Type: application/json; charset=UTF-8 X-Date: 20240610T082509Z X-content-Sha256: 287e874e******d653b44d21e Authorization: HMAC-SHA256 Credential=Adfks******wekfwe/20240610/cn-beijing/origin_defence/request, SignedHeaders=host;x-content-sha256;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f { "InsId": 43, "IpList": [ "33.33.33.**", "33.33.32.**" ] }
{ "ResponseMetadata": { "Action": "RemoveEipsFromIns", "Region": "cn-north-1", "RequestId": "20230604110420****100232280022D31", "Service": "origin_defence", "Version": "2022-01-01" } }