File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030def main (org_id , timespan ):
3131 # Instantiate a Meraki dashboard API session
3232 dashboard = meraki .DashboardAPI (
33- base_url = 'https://api-mp .meraki.com/api/v0/' ,
33+ base_url = 'https://api.meraki.com/api/v0/' ,
3434 print_console = False ,
3535 output_log = False ,
3636 )
Original file line number Diff line number Diff line change 3030def main (org_id , timespan ):
3131 # Instantiate a Meraki dashboard API session
3232 dashboard = meraki_v1 .DashboardAPI (
33- base_url = 'https://api-mp .meraki.com/api/v1/' ,
33+ base_url = 'https://api.meraki.com/api/v1/' ,
3434 print_console = False ,
3535 output_log = False ,
3636 )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def main():
1414 # Instantiate a Meraki dashboard API session
1515 dashboard = meraki .DashboardAPI (
1616 api_key = '' ,
17- base_url = 'https://api-mp .meraki.com/api/v0/' ,
17+ base_url = 'https://api.meraki.com/api/v0/' ,
1818 output_log = True ,
1919 log_file_prefix = os .path .basename (__file__ )[:- 3 ],
2020 log_path = '' ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def main():
1414 # Instantiate a Meraki dashboard API session
1515 dashboard = meraki .DashboardAPI (
1616 api_key = '' ,
17- base_url = 'https://api-mp .meraki.com/api/v1/' ,
17+ base_url = 'https://api.meraki.com/api/v1/' ,
1818 output_log = True ,
1919 log_file_prefix = os .path .basename (__file__ )[:- 3 ],
2020 log_path = '' ,
You can’t perform that action at this time.
0 commit comments