List The Access Policies For A Switch Network
GET {{baseUrl}}/networks/:networkId/switch/accessPolicies
List the access policies for a switch network. Only returns access policies with 'my RADIUS server' as authentication method
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null |
RESPONSES
status: OK
[{"accessPolicyNumber":"1234","name":"Access policy #1","radiusServers":[{"host":"1.2.3.4","port":22,"secret":"password1"}],"radiusTestingEnabled":false,"radiusCoaSupportEnabled":false,"radiusAccountingEnabled":true,"radiusAccountingServers":[{"host":"1.2.3.4","port":22,"secret":"password1"}],"radiusGroupAttribute":"11","hostMode":"Single-Host","accessPolicyType":"Hybrid authentication","increaseAccessSpeed":false,"guestVlanId":100,"voiceVlanClients":true,"urlRedirectWalledGardenEnabled":true,"urlRedirectWalledGardenRanges":"192.168.1.0/24"}]