{
"channel_id": "string",
"time": 0,
"sign": "string"
}
curl --location --request POST '/jyapi/storageClusters' \
--header 'Content-Type: application/json' \
--data-raw '{
"channel_id": "string",
"time": 0,
"sign": "string"
}'
{
"status": 200,
"msg": "success",
"data": [
{
"cluster_code": "123",
"cluster_name": "公司机房",
"is_full": 0,
"rest_capacity": 23937
}
]
}