Skip to main content

Reset BGP Peer Config (v2.0)

POST 

/sdwan/v2.0/api/sites/:site_id/elements/:element_id/bgppeers/:bgp_peer_id/operations

Reset the BGP peer configuration.

Request

Path Parameters

    site_id stringrequired

    The ID of the site.

    element_id stringrequired

    The ID of the element.

    bgp_peer_id stringrequired

    The ID of the BGP peer.

Body

Details of the BGP peer config to be created

    action stringrequired

    Possible values: [HARD_RESET, SOFT_RESET, REVERT_AUTOGENERATED, REFRESH_STATUS]

    The BGP peer actions.

    id string

    The ID of the BGP peer.

Responses

Successful Operation

Schema
    action stringrequired

    Possible values: [HARD_RESET, SOFT_RESET, REVERT_AUTOGENERATED, REFRESH_STATUS]

    The BGP peer actions.

    id string

    The ID of the BGP peer.

Loading...