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 properties value added


accessPolicies

List the access policies for a switch network

GET /networks/{networkId}/switch/accessPolicies

- Optional property guestPortBouncing Added

- Response property guestPortBouncing value added


Return a specific access policy for a switch network

GET /networks/{networkId}/switch/accessPolicies/{accessPolicyNumber}

- Optional property guestPortBouncing Added

- Response property guestPortBouncing value added


Create an access policy for a switch network

POST /networks/{networkId}/switch/accessPolicies

- Optional property guestPortBouncing Added

- Optional property guestPortBouncing Added


Update an access policy for a switch network

PUT /networks/{networkId}/switch/accessPolicies/{accessPolicyNumber}

- Optional property guestPortBouncing Added

- Optional property guestPortBouncing Added


mtu

Return the MTU configuration

GET /networks/{networkId}/switch/mtu

- Response property properties value added

- Response property switchProfiles value added


[ appliance ]

trafficShaping

GET /networks/{networkId}/appliance/trafficShaping/uplinkBandwidth

- Property capabilities Deleted

- Summary changed from Returns the uplink bandwidth settings for your MX network. to Returns the uplink bandwidth limits for your MX network


[ networks ]

events

List the events for the network

GET /networks/{networkId}/events

- Optional property category Added

- Response property category value added


[ organizations ]

devices

List the devices in an organization

GET /organizations/{organizationId}/devices

- Response property properties value 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": ""
                }
            }
        }
    }
]