1.1.1 Getting System Information
Request
Body Params application/json
{
"id": "GSF_ID_BSP_BASE",
"op": "G0C0S0"
}
Request Code Samples
curl --location --request POST 'http://192.168.0.168/api/system/config' \
--header 'Cookie: access_token=;access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "GSF_ID_BSP_BASE",
"op": "G0C0S0"
}'
Responses
application/json {
"code": 0,
"data": {
"dev_model": "BovaIPC",
"dev_addr": 0,
"dev_id": "0",
"language": 0,
"sw_ver": "v2.1.6, build 20221107",
"hw_ver": "v3.1.6, build 20221216",
"sys_sn": "SN-EV202105"
}
}
Modified at 2024-12-25 10:19:09