查询企业连接网络与虚拟私有云关联关系ListEcnWithVpc
URL
GET https://ec.myhuaweicloud.com/v1/{domain_id}/ent erp rise-connect/enterprise-connect-network/{ecn_id}/relationship/vpc
请求参数
名称 | 类型 | IN | 必选 | 描述 |
---|---|---|---|---|
X-Auth-Token
|
string | header | 否 |
header中的用户Token |
domain_id
|
string | path | 是 |
租户账号ID |
ecn_id
|
string | path | 是 |
企业连接网络ID |
返回参数
返回码: 200
查询成功
名称 | 类型 | 必选 | 描述 |
---|---|---|---|
ecn_vpc_relationships
|
Array of EcnWithVpcItem objects | 否 |
企业连接网络与虚拟 私有云 的绑定关系列表 |
200 ecn_vpc_relationships
名称 | 类型 | 必选 | 描述 |
---|---|---|---|
id
|
string | 是 |
企业连接网络关联虚拟私有云ID |
vpc_id
|
string | 是 |
虚拟私有云ID |
subnet_id
|
string | 否 |
子网ID |
local_subnet_list
|
Array of strings | 否 |
本端子网列表 |
remote_subnet_list
|
Array of strings | 否 |
对端子网列表 |
region_id
|
string | 是 |
区域ID |
status
|
string | 否 |
状态 |
created_at
|
string | 否 |
创建时间 |
返回码: 400
输入参数不合法
名称 | 类型 | 必选 | 描述 |
---|---|---|---|
error_code
|
string | 否 |
错误码 |
error_msg
|
string | 否 |
错误信息 |
返回示例
返回码:200
查询成功
示例 1
{
"ecn_vpc_relationships": [
{
"id": "5ff424b7-f889-4969-bc8f-ff1ac5f70b9b",
"vpc_id": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"subnet_id": "8942a41f-97b9-4666-a960-7bda41d08580",
"local_subnet_list": [
"192.168.1.0/24",
"192.168.2.0/24"
],
"remote_subnet_list": [
"192.168.3.0/24",
"192.168.4.0/24"
],
"region_id": "cn-north-4",
"status": "BIND_SUC CES S",
"created_at": "2023-07-17T12:23:31.759Z"
}
]
}
"ecn_vpc_relationships": [
{
"id": "5ff424b7-f889-4969-bc8f-ff1ac5f70b9b",
"vpc_id": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"subnet_id": "8942a41f-97b9-4666-a960-7bda41d08580",
"local_subnet_list": [
"192.168.1.0/24",
"192.168.2.0/24"
],
"remote_subnet_list": [
"192.168.3.0/24",
"192.168.4.0/24"
],
"region_id": "cn-north-4",
"status": "BIND_SUC CES S",
"created_at": "2023-07-17T12:23:31.759Z"
}
]
}
SDK
点击 企业连接 (EC) SDK, 下载SDK或查看SDK文档。SDK的安装、认证方式等在SDK文档中对应语言类型的【使用】目录下。
错误码
请参考 错误码说明。