v4

latestOpenAPI 3.0.1Apache 2.02026-08-036821,1001.5 MB
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

pageinteger required

The current page number

countinteger required

The element count of the current page

total_pagesinteger required

The total page number based on request page size

total_countinteger required

The total element count

Example response

{
  "data": [
    {
      "rules": [
        {
          "source_mac": {
            "value": "AABBCCDDEEFF",
            "mac_address_end": "FFFFFFFFFFFF"
          },
          "destination_mac": {
            "value": "AABBCCDDEEFF",
            "mac_address_end": "FFFFFFFFFFFF"
          }
        }
      ]
    }
  ]
}