mirror of https://github.com/status-im/consul.git
Add 7th check registration flow to docs
Credit to Freddy for finding this a while ago.
This commit is contained in:
parent
49431c7532
commit
1db8ff1d03
|
@ -27,6 +27,7 @@ be reviewed and tested.
|
||||||
6. CLI [consul services register](https://www.consul.io/commands/services/register) - the
|
6. CLI [consul services register](https://www.consul.io/commands/services/register) - the
|
||||||
`Checks` and `Check` fields on `api.AgentServiceRegistration`. The entrypoint is
|
`Checks` and `Check` fields on `api.AgentServiceRegistration`. The entrypoint is
|
||||||
`ServicesFromFiles` in [command/services/config.go].
|
`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
|
[agent/catalog_endpoint.go]: https://github.com/hashicorp/consul/blob/main/agent/catalog_endpoint.go
|
||||||
|
|
Loading…
Reference in New Issue