Skip to content

Commit a7ede86

Browse files
author
Meraki
committed
API version 1.1.0-beta.3
1 parent eb3526b commit a7ede86

File tree

1 file changed

+43
-4
lines changed

1 file changed

+43
-4
lines changed

openapi/spec2.json

Lines changed: 43 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"swagger": "2.0",
33
"info": {
4-
"version": "1.1.0-beta.2",
4+
"version": "1.1.0-beta.3",
55
"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"
77
},
88
"host": "api.meraki.com",
99
"basePath": "/api/v1",
@@ -7201,6 +7201,39 @@
72017201
]
72027202
}
72037203
},
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+
},
72047237
"/networks/{networkId}/appliance/singleLan": {
72057238
"get": {
72067239
"description": "Return single LAN configuration",
@@ -16484,6 +16517,7 @@
1648416517
"accountType": "802.1X",
1648516518
"authorizations": [
1648616519
{
16520+
"ssidNumber": 1,
1648716521
"authorizedZone": "Store WiFi",
1648816522
"expiresAt": "2018-03-13T00:00:00.090210Z",
1648916523
"authorizedByName": "Miles Meraki",
@@ -16551,7 +16585,7 @@
1655116585
"properties": {
1655216586
"ssidNumber": {
1655316587
"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."
1655516589
},
1655616590
"expiresAt": {
1655716591
"type": "string",
@@ -16591,6 +16625,7 @@
1659116625
"accountType": "802.1X",
1659216626
"authorizations": [
1659316627
{
16628+
"ssidNumber": 1,
1659416629
"authorizedZone": "Store WiFi",
1659516630
"expiresAt": "2018-03-13T00:00:00.090210Z",
1659616631
"authorizedByName": "Miles Meraki",
@@ -16642,6 +16677,7 @@
1664216677
"accountType": "802.1X",
1664316678
"authorizations": [
1664416679
{
16680+
"ssidNumber": 1,
1664516681
"authorizedZone": "Store WiFi",
1664616682
"expiresAt": "2018-03-13T00:00:00.090210Z",
1664716683
"authorizedByName": "Miles Meraki",
@@ -16765,6 +16801,7 @@
1676516801
"accountType": "802.1X",
1676616802
"authorizations": [
1676716803
{
16804+
"ssidNumber": 1,
1676816805
"authorizedZone": "Store WiFi",
1676916806
"expiresAt": "2018-03-13T00:00:00.090210Z",
1677016807
"authorizedByName": "Miles Meraki",
@@ -34980,7 +35017,9 @@
3498035017
"lng": -122.098531723022,
3498135018
"address": "1600 Pennsylvania Ave",
3498235019
"notes": "My AP's note",
34983-
"tags": " recently-added ",
35020+
"tags": [
35021+
"recently-added"
35022+
],
3498435023
"networkId": "N_24329156",
3498535024
"serial": "Q234-ABCD-5678",
3498635025
"model": "MR34",

0 commit comments

Comments
 (0)