Skip to content

Commit

Permalink
API version v1.54.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdurban committed Jan 1, 2025
1 parent faf6f1e commit dd51adb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
16 changes: 8 additions & 8 deletions openapi/spec2.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"swagger": "2.0",
"info": {
"version": "1.53.0-beta.3",
"version": "1.54.0-beta.0",
"title": "Meraki Dashboard API",
"description": "The Cisco Meraki Dashboard API is a modern REST API based on the OpenAPI specification.\n\n> Date: 25 December, 2024\n>\n> [Recent Updates](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",
"description": "The Cisco Meraki Dashboard API is a modern REST API based on the OpenAPI specification.\n\n> Date: 01 January, 2025\n>\n> [Recent Updates](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",
"contact": {
"name": "Meraki Developer Community",
"url": "https://meraki.io/community"
Expand Down Expand Up @@ -120397,9 +120397,9 @@
"name": "file_name",
"startTime": "2018-02-11T00:00:00.090210Z",
"ports": "1, 2",
"status": "new",
"status": "exporting",
"errorMessage": "Some error message",
"outputType": "cloudshark",
"outputType": "pcap",
"captureSource": "scheduled",
"captureReason": "capture reason",
"fileSize": 1066,
Expand Down Expand Up @@ -120660,9 +120660,9 @@
"name": "file_name",
"startTime": "2018-02-11T00:00:00.090210Z",
"ports": "1, 2",
"status": "new",
"status": "exporting",
"errorMessage": "Some error message",
"outputType": "cloudshark",
"outputType": "pcap",
"captureSource": "scheduled",
"captureReason": "capture reason",
"fileSize": 1066,
Expand Down Expand Up @@ -120992,9 +120992,9 @@
"name": "file_name",
"startTime": "2018-02-11T00:00:00.090210Z",
"ports": "1, 2",
"status": "new",
"status": "exporting",
"errorMessage": "Some error message",
"outputType": "cloudshark",
"outputType": "pcap",
"captureSource": "scheduled",
"captureReason": "capture reason",
"fileSize": 1066,
Expand Down
22 changes: 11 additions & 11 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"openapi": "3.0.1",
"info": {
"title": "Meraki Dashboard API",
"description": "A RESTful API to programmatically manage and monitor Cisco Meraki networks at scale.\n\n> Date: 25 December, 2024\n>\n> [Recent Updates](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",
"description": "A RESTful API to programmatically manage and monitor Cisco Meraki networks at scale.\n\n> Date: 01 January, 2025\n>\n> [Recent Updates](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",
"contact": {
"name": "Meraki Developer Community",
"url": "https://meraki.io/community"
},
"version": "1.53.0-beta.3"
"version": "1.54.0-beta.0"
},
"servers": [
{
Expand Down Expand Up @@ -127834,10 +127834,10 @@
"name": "file_name",
"startTime": "2018-02-11T00:00:00.090210Z",
"ports": "1, 2",
"status": "downloading",
"status": "capturing",
"errorMessage": "Some error message",
"outputType": "pcap",
"captureSource": "automatic",
"outputType": "upload_to_cloud",
"captureSource": "scheduled",
"captureReason": "capture reason",
"fileSize": 1066,
"duration": 60,
Expand Down Expand Up @@ -128111,10 +128111,10 @@
"name": "file_name",
"startTime": "2018-02-11T00:00:00.090210Z",
"ports": "1, 2",
"status": "downloading",
"status": "capturing",
"errorMessage": "Some error message",
"outputType": "pcap",
"captureSource": "automatic",
"outputType": "upload_to_cloud",
"captureSource": "scheduled",
"captureReason": "capture reason",
"fileSize": 1066,
"duration": 60,
Expand Down Expand Up @@ -128461,10 +128461,10 @@
"name": "file_name",
"startTime": "2018-02-11T00:00:00.090210Z",
"ports": "1, 2",
"status": "downloading",
"status": "capturing",
"errorMessage": "Some error message",
"outputType": "pcap",
"captureSource": "automatic",
"outputType": "upload_to_cloud",
"captureSource": "scheduled",
"captureReason": "capture reason",
"fileSize": 1066,
"duration": 60,
Expand Down

0 comments on commit dd51adb

Please sign in to comment.