curl --location --request GET '/admin-api/infra/redis/get-monitor-info' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053'{
"code": 0,
"data": {
"info": {
"property1": "string",
"property2": "string"
},
"dbSize": 1024,
"commandStats": [
{
"command": "get",
"calls": 1024,
"usec": 666
}
]
},
"msg": "string"
}