I have been trying to update a switch port with the following json file however is keep giving me a error.
{"name": "Test1", "tags": "null", "enabled": true, "poeEnabled": true, "type": "access", "vlan": 10, "voiceVlan": null, "allowedVlans": "all", "isolationEnabled": false, "rstpEnabled": true, "stpGuard": "disabled", "accessPolicyNumber": null, "linkNegotiation": "Auto negotiate", "portScheduleId": null, "udld": "Alert only", "macWhitelist": ["34:56:fe:ce:8e:b0", "34:56:fe:ce:8e:b1"] }
Only one of access policy, MAC whitelist and Sticky whitelist may be specified
MAC whitelist and Sticky whitelist may be specified but there no field of this two field in the data model
Any advise is welcome