From 0fad917f134c0dc5b239650545e953901c80f38e Mon Sep 17 00:00:00 2001 From: Daniel Nephin Date: Fri, 11 Feb 2022 15:11:22 -0500 Subject: [PATCH] Add 7th check registration flow to docs Credit to Freddy for finding this a while ago. --- docs/service-discovery/health-checks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/service-discovery/health-checks.md b/docs/service-discovery/health-checks.md index 9badf929b..8e1251cc5 100644 --- a/docs/service-discovery/health-checks.md +++ b/docs/service-discovery/health-checks.md @@ -27,6 +27,7 @@ be reviewed and tested. 6. CLI [consul services register](https://www.consul.io/commands/services/register) - the `Checks` and `Check` fields on `api.AgentServiceRegistration`. The entrypoint is `ServicesFromFiles` in [command/services/config.go]. +7. API [/v1/txn](https://www.consul.io/api-docs/txn) - the `Transaction` API allows for registering a check. [agent/catalog_endpoint.go]: https://github.com/hashicorp/consul/blob/main/agent/catalog_endpoint.go