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
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
count int32
The total number.
id string
The ID.
items WanOverlay[]
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.
{
"count": 0,
"id": "string",
"items": [
{
"id": "string",
"name": "string",
"vni": 0
}
]
}
Loading...