File: TargetGroupHttpHealthCheck.md

package info (click to toggle)
python-ionoscloud 6.1.9-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,172 kB
  • sloc: python: 41,445; sh: 35; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 1,001 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# TargetGroupHttpHealthCheck

## Properties
| Name | Type | Description | Notes |
| ------------ | ------------- | ------------- | ------------- |
| **match_type** | **str** | Specify the target's response type to match ALB's request. |  |
| **method** | **str** | The method used for the health check request. | [optional]  |
| **negate** | **bool** | Specifies whether to negate an individual entry; the default value is 'FALSE'. | [optional]  |
| **path** | **str** | The destination URL for HTTP the health check; the default is '/'. | [optional]  |
| **regex** | **bool** | Specifies whether to use a regular expression to parse the response body; the default value is 'FALSE'.  By using regular expressions, you can flexibly customize the expected response from a healthy server. | [optional]  |
| **response** | **str** | The response returned by the request. It can be a status code or a response body depending on the definition of 'matchType'. |  |