# TargetGroupHttpHealthCheck

## Properties

| Name          | Type        | Description                                                                                                                                                                                                   | Notes                               |
| ------------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- |
| **matchType** | **string**  | Specify the target's response type to match ALB's request.                                                                                                                                                    | \[default to undefined]             |
| **method**    | **string**  | The method used for the health check request.                                                                                                                                                                 | \[optional] \[default to undefined] |
| **negate**    | **boolean** | Specifies whether to negate an individual entry; the default value is 'FALSE'.                                                                                                                                | \[optional] \[default to undefined] |
| **path**      | **string**  | The destination URL for HTTP the health check; the default is '/'.                                                                                                                                            | \[optional] \[default to undefined] |
| **regex**     | **boolean** | 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] \[default to undefined] |
| **response**  | **string**  | The response returned by the request. It can be a status code or a response body depending on the definition of 'matchType'.                                                                                  | \[default to undefined]             |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ionos.com/nodejs-sdk/models/targetgrouphttphealthcheck.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
