{
"deviceId": 0
}
curl --location --request POST '/api/database/panel/tablespaces' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": 0
}'
{
"code": 0,
"data": [
{
"deviceId": 0,
"tablespaceName": "",
"totalSize": "",
"allocatedSize": "",
"usedSize": "",
"usedAllocatedPercent": 0.0,
"allocatedTotalPercent": 0.0,
"usedTotalPercent": 0.0,
"collectedTime": ""
}
],
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}