From fde94fb537ae7e3fb1844daf5a4aa585058fa2f9 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Thu, 17 Nov 2016 16:33:50 -0800 Subject: [PATCH] Adds notes field to API. Closes #2336. --- api/agent.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/agent.go b/api/agent.go index 41d8bc0b1..0422a2842 100644 --- a/api/agent.go +++ b/api/agent.go @@ -73,6 +73,7 @@ type AgentServiceCheck struct { HTTP string `json:",omitempty"` TCP string `json:",omitempty"` Status string `json:",omitempty"` + Notes string `json:",omitempty"` TLSSkipVerify string `json:",omitempty"` // In Consul 0.7 and later, checks that are associated with a service