Access-Id: ********************Access-Secret: ********************{}curl --location --request GET 'http://10.10.0.26:8080/api/network/stp' \
--header 'Access-Id: <api-key>' \
--header 'Access-Secret: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"code": 200,
"msg": "success",
"time": 1766569877595,
"data": {
"info": "stp",
"get": {
"bridge_id": "ffff.00e04c000000",
"priority": 65535,
"forward_delay": "15.00",
"hello_time": "2.00",
"max_age": "20.00",
"stp_state": "on"
}
}
}