返回云路由设备实际实时路由表,包括非用户添加的全部路由。
GET zstack/v1/vrouter-route-tables/vrouter/{virtualRouterVmUuid}
Authorization: OAuth the-session-uuid
curl -H "Content-Type: application/json;charset=UTF-8" \
-H "Authorization: OAuth ef1c95285ef3435c949854955edc6c66" \
-X GET http://localhost:8080/zstack/v1/vrouter-route-tables/vrouter/27e810f019b74106877814ddb0c6e3bf
名字 | 类型 | 位置 | 描述 | 可选值 | 起始版本 |
---|---|---|---|---|---|
virtualRouterVmUuid | String | url | 云路由设备UUID | 2.1 | |
systemTags (可选) | List | query | 2.1 | ||
userTags (可选) | List | query | 2.1 |
{
"inventories": [
{
"type": "ZStack"
"destination": "0.0.0.0/0"
"target": "100.64.201.1"
"status": "selected"
},
{
"uuid": "7b86eaba601c4ceda5987036c9ea7981"
"type": "UserStatic"
"destination": "100.64.0.0/24"
"target": "100.64.201.10"
"distance": "128"
"status": "selected"
},
{
"uuid": "d15ebfe03aec49e6a0453e74eede350d"
"type": "UserStatic"
"destination": "100.64.0.0/24"
"target": "100.64.201.11"
"distance": "128"
"status": "active"
},
{
"type": "ZStack"
"destination": "10.0.57.94/32"
"target": "eth0"
},
{
"uuid": "50e6070313fa4a05b17907a32be0a63f"
"type": "UserStatic"
"destination": "10.0.57.94/32"
"target": "100.64.201.12"
"distance": "1"
"status": "inactive"
},
{
"type": "DirectConnect"
"destination": "192.168.197.0/24"
"target": "eth1"
"status": "selected"
},
{
"uuid": "6b446d5cf776471c913582ab30bd6340"
"type": "DirectConnect"
"destination": "192.168.197.0/24"
"target": "100.64.201.13"
"distance": "1"
"status": "inactive"
},
{
"uuid": "0aad7115c1f94aa1bf5db1a4d6d3fd17"
"type": "UserBlackHole"
"destination": "192.168.198.0/24"
"distance": "1"
"status": "selected"
},
]
}
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
error | ErrorCode | 错误码,若不为null,则表示操作失败, 操作成功时该字段为null。 详情参考error | 2.1 |
inventories | List | 详情参考inventories | 2.1 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
code | String | 错误码号,错误的全局唯一标识,例如SYS.1000, HOST.1001 | 2.1 |
description | String | 错误的概要描述 | 2.1 |
details | String | 错误的详细信息 | 2.1 |
elaboration | String | 保留字段,默认为null | 2.1 |
opaque | LinkedHashMap | 保留字段,默认为null | 2.1 |
cause | ErrorCode | 根错误,引发当前错误的源错误,若无原错误,该字段为null | 2.1 |
名字 | 类型 | 描述 | 起始版本 |
---|---|---|---|
uuid | String | 资源的UUID,唯一标示该资源 | 2.1 |
description | String | 资源的详细描述 | 2.1 |
type | String | 除用户添加的静态路由、黑洞路由外,ZStack类型表示由系统添加的路由,DirectConnect表示直连路由 | 2.1 |
destination | String | 目标网络地址 | 2.1 |
target | String | 下一跳地址或网卡 | 2.1 |
distance | Integer | 路由优先级,在最小匹配下如果有多条路由规则匹配,优先级数字小的规则将会被匹配 | 2.1 |
status | String | 路由状态
| 2.1 |
GetVRouterRouteTableAction action = new GetVRouterRouteTableAction();
action.virtualRouterVmUuid = "dfa2698bd9f04cd5be56e5b51826359d";
action.sessionId = "8fbf06a3245a42fc99ef63f618364de7";
GetVRouterRouteTableAction.Result res = action.call();
GetVRouterRouteTableAction action = GetVRouterRouteTableAction()
action.virtualRouterVmUuid = "1646d8ca4e144f63896c26488491e016"
action.sessionId = "161364959641477981aa68cd63b19348"
GetVRouterRouteTableAction.Result res = action.call()
学习路径
ZStack Cloud 产品学习路径
快速梳理文档,点击相应文本链接,快速跳转到相应文档的页面,学习 ZStack Cloud 产品。
商务咨询:
400-962-2212 转 1售后咨询:
400-962-2212 转 2商务联系:
sales@zstack.io商务咨询:
400-962-2212 转 1商务联系:
channel@zstack.io商务咨询:
400-962-2212 转 1售后咨询:
400-962-2212 转 2商务联系:
sales@zstack.io商务咨询:
400-962-2212 转 1商务联系:
channel@zstack.io商务咨询:
400-962-2212 转 1商务联系:
channel@zstack.io下载链接已发送至您的邮箱。
如未收到,请查看您的垃圾邮件、订阅邮件、广告邮件。 当您收到电子邮件后,请点击 URL 链接,以完成下载。感谢您使用 ZStack 产品和服务。
成功提交申请。
我们将安排工作人员尽快与您取得联系。感谢您使用 ZStack 产品和服务。
立即体验
联系我们
回到顶部
商务咨询:
400-962-2212 转 1售后咨询:
400-962-2212 转 2商务联系:
sales@zstack.io成功提交申请。
我们将安排工作人员尽快与您取得联系。感谢您使用 ZStack 产品和服务。