curl --location --request GET '/v4/dec/host/available-host-info?regionID=&azName=&hostType=&spec=&hostIp='
{
"description": "string",
"errorCode": "string",
"message": "string",
"returnObj": {
"results": [
{
"hostID": "string",
"hostName": "string",
"createDate": "string",
"memorySize": "string",
"hostIp": "string",
"state": "string"
}
]
},
"statusCode": 0
}