Skip to content

tomsnuvv/vcd-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vcd-go (Still in progress)

Simple go cli tool to communicate with VCD (VMWare Cloud Director).

Configuration

Create a config file with the following contents in $HOME/.config/vcd/config.yaml or specify a config file with the --config-file flag.

user: "SOME_USER"
token: "SOME_ACCESS_TOKEN"
url: "SOME_API_URL"
organisation: "SOME_ORG"
vdc: "SOME_VDC"

Features

  • Authentication with access_token in configfile
  • List VM's
  • List VDC's
  • List Placement Policies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages