Find Jobs
Hire Freelancers

c# programming for VMware Lab Manager 4

$750-1500 AUD

In Progress
Posted over 13 years ago

$750-1500 AUD

Paid on delivery
I have a requirement to backup and restore VMware Lab Manager 4 "Configurations" and the virtual machines within them. The 'Capture' code below sources from VMware Lab Manager SOAP API Documentation, which I would like to use, when run, so that it prompts for: Lab Manager Server name/IP Address Workspace Name Configuration Name Credentials Storage path for capture of Configuration and content within (Computers etc) I then require the reverse of this so as to restore a configuration that was previously exported. ------------------------------------------------------------------------------------------------- --------------CAPTURE CONFIGURATION ---------------------------------------------- int newConfigId = ConfigurationCapture(10,Config10Capture); { //** //** LabManagerSoap is the name of the Web reference in Visual Studio //** [login to view URL] binding = new [login to view URL](); //** Create login [login to view URL] = new [login to view URL](); [login to view URL] = "jaya"; [login to view URL] = "Lab Manager"; [login to view URL] = "MyOrg"; [login to view URL] = "MyWorkspace"; [login to view URL] = new CertificateAccepter(); //** Get Configuration object [login to view URL] Config = [login to view URL]("Config26"); //** Get configuration identifier and deployed status from object int configurationId = [login to view URL]; bool deployed = [login to view URL]; //** Capture configuration if it’s deployed if (deployed) { //** Save capture with date and time stamp string captureName=[login to view URL] + [login to view URL](); string LMStorageServer = "LM Server"; [login to view URL](configurationId, captureName); } catch (Exception e) { [login to view URL]("Error: " + [login to view URL]); [login to view URL](); } --------------------------------------------------------------------------------------------
Project ID: 825608

About the project

1 proposal
Remote project
Active 14 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
Awarded to:
User Avatar
ConfigurationCapture method present a new configuration name stored on VMWare Lab. If you need to restore, simply check if the current configuration is deployed or not by evaluating the IsDeployed property, delete the configuration by using ConfigurationDelete method, and then do the restore by using ConfigurationClone method. That's it. Every required method is already documented on API docs.
$750 AUD in 3 days
4.4 (3 reviews)
3.3
3.3

About the client

Flag of AUSTRALIA
Melbourne, Australia
0.0
0
Member since Oct 16, 2010

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759) & Freelancer Online India Private Limited (CIN U93000HR2011FTC043854)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.