Get LAN Segments (v2.0)
GET/sdwan/v2.0/api/networkcontexts
List all the LAN segments.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
count int32
The total number.
id string
The ID.
items NetworkContext[]
description
The description of the LAN segment. Maz size = 256.
id string
The ID of the LAN segment.
name string
The name of the LAN segment. Max size = 128.
{
"count": 0,
"id": "string",
"items": [
{
"id": "string",
"name": "string"
}
]
}
Loading...