Modifies the attributes of a health check template.
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Association operation |
---|---|---|---|---|
alb:UpdateHealthCheckTemplateAttribute | Write |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ClientToken | string | No | The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must make sure that it is unique among all requests. The token can contain only ASCII characters. NoteIf you do not set this parameter, the system automatically sets ClientToken to the value of RequestId. The value of RequestId may be different for each API request. | 5A2CFF0E-5718-45B5-9D4D-70B3FF3898 |
HealthCheckTemplateName | string | No | The name of the health check template. The name must be 2 to 128 characters in length and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter. | HealthCheckTemplate1 |
HealthCheckConnectPort | integer | No | The port that is used for health checks. Valid values: 0 to 65535. Default value: 0. If you set the value to 0, the port of the backend server is used for health checks. | 80 |
HealthCheckHost | string | No | The domain name that is used for health checks. Valid values:
NoteThis parameter takes effect only when the HealthCheckProtocol parameter is set to HTTP. | $_ip |
HealthCheckInterval | integer | No | The interval between two consecutive health checks. Unit: seconds. Valid values: 1 to 50. Default value: 2. | 5 |
HealthCheckTimeout | integer | No | The timeout period of a health check. If a backend server does not return a health check response within the specified timeout period, the server fails the health check. Unit: seconds. Valid values: 1 to 300. Default value: 5. NoteIf the value of the HealthCheckTimeout parameter is smaller than that of the HealthCheckInterval parameter, the timeout period specified by the HealthCheckTimeout parameter is ignored and the value of the HealthCheckInterval parameter is used as the timeout period. | 3 |
HealthCheckPath | string | No | The URL path that is used for health checks. The URL must be 1 to 80 characters in length and can contain only letters, digits, hyphens (-), forward slashes (/), periods (.), percent signs (%), question marks (?), number signs (#), and ampersands (&). The URL can also contain the following extended characters: The URL path must start with a forward slash (/). NoteThis parameter takes effect only when the HealthCheckProtocol parameter is set to HTTP or gRPC. | /test/index.html |
HealthCheckMethod | string | No | The HTTP method that is used for health checks. Valid values:
NoteThis parameter takes effect only when the HealthCheckProtocol parameter is set to HTTP or gRPC. | HEAD |
HealthCheckProtocol | string | No | The protocol that is used for health checks. Valid values:
| HTTP |
HealthCheckHttpVersion | string | No | The HTTP version that is used for health checks. Valid values: HTTP1.0 and HTTP1.1. Default value: HTTP1.1. NoteThis parameter takes effect only when the HealthCheckProtocol parameter is set to HTTP. | HTTP1.0 |
HealthyThreshold | integer | No | The number of times that an unhealthy backend server must consecutively pass health checks before it is declared healthy. In this case, the health status is changed from fail to success. Valid values: 2 to 10. Default value: 3. | 4 |
UnhealthyThreshold | integer | No | The number of times that a healthy backend server must consecutively fail health checks before it is declared unhealthy. In this case, the health status is changed from success to fail. Valid values: 2 to 10. Default value: 3. | 4 |
DryRun | boolean | No | Specifies whether to only precheck this request. Valid values:
| true |
HealthCheckTemplateId | string | Yes | The ID of the template. | hct-bp1qjwo61pqz3ahltv0mw |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "365F4154-92F6-4AE4-92F8-7FF34B540710"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | IncorrectStatus.HealthCheckTemplate | The status of %s [%s] is incorrect. | The status of %s [%s] is incorrect. |
404 | ResourceNotFound.HealthCheckTemplate | The specified resource %s is not found. | The specified resource %s is not found. |
For a list of error codes, visit the Service error codes.