Create A Multicast Rendezvous Point

POST {{baseUrl}}/networks/:networkId/switch/routing/multicast/rendezvousPoints

Create a multicast rendezvous point #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: interfaceIp| string| The IP address of the interface where the RP needs to be created. multicastGroup| string| 'Any', or the IP address of a multicast group

Supports Action Batches

ResourceOperation
/networks/{networkId}/switch/routing/multicast/rendezvousPointscreate

Request Body

{"interfaceIp"=>"<string>", "multicastGroup"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull
Content-Typestring

RESPONSES

status: Created

{&quot;rendezvousPointId&quot;:&quot;1234&quot;,&quot;interfaceIp&quot;:&quot;192.168.1.2&quot;,&quot;multicastGroup&quot;:&quot;192.168.128.0/24&quot;}