接口描述:传入机柜id列表和分析条件,分析机柜容量。
URL地址:http://ip:port /wapi/v1/racksCapacityAnalysis
访问方法::Post
请求参数:
Body参数
参数名 | 类型 | 示例值 | 必填 | 说明 |
---|---|---|---|---|
racksId | Array[Long] | ["24000000054123", "24000000054122"] | 是 | 机柜id列表 |
screeningConditions | String | unitCapacity | 是 | 分析条件 |
[
{
"rackId": 24000000054123,
"rackName": "42U 600×1200",
"unitCapacity": 42,
"electricPower": null,
"temperature": null,
"bearing": null,
"ODFport": null,
"MDFport": null,
"SWport": null
},
{
"rackId": 24000000054122,
"rackName": "testrack23116",
"unitCapacity": 33,
"electricPower": null,
"temperature": null,
"bearing": null,
"ODFport": null,
"MDFport": null,
"SWport": null
}
]