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.
Hi,The following is the python code I am using to create a new network. Tried so many times with little changes each time to figure out the problem but no luck.Here are the error codes and response I am getting:error code : 400 bad requestresponse.te...
Thanks to All of you ! Its executed, and network created.There was a mistake in the argument type:'combined', Changed it to appliance, its working now. Apologies that I have given wireless in the type, which invited confusion in troubleshooting. Tha...
Changed time zone to specific one like you said, still the same error. Installed postman an hour ago and sent the POST request it is also giving the same error. >>> response.text'{"errors":["Invalid type"]}'>>> response<Response [400]>>>>
Thanks Nolan for your time and the links you posted.Tried importing the Meraki package as @MacuserJim did, and still getting the same error (bad request- invalid type).@Nolan Herring I tried giving payload (string / json) directly to requests.post(...