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