Configuration - Policy
Get MAC Firewall Policy by ID
Get an existing MAC Firewall policy by the specified ID.
get/mac-firewall-policies/{id}
Path parameters
idinteger required
The MAC firewall policy ID
Response
OK
Example response
{
"rules": [
{
"source_mac": {
"value": "AABBCCDDEEFF",
"mac_address_end": "FFFFFFFFFFFF"
},
"destination_mac": {
"value": "AABBCCDDEEFF",
"mac_address_end": "FFFFFFFFFFFF"
}
}
]
}