Skip to content

Instantly share code, notes, and snippets.

@petergtz
Created August 24, 2017 23:08
Show Gist options
  • Save petergtz/9d6d1e32421127ec5aa4272f368db9f4 to your computer and use it in GitHub Desktop.
Save petergtz/9d6d1e32421127ec5aa4272f368db9f4 to your computer and use it in GitHub Desktop.
virtualGuestService, e := softlayerClient.GetSoftLayer_Virtual_Guest_Service()
vms, e := virtualGuestService.GetVMs()
if e != nil {
return cli.NewExitError(e.Error(), 1)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment