查询P2C VPN网关列表
功能介绍
查询P2C VPN网关列表。
调用方法
请参见如何调用API。
URI
GET /v5/{project_id}/p2c-vpn-gateways
名称 |
类型 |
是否必选 |
描述 |
---|---|---|---|
project_id |
String |
是 |
项目ID,可以通过获取项目ID获取项目ID |
响应消息
- 响应参数
返回状态码为 200: 查询成功。
表2 响应Body参数列表 名称
类型
描述
p2c_vpn_gateways
Array of p2c_vpn_gateway objects
网关信息列表
request_id
string
请求ID
表3 p2c_vpn_gateway 名称
类型
描述
id
String
- 功能说明:P2C VPN网关ID
- 格式:36位UUID
name
String
- 功能说明:P2C VPN网关名称
- 取值范围:1-64个字符,支持数字、英文字母、中文(\u4e00 - \u9fa5)、_(下划线)、-(中划线)
status
String
vpc_id
String
P2C VPN网关所连接的VPC的ID
connect_subnet
String
P2C VPN网关所使用的VPC子网ID
flavor
String
availability_zone_ids
Array of strings
可用区列表
eip
object
网关绑定的EIP信息
max_connection_number
Integer
- 功能说明:最多支持同时在线的客户端连接数
- 取值范围:1~500
current_connection_number
Integer
当前建连的客户端连接数
enterprise_project_id
String
企业项目ID
tags
Array of
objects
标签列表
order_id
String
订单ID
admin_state_up
Boolean
frozen_effect
Integer
created_at
String
- 功能说明:创建时间
- UTC时间格式:yyyy-MM-ddTHH:mm:ssZ
updated_at
String
- 功能说明:最后一次更新时间
- UTC时间格式:yyyy-MM-ddTHH:mm:ssZ
表4 ResponseEipInfo 名称
类型
描述
id
String
- 功能说明:EIP的ID
- 格式:36位UUID
ip_version
Integer
- 功能说明:EIP版本
- 取值范围:4
ip_billing_info
String
type
String
ip_address
String
- 功能说明:EIP的公网IPv4地址。
- 格式:ipv4类型地址。例如:88.***.***.11
charge_mode
String
bandwidth_id
String
- 功能说明:EIP的带宽ID
- 格式:36位UUID
bandwidth_size
Integer
- 功能说明:EIP的带宽大小,单位:Mbit/s。每个region能够提供的EIP最大带宽不同,EIP的最大带宽受限于EIP服务,可以使用工单来提高帐户下的EIP的最大带宽
- 取值范围:1-1000,具体取值请参考弹性公网服务创建EIP资料。
bandwidth_name
String
- 功能说明:EIP的带宽名称
- 取值范围:1-64个字符,支持数字、英文字母、中文(\u4e00 - \u9fa5)、_(下划线)、-(中划线)、.(点)
bandwidth_billing_info
String
share_type
String
- 响应样例
{ "p2c_vpn_gateways": [ { "id": "6d526e5f-a0c6-44b6-a785-7e0ef7c9eb76", "name": "p2c-vpngw-0001", "status": "ACTIVE", "vpc_id": "05b9d7de-9acd-4a05-b497-1a3c75afaa0a", "connect_subnet": "1948ce22-ddc5-4fb6-87b8-dfcc9b176b51", "flavor": "Professional1", "availability_zone_ids": [ "cn-south-1f", "cn-south-1e" ], "eip": { "id": "f0bac06a-88a7-4d37-8e2e-c37691ee4ba2", "ip_version": 4, "ip_billing_info": "CS*********JWT1O:OFFI*************5078:cn-south-1:47190474************98781092d16c", "type": "5_youxuanbgp", "ip_address": "215.***.***.120", "charge_mode": "bandwidth", "bandwidth_id": "3456471c-9dac-40f6-8344-daca14fbd81e", "bandwidth_size": 20, "bandwidth_name": "p2c-vpngw-bandwidth-bd61", "bandwidth_billing_info": "CS*********JWT1O:OFFI*************5078:cn-south-1:47190474************98781092d16c", "share_type": "PER" }, "max_connection_number": 10, "current_connection_number": 0, "enterprise_project_id": "0", "tags": [], "order_id": "CS2406141822JWT1O", "admin_state_up": true, "frozen_effect": 0, "created_at": "2024-06-14T10:24:12.147Z", "updated_at": "2024-06-14T10:24:12.147Z" }, { "id": "10d176c7-aed8-4766-9180-a47e536c64d0", "name": "p2c-vpngw-0002", "status": "ACTIVE", "vpc_id": "01ffa178-9be5-4457-ba5b-874c01cfc872", "connect_subnet": "be0d53dd-55a1-4e73-9002-54297e1a4c43", "flavor": "Professional1", "availability_zone_ids": [ "cn-south-1f", "cn-south-1e" ], "eip": { "id": "106a269c-c8c1-425e-9f92-f6abcb4dc7b1", "ip_version": 4, "ip_billing_info": null, "type": "5_bgp", "ip_address": "10.83.51.162", "charge_mode": "bandwidth", "bandwidth_id": "beeababf-57aa-469e-8fc8-e6f01554711c", "bandwidth_size": 20, "bandwidth_name": "p2c-vpngw-bandwidth-4455", "bandwidth_billing_info": null, "share_type": "PER" }, "max_connection_number": 10, "current_connection_number": 0, "enterprise_project_id": "0", "tags": [], "order_id": "CS**********JWT1O", "admin_state_up": true, "frozen_effect": 0, "created_at": "2024-06-14T10:01:39.654Z", "updated_at": "2024-06-15T01:59:40.39Z" } ], "request_id": "6a88ffb594cdb382ac2c321bc6cbbe13" }
状态码
请参见状态码。