Create A Stack
POST {{baseUrl}}/networks/:networkId/switch/stacks
Create a stack #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: name| string| The name of the new stack serials| array| An array of switch serials to be added into the new stack
Request Body
{"name"=>"<string>", "serials"=>["<string>", "<string>"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: Created
{"id":"8473","name":"A cool stack","serials":["QBZY-XWVU-TSRQ","QBAB-CDEF-GHIJ"]}