- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Readable API V1 manual
Hello All...
I am in the process of converting all my scripts from 0.9 API to the V1 API. I have both libraries install on my python environment and that is working ... I have difficulty in finding the new API calls related to the old one. The relation between the Postman Documents which meraki refers to, and the API calls are virtually non existent.
What i am looking for is some kind of table where i can see the V0 API call related to the new V1 API call.
Like this :
dashboard.devices.getNetworkDevices(def_network_id) -> dashboard.networks.getNetworkDevices(def_network_id)
Or some kind of reference in that postman V1 rest calls to the matching meraki V1 API call.
Hope there is.... or i have to find everything all over again
Thnx in Advance
Ed
Solved! Go to solution.
- Labels:
-
Dashboard API
-
Updates from Meraki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Ed,
I generated a JSON file that contains all of the path changes of v0 to v1 and their respective operationIds.
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Ed,
I generated a JSON file that contains all of the path changes of v0 to v1 and their respective operationIds.
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@DexterLaBora wrote:Hi Ed,
I generated a JSON file that contains all of the path changes of v0 to v1 and their respective operationIds.
https://gist.github.com/dexterlabora/5b9fc6934d26f45100ff0d632ccbb118#file-v0-v1-path-operations-dif... steamdb
Hope this helps!
Thanks very much for that information.
