API Domain
Device Management
① Get Device List
|
Summary |
① Get Device List
|
|
|---|---|---|
|
Path |
GET |
|
|
Description |
Through this API, you can get the list of devices associated with the gateway and their connection status by productId. |
|
|
Request Header |
X-ND-TOKEN |
API Key created by IoE Suite Developer |
|
content-type |
application/json |
|
|
Request Params |
Example Value |
JSON
|
|
Schema |
JSON
|
|
200
|
Response |
Status Code |
200 |
|---|---|---|
|
Description |
Successful request |
|
|
Content Type |
application/json |
|
|
Example Value |
JSON
|
|
|
Schema |
JSON
|
401
|
Response |
Status Code |
401 |
|---|---|---|
|
Description |
Unauthorized |
|
|
Content Type |
application/json |
|
|
Example Value |
JSON
|
|
|
Schema |
API key is invalid |
403
|
Response |
Status Code |
403 |
|---|---|---|
|
Description |
Forbidden |
|
|
Content Type |
application/json |
|
|
Example Value |
JSON
|
|
|
Schema |
Gateway productId (${productId}) user not subscribe related service |
404
|
Response |
Status Code |
404 |
|---|---|---|
|
Description |
Not found |
|
|
Content Type |
application/json |
|
|
Example Value |
JSON
|
|
|
Schema |
Gateway productId (${productId}) not found |
500
|
Response |
Status Code |
500 |
|---|---|---|
|
Description |
System error |
|
|
Content Type |
application/json |
|
|
Example Value |
|
|
|
Schema |
Internal Server Error |
② Get Gateway Status
|
Summary |
② Get Gateway Status
|
|
|---|---|---|
|
Path |
GET |
|
|
Description |
Through this API, you can get the gateway connection status by productId. |
|
|
Request Header |
X-ND-TOKEN |
API Key created by IoE Suite Developer |
|
content-type |
application/json |
|
|
Request Params |
Example Value |
JSON
|
|
Schema |
JSON
|
|
200
|
Response |
Status Code |
200 |
|---|---|---|
|
Description |
Successful request |
|
|
Content Type |
application/json |
|
|
Example Value |
JSON
|
|
|
Schema |
JSON
|
401
|
Response |
Status Code |
401 |
|---|---|---|
|
Description |
Unauthorized |
|
|
Content Type |
application/json |
|
|
Example Value |
JSON
|
|
|
Schema |
API key is invalid |
403
|
Response |
Status Code |
403 |
|---|---|---|
|
Description |
Forbidden |
|
|
Content Type |
application/json |
|
|
Example Value |
JSON
|
|
|
Schema |
Gateway productId (${productId}) user not subscribe related service |
404
|
Response |
Status Code |
404 |
|---|---|---|
|
Description |
Not found |
|
|
Content Type |
application/json |
|
|
Example Value |
JSON
|
|
|
Schema |
Gateway productId (${productId}) not found |
500
|
Response |
Status Code |
500 |
|---|---|---|
|
Description |
System error |
|
|
Content Type |
application/json |
|
|
Example Value |
|
|
|
Schema |
Internal Server Error |