Access-Id: ********************Access-Secret: ********************curl --location --request GET 'http://10.10.0.26:8080/api/system/upgrade_manager' \
--header 'Access-Id: <api-key>' \
--header 'Access-Secret: <api-key>'{
"code": 0,
"msg": "string",
"time": 0,
"data": {
"board_network_link_info": [
true
],
"board_network_status_info": [
true
],
"fiber_network_link_info": [
true
],
"fiber_network_status_info": [
true
]
}
}