Project

General

Profile

Actions

REST APIs » History » Revision 5

« Previous | Revision 5/16 (diff) | Next »
Hammel, 23 Feb 2018 21:01


REST APIs

Server Node

Resource Name HTTP Verbs HTTP Methods _. Returns Direction Description
Pair CREATE Pair POST /pair/ UUID From IoT Node Pair an IoT node w/ server
Pair CREATE Pair POST /pair/register ACK From IoT Node Register an IoT node w/server using UUID
Pair CREATE Pair POST /pair/jarvis/<uuid> Public keys From Jarvis Pair a Jarvis node with server
Device UPDATE Device PUT /device/<uuid> Device state From Jarvis Change device state with JSON
Device GET Device GET /device/<uuid> Device state From Jarvis Get Device state as JSON

IoT Node

Resource Name HTTP Verbs HTTP Methods Returns Direction Description
Device UPDATE Device PUT /device/<uuid> Device state From Server Change device state with JSON
Device GET Device GET /device/<uuid> Device state From Server Get Device state as JSON

Updated by Hammel about 6 years ago · 5 revisions