Cycle a set of switch ports
POST {{baseUrl}}/devices/:serial/switch/ports/cycle
Cycle a set of switch ports #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: ports| array| List of switch ports. Example: [1, 2-5, 1MA-MOD-8X10G1, 1MA-MOD-8X10G2-1MA-MOD-8X10G8]
Supports Action Batches
Resource | Operation |
---|---|
/devices/{serial}/switch/ports | cycle |
Request Body
{"ports"=>["<string>", "<string>"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"ports":["1","2-5","1_MA-MOD-8X10G_1","1_MA-MOD-8X10G_2-1_MA-MOD-8X10G_8"]}