-
Logging in via plainTextCookie is not working. This is relevant to the VI Client plug in as 'sessionId' is the key to logging in on behalf of the VI Client.
For example, my web app will receive the following URL:
http:///webapp.asp?&moref=VirtualMachine:vm-35&sessionId=D181D9FE-6018-49F5-AAB9-52BFB9B410A7&locale=en_US&serviceUrl=https:///sdk
The web app parses out sessionId...
2008-08-22 18:29:17 UTC by badowns
-
See:
http://communities.vmware.com/docs/DOC-5881#comments-8185
When reading in the password from the console you are considering the EOL part of the password, so the string becomes password\r and the connection fails.
I fixed temporarily by adding an if check before appending the key char.
i.e.
CommandLineParser::ValidateOptions()
...
if ( !HasOption( "sessionfile" ) &&...
2008-08-22 18:18:47 UTC by badowns
-
While I'm logged in to Sourceforge I might as well ask this one as well.
I have a custom attribute called EnvironmentId to track VMs in different environments (DEV / TEST / PRD) .. Is there a filter I can add to the dictionary<string, string> to find all VMs in "DEV"? I'm using the annotation property to get around this but I'm hoping to get to a CustomField at some point...
2008-06-30 05:39:16 UTC by mraczynski
-
Hello there!
Thanks so much for providing a cleaner interface to the VI service. I was pulling my hair out trying to get up and running with the default SDK.
Question for you.. I'm working with many hosts and trying to figure out how to Power On a virtual machine. The required object to do this is a HostSystem. I have the VirtualMachine object but I can't seem to find it's host. I see...
2008-06-30 05:07:25 UTC by mraczynski
-
akutz committed revision 57 to the VI Toolkit for .NET SVN repository, changing 8 files.
2008-06-28 02:02:46 UTC by akutz
-
akutz committed revision 56 to the VI Toolkit for .NET SVN repository, changing 1 files.
2008-06-23 13:04:19 UTC by akutz
-
akutz committed revision 55 to the VI Toolkit for .NET SVN repository, changing 11 files.
2008-06-21 02:42:56 UTC by akutz
-
akutz committed revision 54 to the VI Toolkit for .NET SVN repository, changing 5 files.
2008-06-14 22:35:56 UTC by akutz
-
akutz committed revision 53 to the VI Toolkit for .NET SVN repository, changing 1 files.
2008-06-13 18:26:58 UTC by akutz
-
akutz committed revision 52 to the VI Toolkit for .NET SVN repository, changing 3 files.
2008-06-13 17:40:04 UTC by akutz