{
"authMode": "open",
"enabled": "true",
"splashPage": "Password-protected with custom RADIUS",
"radiusServers": [
{
"host":"11.222.333.444",
"port": 1234,
"secret": "secretissecret
},
{
"host": "11.222.333.444",
"port": 1234,
"secret": "secretissecret"
}
],
"radiusAccountingEnabled": true,
"radiusAccountingServers":[
{
"host":"11.222.333.444",
"port": 1234,
"secret": "secretissecret
},
{
"host": "11.222.333.444",
"port": 1234,
"secret": "secretissecret"
}
],
"ipAssignmentMode": "NAT mode",
"radiusFailoverPolicy": "deny",
"radiusLoadbalPolicy": "priority",
"walledGardenEnabled": true,
"walledGardenRanges": "*.cloud4wi.com"
} I used this json and sent a PUT to https://n23.meraki.com/api/v0/networks/N_1234567890/ssids/10 and received the following error: {
"errors": [
"Validation failed: Radius failover policy can't be blank, Radius loadbal policy can't be blank"
]
}
... View more