前端开发任务 #5488
需求 #5487: 存储中心,蜂巢、浪潮分布式存储调整
蜂巢、浪潮存储监控接口对接
描述
蜂巢存储
新增监控:
PlatQueryClusterMonitorRequest
"cloudType":"private_hstor"
返回结构:
浪潮存储
新增监控
PlatQueryClusterMonitorRequest
"cloudType": "private_inspur_cluster"
返回结构:
{
"code": 200,
"message": "成功",
"data": [
{
"writeIops": "320",
"readIops": "1262",
"time": "1716862665",
"totalIops": "1582"
}
]
}