Inline1

Inline1
Inline1
JSON Example
{
    "status": "string",
    "registration_manifest": "string",
    "expiration": 0,
    "usage_count": 0,
    "number_available": 0
}
string
status
Read-Only  

The registration token status.

Enumeration: AVAILABLE, EXPIRED, USED
string
registration_manifest
Read-Only  

Registration manifest.

integer As int64 As int64
expiration
Read-Only  

Expiration for sensor registration token.

integer
usage_count
Read-Only  

Number of sensors registered with this token.

integer
number_available
Read-Only  

Number of sensors available to be registered with this token.

Used By