Add A Custom Performance Class For An MX Network

POST {{baseUrl}}/networks/:networkId/appliance/trafficShaping/customPerformanceClasses

Add a custom performance class for an MX network #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: name| string| Name of the custom performance class maxLatency| integer| Maximum latency in milliseconds maxJitter| integer| Maximum jitter in milliseconds maxLossPercentage| integer| Maximum percentage of packet loss

Supports Action Batches

ResourceOperation
/networks/{networkId}/appliance/trafficShaping/customPerformanceClassescreate

Request Body

{"name"=>"<string>", "maxLatency"=>"<integer>", "maxJitter"=>"<integer>", "maxLossPercentage"=>"<integer>"}

HEADERS

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

RESPONSES

status: Created

{&quot;customPerformanceClassId&quot;:&quot;123&quot;,&quot;name&quot;:&quot;myCustomPerformanceClass&quot;,&quot;maxLatency&quot;:100,&quot;maxJitter&quot;:100,&quot;maxLossPercentage&quot;:5}