## /status/system/exception/kernel The nodes below this one perform the functions described in this function overview. Use Use to view how kernel exceptions are handled. #### Data Type subtree ### Request Methods GET ### Related REST API Reference - [exception](https://docs.lineratesystems.com/093Release_2 .5/250REST_API_Reference_Guide/config/system/exception) CLI Reference - [Show System Commands](https://docs.lineratesystems.com/093Rel ease_2.5/200CLI_Reference_Guide/Exec_Commands/Show_Commands/Show_System_Comman ds) ### Examples GET curl -b cookie.jar -k https://10.1.2.3:8443/lrs/api/v1.0/status/system/exception/kernel GET Response {"/status/system/exception/kernel": {"data": None, "default": False, "defaultAllowed": False, "deleteAllowed": False, "numChildren": 2, "type": "subtree"}, "httpResponseCode": 200, "recurse": False, "requestPath": "/status/system/exception/kernel"} GET (list children) curl -b cookie.jar -k https://10.1.2.3:8443/lrs/api/v1.0/status/system/exception/kernel?op=list GET Response {"/status/system/exception/kernel": {"children": {"/status/system/exception/kernel/dump": {"default": False, "defaultAllowed": False, "deleteAllowed": False, "numChildren": 2, "type": "subtree"}, "/status/system/exception/kernel/fulldev": {"default": True, "defaultAllowed": True, "deleteAllowed": False, "numChildren": 0, "type": "string"}}, "default": False, "defaultAllowed": False, "deleteAllowed": False, "numChildren": 2, "type": "subtree"}, "httpResponseCode": 200, "recurse": False, "requestPath": "/status/system/exception/kernel"} GET (recursively list children) curl -b cookie.jar -k https://10.1.2.3:8443/lrs/api/v1.0/status/system/excepti on/kernel?level=recurse 1. /status/system/exception/kernel 1. 1. Data Type 2. Request Methods 3. Related 4. Examples