True if the register has an up-to-date value. If false, it typically
means that the (remote) device measuring its value is not
reachable at the moment.
Get /sys/team/reg/{name}/available
SecurityApiKey
Request
path Parameters
name
required
string
The register name.
Responses
200
Normal response.
401
Unauthorized response.
get/sys/team/reg/{name}/available
Request samples
curl
Python
JavaScript
Go
Response samples
200
401
application/json
{
"result": true,
"error": "Error message (present if an error occurred)."