Skip to main content

Get Specific Multicast WAN Status (v2.0)

GET 

/sdwan/v2.0/api/sites/:site_id/elements/:element_id/multicastwanstatus/:wan_status_id

List a specific the multicast WAN status.

Request

Path Parameters

    site_id stringrequired

    The site ID.

    element_id stringrequired

    The element ID.

    wan_status_id stringrequired

    The multicast WAN status ID.

Responses

Successful Operation

Schema
    id string

    The multicast WAN status by ID.

    pim_neighbors MulticastWanNeighbor[]

    The PIM neighbor’s IP address.

  • Array [
  • remote_site_id string

    The remote site ID.

    state string

    State

    uptime string

    Indicates the time for which the neighbor has been up.

  • ]
Loading...