Configuration - Policy
List MAC Firewall policies
List a page of MAC Firewall policies.
get/mac-firewall-policies
Query parameters
pageinteger
Page number, min = 1
limitinteger
Page Size, min = 1, max = 100
Response
OK
Example response
{
"data": [
{
"rules": [
{
"source_mac": {
"value": "AABBCCDDEEFF",
"mac_address_end": "FFFFFFFFFFFF"
},
"destination_mac": {
"value": "AABBCCDDEEFF",
"mac_address_end": "FFFFFFFFFFFF"
}
}
]
}
]
}