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
Resource | Operation |
---|---|
/networks/{networkId}/appliance/trafficShaping/customPerformanceClasses | create |
Request Body
{"name"=>"<string>", "maxLatency"=>"<integer>", "maxJitter"=>"<integer>", "maxLossPercentage"=>"<integer>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: Created
{"customPerformanceClassId":"123","name":"myCustomPerformanceClass","maxLatency":100,"maxJitter":100,"maxLossPercentage":5}