Searches for health check templates.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
alidns:SearchCloudGtmMonitorTemplates |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AcceptLanguage |
string |
No |
The language of the response. Valid values:
|
zh-CN |
| PageNumber |
integer |
Yes |
The current page number. The value starts from 1. The default value is 1. |
1 |
| PageSize |
integer |
Yes |
The number of entries to return on each page for a paged query. The maximum value is 100. The default value is 20. |
20 |
| Name |
string |
No |
The name of the health check template. A fuzzy search is performed based on the keyword that you enter. |
IPv4-Ping |
| IpVersion |
string |
No |
The IP version of the detection points. An exact search is performed. Valid values:
|
IPv4 |
| Protocol |
string |
No |
The protocol used for detection. An exact search is performed. Valid values:
|
ping |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The unique request ID. |
536E9CAD-DB30-4647-AC87-AA5CC38C5382 |
| TotalPages |
integer |
The total number of pages. |
1 |
| TotalItems |
integer |
The total number of health check templates that are found. |
1 |
| PageSize |
integer |
The number of entries returned on each page. The maximum value is 100. The default value is 20. |
20 |
| PageNumber |
integer |
The current page number. The value starts from 1. The default value is 1. |
1 |
| Templates |
object |
||
| Template |
array<object> |
A list of health check templates. |
|
|
object |
The information about the health check template. |
||
| TemplateId |
string |
The ID of the health check template. The ID uniquely identifies a health check template. |
mtp-89518052425100**80 |
| CreateTime |
string |
The time when the health check template was created. |
2024-03-23T13:09Z |
| CreateTimestamp |
integer |
The UNIX timestamp that indicates when the health check template was created. |
1527690629357 |
| UpdateTime |
string |
The time when the health check template was last modified. |
2024-03-29T13:20Z |
| UpdateTimestamp |
integer |
The UNIX timestamp that indicates when the health check template was last modified. |
1527690629357 |
| Name |
string |
The name of the health check template. For easy identification, specify a name that indicates the health check protocol. |
IPv4-Ping |
| IpVersion |
string |
The IP version of the detection points. Valid values:
|
IPv4 |
| Protocol |
string |
The protocol used to probe the target IP address. Valid values:
|
ping |
| Interval |
integer |
The interval between two consecutive health checks. Unit: seconds. The default interval is 1 minute. The minimum interval is 15 seconds. This feature is available only for Ultimate Edition instances. |
60 |
| Timeout |
integer |
The timeout period for a health check. Unit: milliseconds. If a packet is not returned within the timeout period, the health check is considered to have timed out. Valid values:
|
5000 |
| EvaluationCount |
integer |
The number of retries. The system considers the application service abnormal only after the number of consecutive abnormal health checks reaches the specified value. This prevents monitoring accuracy from being affected by factors such as transient network jitter. Valid values:
|
2 |
| FailureRate |
integer |
The failure rate of the selected detection points. This is the percentage of abnormal detection points in all detection points. If the failure rate exceeds the specified threshold, the endpoint is considered abnormal. Valid thresholds for the failure rate are:
|
50 |
| ExtendInfo |
string |
The extended information in a JSON string. The following parameters are required for different protocols:
|
{\"code\":200,\"path\":\"\\index.htm\",\"host\":\"aliyun.com\"} |
| IspCityNodes |
object |
||
| IspCityNode |
array<object> |
A list of detection points. |
|
|
object |
The information about the detection point. |
||
| CountryCode |
string |
The country code. |
001 |
| CountryName |
string |
The country name. |
中国 |
| CityCode |
string |
The city code. |
503 |
| CityName |
string |
The city name. |
张家口市 |
| GroupType |
string |
The type of the detection point group. Valid values:
|
BGP |
| GroupName |
string |
The name of the detection point group. |
BGP |
| IspCode |
string |
The carrier code. |
465 |
| IspName |
string |
The carrier name. |
阿里巴巴 |
| Remark |
string |
The remarks on the health check template. |
test |
Examples
Success response
JSON format
{
"RequestId": "536E9CAD-DB30-4647-AC87-AA5CC38C5382",
"TotalPages": 1,
"TotalItems": 1,
"PageSize": 20,
"PageNumber": 1,
"Templates": {
"Template": [
{
"TemplateId": "mtp-89518052425100**80",
"CreateTime": "2024-03-23T13:09Z",
"CreateTimestamp": 1527690629357,
"UpdateTime": "2024-03-29T13:20Z",
"UpdateTimestamp": 1527690629357,
"Name": "IPv4-Ping",
"IpVersion": "IPv4",
"Protocol": "ping",
"Interval": 60,
"Timeout": 5000,
"EvaluationCount": 2,
"FailureRate": 50,
"ExtendInfo": "{\\\"code\\\":200,\\\"path\\\":\\\"\\\\index.htm\\\",\\\"host\\\":\\\"aliyun.com\\\"}",
"IspCityNodes": {
"IspCityNode": [
{
"CountryCode": "001",
"CountryName": "中国",
"CityCode": "503",
"CityName": "张家口市",
"GroupType": "BGP",
"GroupName": "BGP",
"IspCode": "465",
"IspName": "阿里巴巴"
}
]
},
"Remark": "test"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.