Service Igmp

HTTP Method Resource

Request

Response

Description

GET

.../vlans/{VlanIgmp.vlan_id}/igmp

N/A

VlanIgmp

Returns the VLAN IGMP matching the given ID.

PUT

.../vlans/{VlanIgmp.vlan_id}/igmp

VlanIgmp

VlanIgmp

Updates the given VLAN IGMP in the model.

GET

.../igmp

N/A

Igmp

Returns IGMP global configuration.

PUT

.../igmp

Igmp

Igmp

Updates the IGMP global configuration.

  • Attribute 'is_igmp_enabled' in VlanIgmp.json is updated with default_value as 'false'.
  • Attribute 'filter_unknown_mcast' in Igmp.json is updated with default_value as 'false'.