Version 1.35.0 to 1.36.0


Summary of Changes

1 - New

142 - Updated

632 - Total operations

399 - Total Paths



What's Updated

[ devices ]

GET /devices/{serial}/lossAndLatencyHistory

- Summary changed from Get the uplink loss percentage and latency in milliseconds, and goodput in kilobits per second for a wired network device. to Get the uplink loss percentage and latency in milliseconds, and goodput in kilobits per second for MX, MG and Z devices.


[ networks ]

merakiAuthUsers

Delete an 802.1X RADIUS user, or deauthorize and optionally delete a splash guest or client VPN user.

DELETE /networks/{networkId}/merakiAuthUsers/{merakiAuthUserId}

- Optional param delete added

- Summary changed from Deauthorize a user to Delete an 802.1X RADIUS user, or deauthorize and optionally delete a splash guest or client VPN user.


[ sm ]

profiles

List all the profiles in the network

GET /networks/{networkId}/sm/profiles

- Summary changed from List all profiles in a network to List all the profiles in the network


[ switch ]

portSchedules

List switch port schedules

GET /networks/{networkId}/switch/portSchedules

- Response property properties value added


[ wireless ]

rfProfiles

List RF profiles for this network

GET /networks/{networkId}/wireless/rfProfiles

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Response property bands value added

- Response property bands value added

- Response property bands value added

- Response property bands value added

- Response property bands value added

- Response property bands value added

- Response property bands value added

- Response property bands value added

- Response property bands value added

- Response property bands value added

- Response property bands value added

- Response property bands value added

- Response property bands value added

- Response property bands value added

- Response property bands value added

- Response property bands value added


Return a RF profile

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

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Response property bands value added

- Response property bands value added

- Response property bands value added

- Response property bands value added

- Response property bands value added

- Response property bands value added

- Response property bands value added

- Response property bands value added

- Response property bands value added

- Response property bands value added

- Response property bands value added

- Response property bands value added

- Response property bands value added

- Response property bands value added

- Response property bands value added

- Response property bands value added


Creates new RF profile for this network

POST /networks/{networkId}/wireless/rfProfiles

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added


Updates specified RF profile for this network

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

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added

- Optional property bands Added


settings

Return the wireless settings for a network

GET /networks/{networkId}/wireless/settings

- Optional property regulatoryDomain Added

- Response property regulatoryDomain value added


Update the wireless settings for a network

PUT /networks/{networkId}/wireless/settings

- Optional property regulatoryDomain Added


devices

GET /organizations/{organizationId}/wireless/devices/ethernet/statuses

- Summary changed from operation to see power status for wireless devices to List the most recent Ethernet link speed, duplex, aggregation and power mode and status information for wireless devices.


[ organizations ]

firmware

Get firmware upgrade information for an organization

GET /organizations/{organizationId}/firmware/upgrades

- Optional property productTypes Added

- Response property productTypes value added


Get firmware upgrade status for the filtered devices

GET /organizations/{organizationId}/firmware/upgrades/byDevice

- Optional param upgradeStatuses added


What's New

[ organizations ]

devices

PATH /organizations/{organizationId}/devices/availabilities/changeHistory

- Path added

- New operation

List the availability history information for devices in an organization.

GET /organizations/{organizationId}/devices/availabilities/changeHistory

[
    {
        "ts": "2018-02-11T00:00:00.090210Z",
        "device": {
            "serial": "Q234-ABCD-5678",
            "name": "My AP",
            "productType": "wireless",
            "model": "MR34"
        },
        "details": {
            "old": [
                {
                    "name": "status",
                    "value": "online"
                }
            ],
            "new": [
                {
                    "name": "status",
                    "value": "offline"
                }
            ]
        },
        "network": {
            "id": "N_24329156",
            "name": "Main Office",
            "url": "https://n1.meraki.com//n//manage/nodes/list",
            "tags": [
                "tag1",
                "tag2"
            ]
        }
    }
]