Verify the Hardware Version

The API allows requests to path to specific elements or groups of embedded elements (you can enter this at the browser address line).

For example, if a user wanted to know the specific hardware version of a device, they could make the request:    https://[rcell_ip]/api/system/hardwareVersion

 

Example: Verify the hardware version (part of the system collection).

GET https://192.168.2.1/api/system/hardwareVersion

Status: HTTP/1.1 200 OK
{
    "code" : 200, 
    "result" : “MTRV1-0.4”,
    "status" : "success"
}