We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 953286b commit 9a81d40Copy full SHA for 9a81d40
api/agent.go
@@ -73,6 +73,7 @@ type AgentServiceCheck struct {
73
HTTP string `json:",omitempty"`
74
TCP string `json:",omitempty"`
75
Status string `json:",omitempty"`
76
+ Notes string `json:",omitempty"`
77
TLSSkipVerify string `json:",omitempty"`
78
79
// In Consul 0.7 and later, checks that are associated with a service
0 commit comments