Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Good Afternoon;I am following through Meraki's Documentation concerning the Create Device Live Tools Throughput Test VIA API Using the following commands - import merakiAPI_KEY = 'XXXXa55b1'dashboard = meraki.DashboardAPI(API_KEY)serial = 'XXXX-XXXX-...
I have updated my code and am now receiving - Error: 400 Client Error: Bad Request for url: https://api.meraki.com/api/v1/devices/Q2KY-SY6P-MQCY/liveTools/throughputTest
I have also tried the following in a script I am working on :import requestsimport jsonurl = "https://api.meraki.com/api/v1/devices/XXXX-XXXX-XXXX/liveTools/throughputTest"payload = '''{"callback": {"payloadTemplate": { "id": "wpt_2100" },"url": "ht...