Skip to main content

Delete Multicast RP Config (v2.0)

DELETE 

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

Delete the existing multicast RP config.

Request

Path Parameters

    site_id stringrequired

    ID of the site.

    element_id stringrequired

    ID of the element.

    config_id stringrequired

    The multicast config 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...