Version 1.11.0 to 1.12.0

[ networks ]

Update firmware upgrade information for a network

PUT /networks/{networkId}/firmwareUpgrades

- Optional property sensor Added


Update the NetFlow traffic reporting settings for a network

PUT /networks/{networkId}/netflow

- Optional property etaEnabled Added

- Optional property etaDstPort Added


Return the NetFlow traffic reporting settings for a network

GET /networks/{networkId}/netflow

- Response property etaEnabled value added

- Response property etaDstPort value added


[ switch ]

Update an access policy for a switch network

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

- Optional property radius Added


List the access policies for a switch network

GET /networks/{networkId}/switch/accessPolicies

- Response property radius value added


Return a specific access policy for a switch network

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

- Response property radius value added


Create an access policy for a switch network

POST /networks/{networkId}/switch/accessPolicies

- Optional property radius Added


[ wireless ]

Modify the splash page settings for the given SSID

PUT /networks/{networkId}/wireless/ssids/{number}/splash/settings

- Optional property sentryEnrollment Added


[ organizations ]

Update an organization

PUT /organizations/{organizationId}

- Optional property api Added


List the organizations that the user has privileges on

GET /organizations

- Response property api value added


Return an organization

GET /organizations/{organizationId}

- Response property api value added


List the status of every Meraki device in the organization

GET /organizations/{organizationId}/devices/statuses

- Optional param components added

- Response property productType value added

- Response property components value added


[ appliance ]

PATH /networks/{networkId}/appliance/uplinks/usageHistory

- Path added

- New operation

GET /networks/{networkId}/appliance/uplinks/usageHistory

[
    {
        "startTime": "2021-07-22T02:00:00Z",
        "endTime": "2021-07-22T03:00:00Z",
        "byInterface": [
            {
                "interface": "wan1",
                "sent": 1562063,
                "received": 9528787
            },
            {
                "interface": "wan2",
                "sent": 396646,
                "received": 2747782
            }
        ]
    },
    {
        "startTime": "2021-07-22T03:00:00Z",
        "endTime": "2021-07-22T04:00:00Z",
        "byInterface": [
            {
                "interface": "wan1",
                "sent": 6326222,
                "received": 12253346
            },
            {
                "interface": "wan2",
                "sent": 402850,
                "received": 2981021
            }
        ]
    }
]