diff --git a/cloudconnexa/hosts.go b/cloudconnexa/hosts.go index d21d574..77cb2b9 100644 --- a/cloudconnexa/hosts.go +++ b/cloudconnexa/hosts.go @@ -11,7 +11,7 @@ type Host struct { Id string `json:"id,omitempty"` Name string `json:"name"` Description string `json:"description"` - Domain string `json:"domain"` + Domain string `json:"domain,omitempty"` InternetAccess string `json:"internetAccess"` SystemSubnets []string `json:"systemSubnets"` Connectors []Connector `json:"connectors"`