|
1 | 1 | {
|
2 | 2 | "swagger": "2.0",
|
3 | 3 | "info": {
|
4 |
| - "version": "1.1.0-beta.2", |
| 4 | + "version": "1.1.0-beta.3", |
5 | 5 | "title": "Meraki Dashboard API",
|
6 |
| - "description": "The Cisco Meraki Dashboard API is a modern REST API based on the OpenAPI specification.\n\n> Date: 16 September, 2020\n>\n> [What's New](https://meraki.io/whats-new/)\n\n---\n\n[API Documentation](https://meraki.io/api)\n\n[Community Support](https://meraki.io/community)\n\n[Meraki Homepage](https://www.meraki.com)\n" |
| 6 | + "description": "The Cisco Meraki Dashboard API is a modern REST API based on the OpenAPI specification.\n\n> Date: 23 September, 2020\n>\n> [What's New](https://meraki.io/whats-new/)\n\n---\n\n[API Documentation](https://meraki.io/api)\n\n[Community Support](https://meraki.io/community)\n\n[Meraki Homepage](https://www.meraki.com)\n" |
7 | 7 | },
|
8 | 8 | "host": "api.meraki.com",
|
9 | 9 | "basePath": "/api/v1",
|
|
7201 | 7201 | ]
|
7202 | 7202 | }
|
7203 | 7203 | },
|
| 7204 | + "/networks/{networkId}/appliance/settings": { |
| 7205 | + "get": { |
| 7206 | + "description": "Return the appliance settings for a network", |
| 7207 | + "operationId": "getNetworkApplianceSettings", |
| 7208 | + "parameters": [ |
| 7209 | + { |
| 7210 | + "name": "networkId", |
| 7211 | + "in": "path", |
| 7212 | + "type": "string", |
| 7213 | + "required": true |
| 7214 | + } |
| 7215 | + ], |
| 7216 | + "responses": { |
| 7217 | + "200": { |
| 7218 | + "description": "Successful operation", |
| 7219 | + "schema": { |
| 7220 | + "type": "object" |
| 7221 | + }, |
| 7222 | + "examples": { |
| 7223 | + "application/json": { |
| 7224 | + "clientTrackingMethod": "MAC address" |
| 7225 | + } |
| 7226 | + } |
| 7227 | + } |
| 7228 | + }, |
| 7229 | + "summary": "Return the appliance settings for a network", |
| 7230 | + "tags": [ |
| 7231 | + "appliance", |
| 7232 | + "configure", |
| 7233 | + "settings" |
| 7234 | + ] |
| 7235 | + } |
| 7236 | + }, |
7204 | 7237 | "/networks/{networkId}/appliance/singleLan": {
|
7205 | 7238 | "get": {
|
7206 | 7239 | "description": "Return single LAN configuration",
|
|
16484 | 16517 | "accountType": "802.1X",
|
16485 | 16518 | "authorizations": [
|
16486 | 16519 | {
|
| 16520 | + "ssidNumber": 1, |
16487 | 16521 | "authorizedZone": "Store WiFi",
|
16488 | 16522 | "expiresAt": "2018-03-13T00:00:00.090210Z",
|
16489 | 16523 | "authorizedByName": "Miles Meraki",
|
|
16551 | 16585 | "properties": {
|
16552 | 16586 | "ssidNumber": {
|
16553 | 16587 | "type": "integer",
|
16554 |
| - "description": "For wireless networks, the SSID for which the user is being authorized. Must be configured for the user's given accountType." |
| 16588 | + "description": "Required for wireless networks. The SSID for which the user is being authorized, which must be configured for the user's given accountType." |
16555 | 16589 | },
|
16556 | 16590 | "expiresAt": {
|
16557 | 16591 | "type": "string",
|
|
16591 | 16625 | "accountType": "802.1X",
|
16592 | 16626 | "authorizations": [
|
16593 | 16627 | {
|
| 16628 | + "ssidNumber": 1, |
16594 | 16629 | "authorizedZone": "Store WiFi",
|
16595 | 16630 | "expiresAt": "2018-03-13T00:00:00.090210Z",
|
16596 | 16631 | "authorizedByName": "Miles Meraki",
|
|
16642 | 16677 | "accountType": "802.1X",
|
16643 | 16678 | "authorizations": [
|
16644 | 16679 | {
|
| 16680 | + "ssidNumber": 1, |
16645 | 16681 | "authorizedZone": "Store WiFi",
|
16646 | 16682 | "expiresAt": "2018-03-13T00:00:00.090210Z",
|
16647 | 16683 | "authorizedByName": "Miles Meraki",
|
|
16765 | 16801 | "accountType": "802.1X",
|
16766 | 16802 | "authorizations": [
|
16767 | 16803 | {
|
| 16804 | + "ssidNumber": 1, |
16768 | 16805 | "authorizedZone": "Store WiFi",
|
16769 | 16806 | "expiresAt": "2018-03-13T00:00:00.090210Z",
|
16770 | 16807 | "authorizedByName": "Miles Meraki",
|
|
34980 | 35017 | "lng": -122.098531723022,
|
34981 | 35018 | "address": "1600 Pennsylvania Ave",
|
34982 | 35019 | "notes": "My AP's note",
|
34983 |
| - "tags": " recently-added ", |
| 35020 | + "tags": [ |
| 35021 | + "recently-added" |
| 35022 | + ], |
34984 | 35023 | "networkId": "N_24329156",
|
34985 | 35024 | "serial": "Q234-ABCD-5678",
|
34986 | 35025 | "model": "MR34",
|
|
0 commit comments