Skip to main content

Get Multicast Source Side RP (v2.0)

GET 

/sdwan/v2.0/api/sites/:site_id/multicastsourcesiderps/:rp_id

List a specific the multicast source side RP.

Request

Path Parameters

    site_id stringrequired

    The site ID.

    rp_id stringrequired

    The RP ID.

Responses

Successful Operation

Schema
    id string

    The multicast source side RP ID.

    source_side_rps SourceSideRp[]

    The source side RP of multicast traffic in the network.

  • Array [
  • groups SourceSideGroup[]

    The list of multicast group addresses that the RP serves.

  • Array [
  • ipv4_prefix string

    The IPv4 prefix of the for the multicast.

    source_ipv4_address string

    The source side IPv4 address.

  • ]
  • ipv4_address string

    The multicast group IPv4 addresses to which the RP caters.

  • ]
  • source_site_id string

    The source site ID.

Loading...