You need to enable JavaScript to run this app.
导航
RemoveEipsFromIns-从实例中批量移除防护资源
最近更新时间:2024.06.27 22:21:30首次发布时间:2024.06.18 17:30:59

批量移除指定防护实例下的防护资源,移除后,该防护资源将不再受到防护。

请求说明

  • 请求方式:POST
  • 请求地址:https://open.volcengineapi.com/?Action=RemoveEipsFromIns&Version=2022-01-01

请求参数

Query

参数类型是否必选示例值描述
ActionStringRemoveEipsFromIns接口名称。当前 API 的名称为 RemoveEipsFromIns
VersionString2022-01-01接口版本。当前 API 的版本为 2022-01-01

Body

参数类型是否必选示例值描述
InsIdInteger43防护实例的 ID,可调用 DescInstanceList 接口获取具体值。
IpListArray 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"
    }
}