Skip to main content

Get Multicast Source Site Configs (v2.0)

GET 

/sdwan/v2.0/api/sites/:site_id/multicastsourcesiteconfigs

Use the API to get multicast source site configs.

Request

Path Parameters

    site_id stringrequired

    The site ID from where you wish to get multicast source site configs.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    items MulticastSourceSiteConfig[]
  • Array [
  • id string

    The multicast source side RP ID.

    site_configs SiteConfig[]required

    The multicast source site config list. Max size = 64.

  • Array [
  • group_ipv4_prefix string

    The group IPv4 prefix.

    source_ipv4_address string

    The source side IPv4 address.

  • ]
  • ]
Loading...