Skip to main content

Get Multicast IGMP Group Membership (v2.0)

GET 

/sdwan/v2.0/api/sites/:site_id/elements/:element_id/interfaces/:interface_id/multicastigmpmemberships

List all the multicast IGMP groups membership information.

Request

Path Parameters

    site_id stringrequired

    The site ID.

    element_id stringrequired

    The element ID.

    interface_id stringrequired

    The interface ID.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    items MulticastIgmpMembership[]
  • Array [
  • id string

    The multicast igmp membership ID.

    igmp_group_members MulticastIgmpGroupMember[]

    Details of the igmp group members.

  • Array [
  • fwd string

    Indicates if the multicast information should be forwarded to the receiver in the LAN network.

    group string

    The multicast group from which hosts want to receive multicast information.

    source string

    Displays information about the hosts in the LAN network interested in receiving information from a specific multicast group.

    timeout string

    Indicates the period within which the ION device determines if there are receivers interested in receiving multicast traffic for a specific multicast group.

    uptime string

    The period for which the host has been a part of the multicast group.

  • ]
  • name string

    Details of the igmp group members.

  • ]
Loading...