Skip to main content

Update App/WAN Context (v2.0)

PUT 

/sdwan/v2.0/api/wanoverlays/:wan_overlay_id

Update a new app/wan context.

Request

Path Parameters

    wan_overlay_id stringrequired

    The ID of the WAN overlay.

Body

Details of the appwan context to be updated

    description

    The WAN overlay config description. Max size = 256.

    id string

    The ID of the WAN overlay.

    name stringrequired

    The WAN overlay config name. Max size = 128.

    vni int32required

    The VNI value.

Responses

Successful Operation

Schema
    description

    The WAN overlay config description. Max size = 256.

    id string

    The ID of the WAN overlay.

    name stringrequired

    The WAN overlay config name. Max size = 128.

    vni int32required

    The VNI value.

Loading...