Configuration - Basic
Get a VLAN profile
Get a specific VLAN profile by ID.
get/vlan-profiles/{id}
Path parameters
idinteger required
The VLAN profile ID
Response
OK
Example response
{
"classified_entries": [
{
"classification_rule": {
"classifications": [
{
"value": "AABBCCDDEEFF"
}
]
}
}
]
}