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

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull
Content-Typestring

RESPONSES

status: Created

{&quot;id&quot;:&quot;8473&quot;,&quot;name&quot;:&quot;A cool stack&quot;,&quot;serials&quot;:[&quot;QBZY-XWVU-TSRQ&quot;,&quot;QBAB-CDEF-GHIJ&quot;]}