云服务器内容精选

  • 请求示例 批量创建2个弹性公网IP,带宽为按宽带计费、5M大小的独享带宽。 POST /v2/{project_id}/batchpublicips{ "bandwidth" : { "name" : "", "size" : 5, "charge_mode" : "bandwidth", "share_type" : "PER" }, "publicip" : { "type" : "5_bgp", "tags" : [ ] }, "publicip_number" : 2, "enterprise_project_id" : 0}
  • 状态码 状态码 描述 200 OK 400 Bad Request 401 Unauthorized 403 Forbidden 404 Not Found 405 Method Not Allowed 406 Not Acceptable 407 Proxy Authentication Required 408 Request Timeout 409 Conflict 500 Internal Server Error 501 Not Implemented 502 Bad Gateway 503 Service Unavailable 504 Gateway Timeout
  • 请求参数 表2 请求Body参数 参数 是否必选 参数类型 描述 bandwidth 是 BatchBandwidth object 带宽信息 publicip 是 BatchPublicIp object 弹性公网IP信息 publicip_number 是 Integer 批量创建EIP的个数 enterprise_project_id 是 String 企业项目id 表3 BatchBandwidth 参数 是否必选 参数类型 描述 charge_mode 否 String 功能说明:按流量计费还是按带宽计费。其中IPv6国外默认是bandwidth,国内默认是traffic。取值为traffic,表示流量计费。 枚举值: bandwidth traffic name 否 String 功能说明:带宽名称 取值范围:1-64个字符,支持数字、字母、中文、_(下划线)、-(中划线)、.(点) 约束:如果share_type是PER,该参数必须带,如果share_type是WHOLE并且id有值,该参数会忽略。 最小长度:1 最大长度:64 share_type 否 String 功能说明:带宽类型 取值范围:PER,WHOLE。其中IPv6暂不支持WHOLE类型带宽。 枚举值: PER WHOLE size 是 Integer 功能说明:带宽大小 取值范围:默认1Mbit/s~2000Mbit/s(具体范围以各区域配置为准,请参见控制台对应页面显示)。 约束:share_type是PER,该参数必须带,如果share_type是WHOLE并且id有值,该参数会忽略。 注意:调整带宽时的最小单位会根据带宽范围不同存在差异。 小于等于300Mbit/s:默认最小单位为1Mbit/s。 300Mbit/s~1000Mbit/s:默认最小单位为50Mbit/s。 大于1000Mbit/s:默认最小单位为500Mbit/s。 id 否 String 功能说明:带宽ID,创建WHOLE类型带宽的弹性公网IP时可以指定之前的共享带宽创建 取值范围:WHOLE类型的带宽ID 表4 BatchPublicIp 参数 是否必选 参数类型 描述 id 否 String 指定id创建EIP type 是 String 公网ip类型 枚举值: 5_bgp 5_union 5_sbgp ip_version 否 String 公网EIP的版本,例如ipv4,ipv6,默认为ipv4 enterprise_project_id 否 String 企业项目id tags 否 Array of strings 公网EIP标签 profile 否 BatchProfile object 订单信息 表5 BatchProfile 参数 是否必选 参数类型 描述 user_id 否 String 租户id product_id 否 String 产品id region_id 否 String 局点id order_id 否 String 订单id