From 9e91906664ca31e20239c81bb425af0ef234fe87 Mon Sep 17 00:00:00 2001 From: Chip Vaughn Date: Mon, 4 Mar 2019 09:45:24 -0500 Subject: [PATCH 1/4] Update to registering services via Catalog API --- website/source/api/catalog.html.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/api/catalog.html.md b/website/source/api/catalog.html.md index c1907d6d59..54450ece70 100644 --- a/website/source/api/catalog.html.md +++ b/website/source/api/catalog.html.md @@ -54,7 +54,8 @@ The table below shows this endpoint's support for - `Service` `(Service: nil)` - Specifies to register a service. If `ID` is not provided, it will be defaulted to the value of the `Service.Service` property. Only one service with a given `ID` may be present per node. The service - `Tags`, `Address`, `Meta`, and `Port` fields are all optional. + `Tags`, `Address`, `Meta`, and `Port` fields are all optional. For more + infomation about these fields, see the [Service - Agent API](https://www.consul.io/api/agent/service.html) page - `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 From ae8f273a9259d8cb88039e56e6716303a51cd4c5 Mon Sep 17 00:00:00 2001 From: Chip Vaughn Date: Mon, 4 Mar 2019 09:46:37 -0500 Subject: [PATCH 2/4] Update to registering services via Catalog API --- website/source/api/catalog.html.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/api/catalog.html.md b/website/source/api/catalog.html.md index 54450ece70..9775f056d3 100644 --- a/website/source/api/catalog.html.md +++ b/website/source/api/catalog.html.md @@ -55,7 +55,8 @@ The table below shows this endpoint's support for provided, it will be defaulted to the value of the `Service.Service` property. 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 - infomation about these fields, see the [Service - Agent API](https://www.consul.io/api/agent/service.html) page + infomation about these fields and the implications of setting them, + see the [Service - Agent API](https://www.consul.io/api/agent/service.html) page - `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 From ad25767416b3dea7d5a189efdce061f6fb1b580f Mon Sep 17 00:00:00 2001 From: Chip Vaughn Date: Wed, 6 Mar 2019 09:23:37 -0500 Subject: [PATCH 3/4] Update to registering services via Catalog API --- website/source/api/catalog.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/api/catalog.html.md b/website/source/api/catalog.html.md index 9775f056d3..4bd000da3e 100644 --- a/website/source/api/catalog.html.md +++ b/website/source/api/catalog.html.md @@ -56,7 +56,7 @@ The table below shows this endpoint's support for 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 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. - `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 From ea38ad18f1c52c0adf94c87ff5b4a067d776cc59 Mon Sep 17 00:00:00 2001 From: Chip Vaughn Date: Wed, 6 Mar 2019 09:41:12 -0500 Subject: [PATCH 4/4] Update to registering services via Catalog API --- website/source/api/catalog.html.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/api/catalog.html.md b/website/source/api/catalog.html.md index 4bd000da3e..73d689d29a 100644 --- a/website/source/api/catalog.html.md +++ b/website/source/api/catalog.html.md @@ -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 `Tags`, `Address`, `Meta`, and `Port` fields are all optional. For more 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 manipulates the health check entry in the Catalog, but it does not setup the