Get WAN Interface Label (v2.0)
List a specific WAN interface label.
Path Parameters
- tenant_id string required
The ID of the tenant.
- wantinterface_label_id string required
The ID of the WAN interface label.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- description
The description of the WAN interface label. Maz size = 256.
- id string
The ID of the WAN interface label.
- label string
The label of the WAN interface.
- name string
The name of the WAN interface label. Max size = 128.
{
"id": "string",
"label": "string",
"name": "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...