type ClusterInfo struct {
Name string `json:"name"`
Type string `json:"type,omitempty"`
Version string `json:"version,omitempty"`
Properties map[string]string}
type Result struct {
ID string `json:"name"`
Type string `json:"type,omitempty"`
Version string `json:"version,omitempty"`
Components []Component `json:"components,omitempty"`
NodesInfo []NodeInfo `json:"nodesInfo,omitempty"`
Properties map[string]string}