get Device
Get a device under a registry
Path Parameters
registryId string required
Registry ID
subscriptionId string required
Subscription ID
deviceId string required
Device ID
Responses
- 200
- 400
- 404
- 500
OK
application/json
Schema
Schema
property name*
string
id string
Possible values: >= 3 characters
and <= 256 characters
name string
numId string
parent string
registry string
blocked boolean
capresent boolean
subscription string
createdOn string
updatedOn string
credentials object[]
expirationTime string
id string
publicKey object
format string
Possible values: [RSA_PEM
, ES256_PEM
, RSA_X509_PEM
, ES256_X509_PEM
]
key string
gateway string[]
gatewayConfig object
gatewayAuthMethod string
Possible values: [GATEWAY_AUTH_METHOD_UNSPECIFIED
, ASSOCIATION_ONLY
, DEVICE_AUTH_TOKEN_ONLY
, ASSOCIATION_AND_DEVICE_AUTH_TOKEN
]
gatewayType string
Possible values: [NON_GATEWAY
, GATEWAY
]
isGateway boolean
deviceErrors string
clientOnline boolean
lastConfigAckTime string
lastConfigSendTime string
lastErrorStatus object
code integer
details string
message string
lastErrorTime string
lastEventTime string
lastHeartbeatTime string
lastStateTime string
logLevel string
Possible values: [INFO
, ERROR
]
metadata object
config object
acknowledged boolean
binaryData string
cloudUpdateTime string
deviceAckTime string
version integer
state object
binaryData string
updateTime string
policy object
Connect boolean
PublishState boolean
PublishEvents boolean
PublishEventsRegex string
PublishLoopback boolean
SubscribeCommand boolean
SubscribeCommandRegex string
SubscribeBroadcast boolean
SubscribeBroadcastRegex string
SubscribeConfig boolean
tcpUdpModelDetails object
id uint32
modelName string
manufacturer string
image object
valid boolean
contentType string
storageKey string
link string
data binary
tcpDetails object
enabled boolean
port uint32
udpDetails object
enabled boolean
port uint32
metadata object
createdAt date-time
updatedAt date-time
tcpUdpModelId number
isTcpUdpDevice boolean
Bad Request
application/json
Schema
Schema
error object
code integer
details string
message string
status string
Not Found
application/json
Schema
Schema
error object
code integer
details string
message string
status string
Internal Server Error
application/json
Schema
Schema
error object
code integer
details string
message string
status string
Loading...