curl --location --request GET '/v4/elb/list-health-check?regionID='
{
"errorCode": "string",
"returnObj": [
{
"createTime": "string",
"description": "string",
"httpExpectedCodes": "string",
"httpMethod": "string",
"httpUrlPath": "string",
"ID": "string",
"interval": 0,
"maxRetry": 0,
"name": "string",
"projectID": "string",
"protocol": "string",
"regionID": "string",
"status": "string",
"timeout": 0,
"azName": "string",
"protocolPort": 0
}
],
"statusCode": 0,
"message": "string",
"description": "string"
}