Skip to main content

Create App/WAN Context (v2.0)

POST 

/v2.0/api/tenants/:tenant_id/wanoverlays

Create a new app/wan context.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

Body

Details of the appwan context to be created

    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...