Version 1.11.0 to 1.12.0
[ networks ]
Update firmware upgrade information for a network
PUT /networks/{networkId}/firmwareUpgrades
- Optional property
sensorAdded
Update the NetFlow traffic reporting settings for a network
PUT /networks/{networkId}/netflow
- Optional property
etaEnabledAdded
- Optional property
etaDstPortAdded
Return the NetFlow traffic reporting settings for a network
GET /networks/{networkId}/netflow
- Response property
etaEnabledvalue added
- Response property
etaDstPortvalue added
[ switch ]
Update an access policy for a switch network
PUT /networks/{networkId}/switch/accessPolicies/{accessPolicyNumber}
- Optional property
radiusAdded
List the access policies for a switch network
GET /networks/{networkId}/switch/accessPolicies
- Response property
radiusvalue added
Return a specific access policy for a switch network
GET /networks/{networkId}/switch/accessPolicies/{accessPolicyNumber}
- Response property
radiusvalue added
Create an access policy for a switch network
POST /networks/{networkId}/switch/accessPolicies
- Optional property
radiusAdded
[ wireless ]
Modify the splash page settings for the given SSID
PUT /networks/{networkId}/wireless/ssids/{number}/splash/settings
- Optional property
sentryEnrollmentAdded
[ organizations ]
Update an organization
PUT /organizations/{organizationId}
- Optional property
apiAdded
List the organizations that the user has privileges on
GET /organizations
- Response property
apivalue added
Return an organization
GET /organizations/{organizationId}
- Response property
apivalue added
List the status of every Meraki device in the organization
GET /organizations/{organizationId}/devices/statuses
- Optional param
componentsadded
- Response property
productTypevalue added
- Response property
componentsvalue added
[ appliance ]
PATH /networks/{networkId}/appliance/uplinks/usageHistory
- Path added
- New operation
Get the sent and received bytes for each uplink of a network.
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 } ] } ]