Skip to main content

Get Multicast Peer Groups (v2.1)

GET 

/sdwan/v2.1/api/multicastpeergroups

List all the multicast peer groups.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    items MulticastPeerGroupV2N1[]
  • Array [
  • 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...