Queries the detailed information about a health check instance.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
RegionId | string | Yes | The region ID of the Smart Access Gateway (SAG) instance. | cn-shanghai |
HcInstanceId | string | Yes | The ID of the health check instance. | hc-1k4ucuq77b56x4**** |
SmartAGId | string | Yes | The ID of the SAG instance. | sag-1um5x5nwhilymw**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"SrcPort": 2334,
"Description": "hc-123",
"RequestId": "DDA08B78-5634-4A83-94E4-5C58FD7EBA19",
"SrcIpAddr": "10.XX.XX.1",
"CreateTime": 1586759657000,
"FailCountThreshold": 3,
"DstPort": 1223,
"Name": "bvt-test-03****",
"ProbeCount": 3,
"Type": "ICMP_ECHO",
"ProbeTimeout": 1000,
"HcInstanceId": "hc-1k4ucuq77b56x4****",
"RttThreshold": 300,
"ProbeInterval": 2000,
"SmartAGId": "sag-1um5x5nwhilymw****",
"RttFailThreshold": 3,
"DstIpAddr": "192.XX.XX.1"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | HC.InstanceNoFound | The specified network health check instance does not exist. | The specified network health check instance does not exist. |
For a list of error codes, visit the Service error codes.