Users Manual

Content-Type application/json
Status Codes
200 OK successful operation (returns SysInfo)
Referenced Data Models
SysInfo (Section 8.2.3)
GET /system/license
Get information about licenses installed on sensor.
Template request
GET /api/v1/system/license HTTP/1.1
Host: <rcvisard>
Sample response
HTTP/1.1 200 OK
Content-Type: application/json
{
"components": {
"calibration": true,
"fusion": true,
"hand
_
eye
_
calibration": true,
"rectification": true,
"self
_
calibration": true,
"slam": false,
"stereo": true,
"svo": true
},
"valid": true
}
Response Headers
Content-Type application/json
Status Codes
200 OK successful operation (returns LicenseInfo)
Referenced Data Models
LicenseInfo (Section 8.2.3)
POST /system/license
Update license on sensor with a license file.
Template request
POST /api/v1/system/license HTTP/1.1
Host: <rcvisard>
Accept: multipart/form-data
Form Parameters
file license file (required)
Request Headers
Accept multipart/form-data
Status Codes
8.2. REST-API interface 147