Update to registering services via Catalog API

This commit is contained in:
Chip Vaughn 2019-03-06 09:41:12 -05:00
parent ad25767416
commit ea38ad18f1
1 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@ The table below shows this endpoint's support for
Only one service with a given `ID` may be present per node. The service Only one service with a given `ID` may be present per node. The service
`Tags`, `Address`, `Meta`, and `Port` fields are all optional. For more `Tags`, `Address`, `Meta`, and `Port` fields are all optional. For more
infomation about these fields and the implications of setting them, infomation about these fields and the implications of setting them,
see the [Service - Agent API](https://www.consul.io/api/agent/service.html) page. see the [Service - Agent API](https://www.consul.io/api/agent/service.html) page
as registering services differs between using this or the Services Agent endpoint.
- `Check` `(Check: nil)` - Specifies to register a check. The register API - `Check` `(Check: nil)` - Specifies to register a check. The register API
manipulates the health check entry in the Catalog, but it does not setup the manipulates the health check entry in the Catalog, but it does not setup the