docker-sdk-rust/docs/HealthcheckResult.md
2025-06-16 16:37:36 +07:00

868 B

HealthcheckResult

Properties

Name Type Description Notes
start Option<String> Date and time at which this check started in RFC 3339 format with nano-seconds. [optional]
end Option<String> Date and time at which this check ended in RFC 3339 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] [Back to API list] [Back to README]