[
  {
    "name": "My switch",
    "serial": "Q234-ABCD-5678",
    "mac": "00:11:22:33:44:55",
    "model": "MS",
    "network": {
      "name": "Main Office",
      "id": "N_24329156"
    },
    "ports": [
      {
        "portId": "1",
        "name": "My switch port",
        "tags": [
          "tag1",
          "tag2"
        ],
        "enabled": true,
        "poeEnabled": true,
        "type": "access",
        "vlan": 10,
        "voiceVlan": 20,
        "allowedVlans": "1,3,5-10",
        "rstpEnabled": true,
        "stpGuard": "disabled",
        "linkNegotiation": "Auto negotiate",
        "accessPolicyType": "Sticky MAC allow list",
        "stickyMacAllowList": [
          "34:56:fe:ce:8e:b0",
          "34:56:fe:ce:8e:b1"
        ],
        "stickyMacAllowListLimit": 5
      }
    ]
  }
]