Querying IP IGMP Groups: Batch 1 of 2
DME
Copy
GET http://<IP_Address>/api/mo/sys/igmp/inst/routedb/vrf-[default]/group-[230.0.0.0].json?rsp-subtree=full&rsp-foreign-subtree=ephemeral&batch-size=14&batch-id=1
Response
{ "totalCount": "1", "imdata": [ { "igmpRouteGroup": { "attributes": { "dn": "sys/igmp/inst/routedb/vrf-default/group-[230.0.0.0]", "grpAddr": "230.0.0.0" }, "children": [ { "igmpRouteSource": { "attributes": { "oifcount": "0", "rn": "source-[0.0.0.0]", "srcAddr": "0.0.0.0" }, "children": [ { "igmpRouteOif": { "attributes": { "hostProxy": "no", "local": "no", "oif": "eth1/1", "rn": "oif-[eth1/1]", "static": "yes", "uptime": "1969-12-31T17:00:18.739+00:00" } } } ] } } ] } }, { "warning": { "attributes": { "text": "backend rv=43700005, Dumped entries into ephemeral objstore" } } } ] }