Skip to main content

Create Multicast Peer Group (v2.0)

POST 

/sdwan/v2.0/api/multicastpeergroups

Create a multicast peer group.

Request

Body

Details of the multicast peer groups

    description

    The multicast peer group descriptions.

    id string

    The multicast peer group ID.

    name stringrequired

    The name of the multicast peer group. Max limit = 128.

    peer_sites MulticastPeerSite[]required

    The multicast peer site ID.

  • Array [
  • peer_site_id string

    The peer site ID.

  • ]
  • tags string[]

    A information field that can be added to identify the multicast peer group. Maximum 10 unique tags of length 128 each are allowed.

Responses

Successful Operation

Schema
    description

    The multicast peer group descriptions.

    id string

    The multicast peer group ID.

    name stringrequired

    The name of the multicast peer group. Max limit = 128.

    peer_sites MulticastPeerSite[]required

    The multicast peer site ID.

  • Array [
  • peer_site_id string

    The peer site ID.

  • ]
  • tags string[]

    A information field that can be added to identify the multicast peer group. Maximum 10 unique tags of length 128 each are allowed.

Loading...