Skip to main content

Get all Multicast RP configs (v2.0)

GET 

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

API to get all multicast rp configs

Request

Path Parameters

    site_id stringrequired

    Site Id

    element_id stringrequired

    Element Id

Responses

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    items MulticastRPConfig[]
  • Array [
  • 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...