You need to enable JavaScript to run this app.
导航
批量新增加速区域CreateIPSets
最近更新时间:2024.09.24 17:29:15首次发布时间:2024.09.24 17:29:15

本接口用于批量新增加速区域。

请求说明

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

请求参数

Query

参数名称
数据类型
是否必选
参数说明
Action
String
接口名称。当前 API 的名称为 CreateIPSets
Version
String
接口版本。当前 API 的版本为 2022-03-01

Body

参数名称
数据类型
是否必选
参数说明
示例
AcceleratorId
String
标准加速器 ID。
accelerator-xxxx
IPSets
Object[]
加速区域列表信息。
-

返回参数

无。

请求示例

POST https://open.volcengineapi.com?Action=CreateIPSets&Version=2022-03-01
{
    "AcceleratorId": "accelerator-xxxx",
    "IPSets": [
        {
            "IPVersion": "IPv4",
            "IPSetId": "CN_South"
        }
    ]
}

返回示例

{
    "ResponseMetadata": {
        "RequestId": "20230604110420****100232280022D31",
        "Action": "CreateIPSets",
        "Version": "2022-03-01",
        "Service": "ga",
        "Region": "cn-north-1"
    }
}