Module healthcheck_api

Source

Structs§

CreateHealthcheckParams
struct for passing parameters to the method create_healthcheck
DeleteHealthcheckParams
struct for passing parameters to the method delete_healthcheck
GetHealthcheckParams
struct for passing parameters to the method get_healthcheck
ListHealthchecksParams
struct for passing parameters to the method list_healthchecks
UpdateHealthcheckParams
struct for passing parameters to the method update_healthcheck

Enums§

CreateHealthcheckError
struct for typed errors of method create_healthcheck
DeleteHealthcheckError
struct for typed errors of method delete_healthcheck
GetHealthcheckError
struct for typed errors of method get_healthcheck
ListHealthchecksError
struct for typed errors of method list_healthchecks
UpdateHealthcheckError
struct for typed errors of method update_healthcheck

Functions§

create_healthcheck
Create a health check for a particular service and version.
delete_healthcheck
Delete the health check for a particular service and version.
get_healthcheck
Get the health check for a particular service and version.
list_healthchecks
List all of the health checks for a particular service and version.
update_healthcheck
Update the health check for a particular service and version.