Get LAN Segments (v2.0)
List all the LAN segments.
Path Parameters
- tenant_id string required
The ID of the tenant.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- count int32
The total number of responses.
- id string
The ID of the response.
- type string
The type of response.
items NetworkContext[]
Array [descriptionThe description of the LAN segment. Maz size = 256.
id stringThe ID of the LAN segment.
name stringThe name of the LAN segment. Max size = 128.
]
{
"count": 0,
"id": "string",
"type": "string",
"items": [
{
"id": "string",
"name": "string"
}
]
}
Loading...