Skip to main content

Get App/WAN Contexts (v2.0)

GET 

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

List the app/wan contexts.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

Responses

Successful Operation

Schema
    count int32

    The total number of responses.

    id string

    The ID of the response.

    type string

    The type of response.

    items WanOverlay[]
  • Array [
  • 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...