智能边缘云 IEC-更新路由:请求示例

时间:2024-01-02 15:48:17

请求示例

更新路由

POST https://{{endpoint}}/v1/routetables/97d08984-d346-410e-bc0e-f466dfbd1f24/update-routes

{
  "routes" : [ {
    "type" : "vip",
    "destination" : "10.10.10.0/24",
    "nexthop" : "172.16.0.6",
    "description" : "abc"
  } ]
}
support.huaweicloud.com/api-iec/UpdateRoutes.html