Update The DSCP To Co S Mappings
PUT {{baseUrl}}/networks/:networkId/switch/dscpToCosMappings
Update the DSCP to CoS mappings #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: mappings| array| An array of DSCP to CoS mappings. An empty array will reset the mappings to default.
Supports Action Batches
Resource | Operation |
---|---|
/networks/{networkId}/switch/dscpToCosMappings | update |
Request Body
{"mappings"=>[{"dscp"=>"<integer>", "cos"=>"<integer>", "title"=>"<string>"}, {"dscp"=>"<integer>", "cos"=>"<integer>", "title"=>"<string>"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"mappings":[{"dscp":1,"cos":1,"title":"Video"}]}