Update A Multicast Rendezvous Point
PUT {{baseUrl}}/networks/:networkId/switch/routing/multicast/rendezvousPoints/:rendezvousPointId
Update a multicast rendezvous point #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: interfaceIp| string| The IP address of the interface to use multicastGroup| string| 'Any', or the IP address of a multicast group
Supports Action Batches
Resource | Operation |
---|---|
/networks/{networkId}/switch/routing/multicast/rendezvousPoints/{rendezvousPointId} | update |
Request Body
{"interfaceIp"=>"<string>", "multicastGroup"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"rendezvousPointId":"1234","interfaceIp":"192.168.1.2","multicastGroup":"192.168.128.0/24"}