Version v1.31.0 to 1.32.0
Summary of Changes
1 - New
16 - Updated
616 - Total operations
388 - Total Paths
What's Updated
[ switch ]
routing
Return a layer 3 static route for a switch
GET /devices/{serial}/switch/routing/staticRoutes/{staticRouteId}
- Response property
propertiesvalue added
accessPolicies
List the access policies for a switch network
GET /networks/{networkId}/switch/accessPolicies
- Optional property
guestPortBouncingAdded
- Response property
guestPortBouncingvalue added
Return a specific access policy for a switch network
GET /networks/{networkId}/switch/accessPolicies/{accessPolicyNumber}
- Optional property
guestPortBouncingAdded
- Response property
guestPortBouncingvalue added
Create an access policy for a switch network
POST /networks/{networkId}/switch/accessPolicies
- Optional property
guestPortBouncingAdded
- Optional property
guestPortBouncingAdded
Update an access policy for a switch network
PUT /networks/{networkId}/switch/accessPolicies/{accessPolicyNumber}
- Optional property
guestPortBouncingAdded
- Optional property
guestPortBouncingAdded
mtu
Return the MTU configuration
GET /networks/{networkId}/switch/mtu
- Response property
propertiesvalue added
- Response property
switchProfilesvalue added
[ appliance ]
trafficShaping
Returns the uplink bandwidth limits for your MX network
GET /networks/{networkId}/appliance/trafficShaping/uplinkBandwidth
- Property
capabilitiesDeleted
- Summary changed from
Returns the uplink bandwidth settings for your MX network.toReturns the uplink bandwidth limits for your MX network
[ networks ]
events
List the events for the network
GET /networks/{networkId}/events
- Optional property
categoryAdded
- Response property
categoryvalue added
[ organizations ]
devices
List the devices in an organization
GET /organizations/{organizationId}/devices
- Response property
propertiesvalue added
What's New
[ organizations ]
inventory
PATH /organizations/{organizationId}/inventory/onboarding/cloudMonitoring/prepare
- Path added
- New operation
Initiates or updates an import session. An import ID will be generated and used when you are ready to commit the import.
POST
/organizations/{organizationId}/inventory/onboarding/cloudMonitoring/prepare[ { "message": "Existing import found", "udi": "PID:C9200L-24P-4G SN:JAE25220R2K", "deviceId": "161b2602-a713-4aac-b1eb-d9b55205353d", "status": "SUCCESS", "configParams": { "tunnel": { "mode": "443", "port": "443", "host": "secgw-int3.ciscocloudoffer.com", "name": "MERAKI-PRIMARY", "rootCertificate": { "content": "", "name": "MERAKI_TLSGW_CA" } }, "cloudStaticIp": "1.2.3.4", "user": { "publicKey": "", "username": "MERAKI_USER", "secret": { "hash": "" } } } } ]