Skip to main content

Get Specific Multicast Dynamic RP (v2.0)

GET 

/sdwan/v2.0/api/sites/:site_id/elements/:element_id/multicastdynamicrps/:id

List a specific the multicast dynamic RP.

Request

Path Parameters

    site_id stringrequired

    The site ID.

    element_id stringrequired

    The element ID.

    id stringrequired

    The multicast dynamic RP ID.

Responses

Successful Operation

Schema
    dynamic_rps DynamicRp[]

    Details of the multicast dynamic RPs. Max size = 16.

  • Array [
  • groups Group[]

    The list of multicast group addresses that the RP serves.

  • Array [
  • ipv4_prefix string

    The IPv4 prefix of the for the multicast.

    is_active_rp boolean

    The Active RP for the multicast.

  • ]
  • ipv4_address string

    The multicast group IPv4 addresses to which the RP caters.

    type string

    The type of dynamic RP. BSR—Indicates that the RP is learnt dynamically via BSM.

  • ]
  • id string

    The multicast dynamic RP ID.

Loading...