curl --location --request GET '/api/template-conf/shell/list'
{
"code": 0,
"data": [
{
"id": "",
"name": "",
"type": 0,
"protocol": "",
"port": 0,
"shell": "",
"version": "",
"userType": "",
"companyId": "",
"company": "",
"presets": 0,
"items": [
{
"riskId": 0,
"riskName": "",
"description": ""
}
]
}
],
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}