Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mchenetz/MerakiCLI
MerakiCLI is a command line program that tokenizes the commands and sends them through REST to Meraki
https://github.com/mchenetz/MerakiCLI
Last synced: 3 months ago
JSON representation
MerakiCLI is a command line program that tokenizes the commands and sends them through REST to Meraki
- Host: GitHub
- URL: https://github.com/mchenetz/MerakiCLI
- Owner: mchenetz
- Created: 2017-11-09T01:48:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T18:38:57.000Z (almost 7 years ago)
- Last Synced: 2024-05-20T22:11:48.952Z (6 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-merakiapis - MerakiCLI - MerakiCLI is a command line program that tokenizes the commands and sends them through REST to Meraki. (Administration / Contents)
README
# MerakiCLI
MerakiCLI is a command line program that tokenizes the commands and sends them through REST to Meraki.This is a work in progress. Error checking is needed and formatting is needed on data input. See bekow for examples.
# Instructions #
get: just type the actual path listed in the rest documentation minus the backslashes
put: add a json data value as first arg and then the REST path.
post: add a json data value as first arg and then the REST path.# Examples: #
`python3 ./merakicli.py get networks L_000000000000000000 devices``python3 ./merakicli.py get networks L_000000000000000000 ssids 1`
`python3 ./merakicli.py put {\"name\”:\”test\"} networks L_000000000000000000 devices AAAA-BBBB-CCCC`