Skip to main content

Get Static Route Status (v2.1)

GET 

/sdwan/v2.1/api/sites/:site_id/elements/:element_id/staticroutes/:static_route_id/status

Get the status of the static route.

Request

Path Parameters

    site_id stringrequired

    The ID of the site.

    element_id stringrequired

    The ID of the element.

    static_route_id stringrequired

    The ID of the static route.

Responses

Successful Operation

Schema
    id string

    The ID of the static route.

    nexthops StateNextHop[]required

    The details of the next hop.

  • Array [
  • nexthop_ip string

    The IP address of the next hop.

    reachability_status boolean

    The reachability status.

  • ]
Loading...