This project is made to help automate the process it takes to clone out Virtual Machine pods on Netlabs.
How To
You must create a .netlab file under your user following %HOMEDRIVE%%HOMEPATH%. This will be where you store your config.json to access your netlabs website.
config.json Template
{
"": { // the name of your current config
"host": "", // the IP adress if your netlabs site
"user": "", // the user using the API, default should be administrator
"token": "" // the API token made in the sites API setting
}
}
Works in Progress
- Updating individual Virtual Machines in a Pod
- Initializing the .netlab file
- Updating the .netlab file