Version 1.34.0 to 1.35.0


Summary of Changes

1 - New

22 - Updated

631 - Total operations

398 - Total Paths



What's Updated

[ wireless ]

status

Return the SSID statuses of an access point

GET /devices/{serial}/wireless/status

- Response property properties value added


billing

Return the billing settings of this network

GET /networks/{networkId}/wireless/billing

- Response property properties value added


rfProfiles

Creates new RF profile for this network

POST /networks/{networkId}/wireless/rfProfiles

- Optional property flexRadios Added


Updates specified RF profile for this network

PUT /networks/{networkId}/wireless/rfProfiles/{rfProfileId}

- Optional property flexRadios Added


ssids

List the MR SSIDs in a network

GET /networks/{networkId}/wireless/ssids

- Response property properties value added


Return a single MR SSID

GET /networks/{networkId}/wireless/ssids/{number}

- Response property properties value added


List the Bonjour forwarding setting and rules for the SSID

GET /networks/{networkId}/wireless/ssids/{number}/bonjourForwarding

- Response property exception value added


Update the bonjour forwarding setting and rules for the SSID

PUT /networks/{networkId}/wireless/ssids/{number}/bonjourForwarding

- Optional property exception Added


[ networks ]

alerts

Update the alert configuration for this network

PUT /networks/{networkId}/alerts/settings

- Optional property muting Added


floorPlans

List the floor plans that belong to your network

GET /networks/{networkId}/floorPlans

- Response property properties value added

- Response property productType value added


Find a floor plan by ID

GET /networks/{networkId}/floorPlans/{floorPlanId}

- Response property properties value added

- Response property productType value added


merakiAuthUsers

List the users configured under Meraki Authentication for a network (splash guest or RADIUS users for a wireless network, or client VPN users for a MX network)

GET /networks/{networkId}/merakiAuthUsers

- Summary changed from List the users configured under Meraki Authentication for a network (splash guest or RADIUS users for a wireless network, or client VPN users for a wired network) to List the users configured under Meraki Authentication for a network (splash guest or RADIUS users for a wireless network, or client VPN users for a MX network)


topology

List the LLDP and CDP information for all discovered devices and connections in a network

GET /networks/{networkId}/topology/linkLayer

- Summary changed from List the LLDP and CDP information for all discovered devices and connections in a network. to List the LLDP and CDP information for all discovered devices and connections in a network


[ organizations ]

configTemplates

List the configuration templates for this organization

GET /organizations/{organizationId}/configTemplates

- Response property properties value added


Return a single configuration template

GET /organizations/{organizationId}/configTemplates/{configTemplateId}

- Response property properties value added


devices

List the status of every Meraki device in the organization

GET /organizations/{organizationId}/devices/statuses

- Response property items value added


[ switch ]

configTemplates

List the switch templates for your switch template configuration

GET /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles

- Summary changed from List the switch profiles for your switch template configuration to List the switch templates for your switch template configuration


Return all the ports of a switch template

GET /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports

- Summary changed from Return all the ports of a switch profile to Return all the ports of a switch template


Return a switch template port

GET /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports/{portId}

- Summary changed from Return a switch profile port to Return a switch template port


Update a switch template port

PUT /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports/{portId}

- Summary changed from Update a switch profile port to Update a switch template port


What's New

[ appliance ]

PATH /organizations/{organizationId}/appliance/uplinks/usage/byNetwork

- Path added

- New operation

GET /organizations/{organizationId}/appliance/uplinks/usage/byNetwork

[
    {
        "networkId": "N_24329156",
        "name": "Main Office",
        "byUplink": [
            {
                "serial": "Q234-ABCD-5678",
                "interface": "wan1",
                "sent": 200,
                "received": 400
            }
        ]
    }
]