curl --location --request GET 'https://example.com:30888/tablestores/statistics'
{
"tablestore": {
"TotalCpuCount": 0,
"TotalDiskSizeMb": 0,
"TotalMemSizeMb": 0,
"status_info": [
{
"Status": "string",
"pending_deleted_count": 0,
"total_count": 0
}
]
}
}