更新时间:2024-12-27 GMT+08:00
分享

开通上网功能

功能介绍

开通上网功能。

调试

您可以在API Explorer中调试该接口,支持自动认证鉴权。API Explorer可以自动生成SDK代码示例,并提供SDK代码示例调试功能。

URI

POST /v2/{project_id}/internet

表1 路径参数

参数

是否必选

参数类型

描述

project_id

String

项目ID。

请求参数

表2 请求Header参数

参数

是否必选

参数类型

描述

X-Auth-Token

String

用户Token。

通过调用IAM服务获取用户Token接口获取(响应消息头中X-Subject-Token的值)。

表3 请求Body参数

参数

是否必选

参数类型

描述

nat_spec

String

公网NAT网关的规格,1:小型,2:中型,3:大型,4:超大型。

eip_charge_mode

String

traffic(按流量计费),bandwidth(按带宽计费)。

bandwidth_size

Integer

带宽大小。

eip_type

String

EIP的类型,5_bgp(全动态BGP),5_sbgp(静态BGP),默认值:5_bgp。

vpc_id

String

vpc的id。

subnet_id

String

子网的id。

enterprise_project_id

String

企业项目ID,默认"0。"

nat_id

String

nat的id,有传则使用该NAT,否则新建。

nat_name

String

nat名称,默认值:nat-workspace。

eip_name

String

eip名称,默认值:eip-workspace。

响应参数

状态码: default

表4 响应Body参数

参数

参数类型

描述

error_code

String

错误码,失败时返回。

error_msg

String

错误描述。

encoded_authorization_message

String

加密后的详细拒绝原因,用户可以自行调用STS服务的decode-authorization-message接口进行解密。

请求示例

/v2/0e69423d4400f4a82f67c0059a1e4cc8/internet

{
  "nat_spec" : "string",
  "eip_charge_mode" : "string",
  "bandwidth_size" : 1,
  "eip_type" : "string",
  "vpc_id" : "string",
  "subnet_id" : "string",
  "enterprise_project_id" : "string",
  "nat_name" : "string",
  "eip_name" : "string"
}

响应示例

状态码

状态码

描述

200

开通上网功能响应。

default

默认响应。

错误码

请参见错误码

相关文档