Get WAN Interface Labels (v2.1)
List all the WAN interface labels for a tenant.
Path Parameters
- tenant_id string required
The ID of the tenant.
Responses
- 200
- 400
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 WANInterfaceLabelV2N1[]
Array [descriptionThe description of the WAN interface label. Maz size = 256.
id stringThe ID of the WAN interface label.
label stringThe label of the WAN interface.
name stringThe name of the WAN interface label. Max size = 128.
tags string[]An information field that can be added to identify the WAN interface label. Maximum 10 unique tags of length 1024 each are allowed.
]
{
"count": 0,
"id": "string",
"type": "string",
"items": [
{
"id": "string",
"label": "string",
"name": "string",
"tags": [
"string"
]
}
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
_error ErrorResponse[]
Array [code stringmessage string]
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "WAN_INTERFACE_LABEL_NOT_FOUND"
}
]
}
}
Loading...