Robots
Get vitals configuration
This endpoint gets the current configuration of vitals collection on a robot
curl --request GET https://api.airbotics.io/robots/robot0/vitals/config \
--header 'content-type: application/json' \
--header 'air-api-key: <token>'
{
"enabled": true
}
Path parameters
id
string
requiredThe ID of the robot.
curl --request GET https://api.airbotics.io/robots/robot0/vitals/config \
--header 'content-type: application/json' \
--header 'air-api-key: <token>'
{
"enabled": true
}