Skip to main content

Create Multicast RP Configs (v2.0)

POST 

/sdwan/v2.0/api/sites/:site_id/elements/:element_id/multicastrps

Create multicast RP configs.

Request

Path Parameters

    site_id stringrequired

    ID of the site.

    element_id stringrequired

    ID of the element.

Body

Details of the multicast RP config to be created

    description

    The description of the multicast RP configuration.

    groups Group[]required

    The multicast group address. Max length 1024.

  • Array [
  • ipv4_prefix string

    The IPv4 prefix of the for the multicast.

    is_active_rp boolean

    The Active RP for the multicast.

  • ]
  • id string

    The ID of the multicast RP.

    ipv4_address stringrequired

    The address of the IPv4.

    name stringrequired

    The resource name. Max length 128.

    tags string[]

    A information field that can be added to identify the event multicast RP config. Maximum 10 unique tags of length 1024 each are allowed.

Responses

Successful Operation

Schema
    description

    The description of the multicast RP configuration.

    groups Group[]required

    The multicast group address. Max length 1024.

  • Array [
  • ipv4_prefix string

    The IPv4 prefix of the for the multicast.

    is_active_rp boolean

    The Active RP for the multicast.

  • ]
  • id string

    The ID of the multicast RP.

    ipv4_address stringrequired

    The address of the IPv4.

    name stringrequired

    The resource name. Max length 128.

    tags string[]

    A information field that can be added to identify the event multicast RP config. Maximum 10 unique tags of length 1024 each are allowed.

Loading...