Code Monkey home page Code Monkey logo

meraki-explorer's Introduction

Meraki Explorer

Status License


Meraki Explorer is a Web-application built on top of the OpenAPI specification that let you consume all available meraki API Endpoints

Description

The main goal of Meraki Explorer is let you easly work with the meraki API endpoints even if you are not familiar with coding. All you have to do is set your API key, the needed parameters and click submit!

The available enpoints are grupped in the left sidebar and can be searched based on endpoint name and description.

Categories and search

There are 4 main methods available: GET/PUT/POST/DELETE

11 main categories: Devices, Appliance, Camera, Cellulargateway, Switch, Wireless, Networks, Insight, Sm, Organizations, Sensor

Each available parameter is easily accessible with textbox or dropdown menus. The required parameters are marked by an asterix

Select Device/Network/Organization

Based on category you can select one/many/all devices/network/organization to run the API against. Once selected, the respective parameter (e.g serial) will be automatically populated with the serial number of the devices selected. This allows you to run the API in a "loop" with just a click.

Endpoint Response

The endopoint responses are available in table format or in JSON and are exportable in csv, xls, txt, json, and xml format.

JSON Body

Parameters can be pasted in JSON format, the editor helps you to write a valid json payload to be sent by the endpoint

Task Manager

The Task Manager utility stores each operation performed, the parameter used, the responses, and the status (success/fail). Here you can perform the Rollback (if available)

Rollback

Each PUT endpoint has an optional rollback feature available, this feature allows you to take a snapshot of the endpoint state before any change. Once the PUT operation is completeted, if needed, you can rollback to the previous state before the change. Rollback operation are performed in Taskmanager and are available only for PUT operations

OpenAPI spec

Meraki updates regularly the API endpoints, adding new endpoints or updating the old ones. You can download and use all the latest updated with just a click.

Meraki Dashboard API streaming live updates are available in this Webex space

Run the Web Application

Meraki Explorer runs in Docker 🐳 this small guide assumes you have a running Docker environement installed on your workstation. You can get Docker here => Get Docker

  • clone this repository
git clone [email protected]:cyberdevnet/meraki-explorer.git
  • change directory into meraki-explorer
cd meraki-explorer
  • spin-up the docker containers
docker-compose -f dockersmeraki-explorer/docker-compose.yml up --build

Meraki explorer will be installed in 3 containers/microservices:

  • meraki-explorer-mongodb (database)
  • meraki-explorer-ngnix (front-end)
  • meraki-explorer-fastapi (backend)

Once the applcation is running you can access it at http://localhost:81/

⛏️ Built With

✍️ Authors

meraki-explorer's People

Contributors

cyberdevnet avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.