Skip to main content

Get Multicast Peer Group (v2.1)

GET 

/sdwan/v2.1/api/multicastpeergroups/:peer_group_id

Get a multicast peer group.

Request

Path Parameters

    peer_group_id stringrequired

    The multicast peer group ID.

Responses

Successful Operation

Schema
    description

    The description of the multicast peer group. Max size = 256.

    id string

    The ID.

    is_source_site_receiver boolean

    True or False - Receive traffic from branch side sources to receive multicast traffic from another branch site.

    name stringrequired

    The name of the multicast peer group.

    peer_sites MulticastPeerSite[]required

    The peer sites ID.

  • Array [
  • peer_site_id string

    The peer site ID.

  • ]
  • tags string[]

    An information field that can be added to identify the multicast peer group.

Loading...