diff --git a/host.go b/host.go index d5bfd41..9818222 100644 --- a/host.go +++ b/host.go @@ -35,6 +35,9 @@ type Host struct { Error string `json:"error"` Name string `json:"name"` Status StatusType `json:"status,string"` + + // Field to manage macros + UserMacros Macros `json:"macros,omitempty"` // Fields below used only when creating hosts GroupIds HostGroupIDs `json:"groups,omitempty"`