Skip to main content

Update Multicast Config (v2.0)

PUT 

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

Update the existing multicast global configuration.

Request

Path Parameters

    site_id stringrequired

    ID of the site.

    element_id stringrequired

    ID of the element.

    config_id stringrequired

    The multicast config ID.

Body

Details of the Multicast config to be updated

    id string

    The ID of the multicast config.

    spt_switchover_enabled boolean

    Indicates that the first multicast packet is received i.e. the source address is received by the receiver, the DR at the receiver’s end and the RP choose the optimal path to relay information from the source to the receiver.

Responses

Successful Operation

Schema
    id string

    The ID of the multicast config.

    spt_switchover_enabled boolean

    Indicates that the first multicast packet is received i.e. the source address is received by the receiver, the DR at the receiver’s end and the RP choose the optimal path to relay information from the source to the receiver.

Loading...