Skip to main content

Get Specific Multicast IGMP Group Membership (v2.0)

GET 

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

List a specific multicast IGMP group membership information.

Request

Path Parameters

    site_id stringrequired

    The site ID.

    element_id stringrequired

    The element ID.

    interface_id stringrequired

    The interface ID.

    membership_id stringrequired

    The membershi ID.

Responses

Successful Operation

Schema
    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...