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
The site ID.
The element ID.
The interface ID.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
The actual count.
The ID.
items MulticastIgmpMembership[]
The multicast igmp membership ID.
igmp_group_members MulticastIgmpGroupMember[]
Details of the igmp group members.
Indicates if the multicast information should be forwarded to the receiver in the LAN network.
The multicast group from which hosts want to receive multicast information.
Displays information about the hosts in the LAN network interested in receiving information from a specific multicast group.
Indicates the period within which the ION device determines if there are receivers interested in receiving multicast traffic for a specific multicast group.
The period for which the host has been a part of the multicast group.
Details of the igmp group members.
{
"count": 0,
"id": "string",
"items": [
{
"id": "string",
"igmp_group_members": [
{
"fwd": "string",
"group": "string",
"source": "string",
"timeout": "string",
"uptime": "string"
}
],
"name": "string"
}
]
}