Not able to use Nordic Cloud REST API to change Asset Tracker Config for an nRF9160-based prototype device.

Hi Guys,

I'm working my way through the 'nRF Cloud REST API and configuring the Asset Tracker v2 application' blog post to learn how to use REST API.

I'm using POSTMAN to configure and send my API requests.

Everything was working fine, until I got to the part of the blog where we attempt to change the configuration of the device as shown in the following screenshot from the POSTMAN GUI.

Near as I can tell, this exactly matches the example in the blog post.  But instead, I get a "Not Found" response.

This is an nRF9160 based prototype device that we are developing.  The hardware and firmware is working reasonably well.  We have loaded Asset Tracker 2 into the device.  We are now trying to integrate the devices into the AWS cloud, beginning with Nordic's nRF Cloud.  Later we plan to add our own AWS cloud site and use the REST API to do cloud2cloud with Nordic's site.

This is one of 5 prototype devices that are now provisioned on our Nordic cloud account:

The GET queries work just fine.

What I'm now trying to do is change the configuration for a device, e.g. change the activeWaitTime, or some other parameter.

HELP! How can I make this work.

Related