curl --location --request GET 'https://192.168.88.32:9781/bvcsp/v1/module/' \
--header 'Authorization;'
{
"code": 0,
"msg": "string",
"data": {
"moduleInfo": {
"appid": "string",
"module": "string",
"name": "string",
"plugin": true,
"path": "string",
"cmd": "string",
"auto_start": true,
"not_allow_stop": true,
"run_num": 0,
"wait_time": "string",
"args": [
"string"
]
},
"process": [
{
"info": {
"id": "string",
"pid": "string",
"status": 0,
"start_time": 0,
"version": "string",
"build_time": "string"
}
}
]
}
}