Skip to Content
Industrial Internet Application Development
book

Industrial Internet Application Development

by Alena Traukina, Jayant Thomas, Prashant Tyagi, Veera Kishore Reddipalli
September 2018
Intermediate to advanced
412 pages
11h 12m
English
Packt Publishing
Content preview from Industrial Internet Application Development

Getting the list of devices

We use the verb devices to get the list of IIoT devices and hence the endpoint should be /iiot/devices and the response should be as in the following example. It should use the HTTP GET method to get the list of devices, as can be seen in the following example:

HTTP GET--> /iiot/devices

The HTTP response is given as follows:

{    "IIoTEcoSystem": "gets a list of IIoT Devices",    "Version": "1.0",    "CompanyName": "IIoTPlatform",    "Devices": [    {        "deviceId": "10",        "name": "device-pump",        "assetType": "pump",        "active": "yes"    },    {        "deviceId": "11",        "name": "device-liquifier",        "assetType": "liquifier",        "active": "yes"    }  ]} 

Attributes should be self-descriptive for ease of use and, in this example, we are using the JSON outputs. ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Hands-On Industrial Internet of Things

Hands-On Industrial Internet of Things

Giacomo Veneri, Antonio Capasso
What Employees Want Most in Uncertain Times

What Employees Want Most in Uncertain Times

Kristine W. Powers, Jessica B.B. Diaz

Publisher Resources

ISBN: 9781788298599Supplemental Content