Skip to main content

Get Multicast WAN Status (v2.0)

GET 

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

List all the multicast WAN status.

Request

Path Parameters

    site_id stringrequired

    The site ID.

    element_id stringrequired

    The element ID.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    items MulticastWanStatus[]
  • Array [
  • 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...