Skip to main content

device state

eviewLess than 1 minuteloctube-api

device state

url:/device/instance/{id}/state
method:GET
produces:application/x-www-form-urlencoded
consumes:*/*
Note:
Params:
Params:

namedescriptioninrequiretypeschema
iddevice idpathtruestring

Status-200:
Response Params:

namedescriptiontypeschema
messagemessage contentstring
resultresult data,{value=notActive},{value=offline},string
statusstatus codeinteger(int32)integer(int32)
codebusiness codestring
timestampTimestamp (ms)integer(int64)integer(int64)

Response Example:

{
	"message": "",
	"result": "",
	"status": 0,
	"code": "",
	"timestamp": 0
}