genereated from openapi generator

This commit is contained in:
Pakin 2025-06-16 16:37:36 +07:00
commit 381e758fdf
500 changed files with 25844 additions and 0 deletions

14
docs/HealthcheckResult.md Normal file
View file

@ -0,0 +1,14 @@
# HealthcheckResult
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**start** | Option<**String**> | Date and time at which this check started in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format with nano-seconds. | [optional]
**end** | Option<**String**> | Date and time at which this check ended in [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format with nano-seconds. | [optional]
**exit_code** | Option<**i32**> | ExitCode meanings: - `0` healthy - `1` unhealthy - `2` reserved (considered unhealthy) - other values: error running probe | [optional]
**output** | Option<**String**> | Output from last check | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)