Configuration - Basic
List VLAN profiles
Get a page of VLAN profiles.
get/vlan-profiles
Query parameters
pageinteger
Page number, min = 1
limitinteger
Page Size, min = 1, max = 100
Response
OK
Example response
{
"data": [
{
"classified_entries": [
{
"classification_rule": {
"classifications": [
{
"value": "AABBCCDDEEFF"
}
]
}
}
]
}
]
}