Update A Custom Performance Class For An MX Network
PUT {{baseUrl}}/networks/:networkId/appliance/trafficShaping/customPerformanceClasses/:customPerformanceClassId
Update 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/{customPerformanceClassId} | update |
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: OK
{"customPerformanceClassId":"123","name":"myCustomPerformanceClass","maxLatency":100,"maxJitter":100,"maxLossPercentage":5}