Example #1
0
func getGuests(c *cli.Client, id string) []string {
	hvs, _ := c.GetList("guests", "hypervisors/"+id+"/guests")
	return hvs
}