mirror of https://github.com/status-im/consul.git
Updating the docs to include information about registering a check with
a serviceid.
This commit is contained in:
parent
52b17d36ac
commit
b3c084382e
|
@ -261,6 +261,8 @@ is `critical`.
|
|||
If a `TTL` type is used, then the TTL update endpoint must be used periodically to update
|
||||
the state of the check.
|
||||
|
||||
Optionally, a `ServiceID` can be provided to associate the registered check with an existing Service provided by the agent.
|
||||
|
||||
The return code is 200 on success.
|
||||
|
||||
### <a name="agent_check_deregister"></a> /v1/agent/check/deregister/\<checkId\>
|
||||
|
|
Loading…
Reference in New Issue