curl --location --request GET '/v4/resource/query-available-resource-pool' \
--header 'x-ctyun-traceid;' \
--header 'x-ctyun-reqid;' \
--header 'x-ctyun-reqtime;'
{
"returnObj": [
{
"area": "string",
"createTime": 0,
"icon": "string",
"id": 0,
"monitorType": 0,
"name": "string",
"osId": "string",
"poolType": {
"icon": "string",
"id": 0,
"name": "string",
"type": "string",
"updateTime": 0,
"url": "string"
},
"poolTypeUuid": "string",
"regionId": "string",
"status": "string",
"updateTime": 0,
"url": "string",
"username": "string",
"zoneId": "string"
}
],
"description": "string",
"errorCode": "string",
"message": "string",
"statusCode": 0
}