get_vlan
Retrieve VLAN details by specifying the VLAN tag number to manage and configure network settings on OPNSense firewalls efficiently.
Instructions
Get VLAN details
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tag | Yes | VLAN tag number |
Input Schema (JSON Schema)
{
"properties": {
"tag": {
"description": "VLAN tag number",
"type": "string"
}
},
"required": [
"tag"
],
"type": "object"
}