/status/system/boot/version

Use

Use to view the configured version set for the next reload.

Data Key

The data key contains the version.

Data Type

string

Default Data Value

“”

Default Allowed

False

Request Methods

GET

Examples

GET

curl -b cookie.jar -k https://10.1.2.3:8443/lrs/api/v1.0/status/system/boot/version

GET Response

{"/status/system/boot/version": {"data": "1.5.7",
                                  "default": False,
                                  "defaultAllowed": False,
                                  "deleteAllowed": False,
                                  "numChildren": 0,
                                  "type": "string"},
 "httpResponseCode": 200,
 "recurse": False,
 "requestPath": "/status/system/boot/version"}
  1. /status/system/boot/version 1. Data Key
    1. Data Type
    2. Default Data Value 2. Default Allowed 3. Request Methods 4. Related 5. Examples