Update Switch Network Settings
PUT {{baseUrl}}/networks/:networkId/switch/settings
Update switch network settings
#### Body Parameters
Parameter|Type|Description
:-------------: |:-------------: |:-------------:
vlan| integer| Management VLAN
useCombinedPower| boolean| The use Combined Power as the default behavior of secondary power supplies on supported devices.
powerExceptions| array| Exceptions on a per switch basis to useCombinedPower
Request Body
{"vlan"=>"<integer>", "useCombinedPower"=>"<boolean>", "powerExceptions"=>[{"serial"=>"<string>", "powerType"=>"<string>"}, {"serial"=>"<string>", "powerType"=>"<string>"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"vlan":100,"useCombinedPower":false,"powerExceptions":[{"serial":"Q234-ABCD-0001","powerType":"redundant"},{"serial":"Q234-ABCD-0002","powerType":"combined"},{"serial":"Q234-ABCD-0003","powerType":"redundant"},{"serial":"Q234-ABCD-0004","powerType":"useNetworkSetting"}]}