Giter Club home page Giter Club logo

Comments (5)

sorscode avatar sorscode commented on August 20, 2024

hoyeunglee - To receive all those columns, that would be a feature request with Meraki. You could reach out to your Meraki Account Manager and request a feature request. I have a large number of requests in.

from dashboard-api-python.

hoyeunglee avatar hoyeunglee commented on August 20, 2024

I am using python to get data but there is no length of period to specify
How to specify this like curl command?

from dashboard-api-python.

sorscode avatar sorscode commented on August 20, 2024

hoyeunglee - You would specify it in your code:
clientList = meraki.getclients(apikey,serialnum)

It would look something like this:
clientList = meraki.getclients(apikey,serialnum,timestamp=86400)

Here is the definition from meraki.py
def getclients(apikey, serialnum, timestamp=86400, suppressprint=False):

As you can see from the definition there are 4 objects you can specify. Two are mandatory and two are optional.

apikey - mandatory
serialnum - mandatory
timestamp - optional
suppressprint - optional

The two optional ones already contain values. You can change the value by your call. I gave the timestamp a value of 86400 as an example to modify yours to, so you get the idea, but you can use up to 30 days.

Let me know if this helps.

from dashboard-api-python.

hoyeunglee avatar hoyeunglee commented on August 20, 2024

I get it.

I heard from my colleague that there is no support in meraki
How do account manager request ?

from dashboard-api-python.

shiyuechengineer avatar shiyuechengineer commented on August 20, 2024

Please 1) make a wish in Dashboard, & 2) file a feature request with your account team. Thanks!

from dashboard-api-python.

Related Issues (20)

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.