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