查询企业连接网络与智能企业网关绑定关系ListEcnWithIeg
接口说明
根据 企业连接 网络ID,查询企业连接网络与智能企业网关绑定关系
URL
GET https://ec.myhuaweicloud.com/v1/{domain_id}/ent erp rise-connect/enterprise-connect-network/{ecn_id}/relationship/intelligent-enterprise-gateway
请求参数
名称 | 类型 | IN | 必选 | 描述 |
---|---|---|---|---|
X-Auth-Token
|
string | header | 否 |
header中的用户Token |
domain_id
|
string | path | 是 |
租户账号ID |
ecn_id
|
string | path | 是 |
企业连接网络ID |
ieg_id
|
string | query | 否 |
智能企业网关ID |
返回参数
返回码: 200
查询成功
名称 | 类型 | 必选 | 描述 |
---|---|---|---|
ecn_ieg_relationships
|
Array of EcnIegItem objects | 否 |
企业连接网络与智能企业网关的绑定关系列表 |
200 ecn_ieg_relationships
名称 | 类型 | 必选 | 描述 |
---|---|---|---|
id
|
string | 是 |
企业连接网络绑定智能企业网关ID |
ieg_id
|
string | 否 |
智能企业网关ID |
region_id
|
string | 是 |
区域ID |
status
|
string | 否 |
状态 |
health_status
|
string | 否 |
健康状态 |
created_at
|
string | 否 |
创建时间 |
返回码: 400
输入参数不合法
名称 | 类型 | 必选 | 描述 |
---|---|---|---|
error_code
|
string | 否 |
错误码 |
error_msg
|
string | 否 |
错误信息 |
返回示例
返回码:200
查询成功
示例 1
{
"ecn_ieg_relationships": [
{
"id": "6526ef25-ee91-4dab-869d-9c75a6c866c0",
"ieg_id": "fc5deecf-2057-42da-875b-351108cbd912",
"region_id": "cn-north-4",
"status": "BIND_SUC CES S",
"health_status": "fault",
"created_at": "2023-07-10T03:16:46.863Z"
}
]
}
"ecn_ieg_relationships": [
{
"id": "6526ef25-ee91-4dab-869d-9c75a6c866c0",
"ieg_id": "fc5deecf-2057-42da-875b-351108cbd912",
"region_id": "cn-north-4",
"status": "BIND_SUC CES S",
"health_status": "fault",
"created_at": "2023-07-10T03:16:46.863Z"
}
]
}
SDK
点击 企业连接 (EC) SDK, 下载SDK或查看SDK文档。SDK的安装、认证方式等在SDK文档中对应语言类型的【使用】目录下。