3 years ago
Add Device via API
 
	Hi - I'm trying to add a device via API and Powershell. 
 
 
	I've prepared the following JSON which im passing as a BODY object via POST.
 
 
	{  
	    "description":  "Test Server",  
	    "nam...
What's the endpoint you're hitting? 1404 means the resource (api resource, aka endpoint, aka url) isn't found. You should be posting to /device/devices. Does your response contain anything other than the 1404 error?