cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4683
Views
6
Helpful
2
Replies

Readable API V1 manual

Edgar-VO
Level 3
Level 3

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

1 Accepted Solution

Accepted Solutions

DexterLabora
Cisco Employee
Cisco Employee

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-diff-json

Hope this helps!

View solution in original post

2 Replies 2

DexterLabora
Cisco Employee
Cisco Employee

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-diff-json

Hope this helps!


@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-diff-json steamdb

Hope this helps!


Thanks very much for that information.