Revision history for VMware::API::LabManager
1.5 2010/08/19
Added "Authentication and latentcy" under "BUGS AND LIMITATIONS" in the POD.
Added:
priv_GetTemplate()
Corrected:
priv_TemplateExport() - UNCPath parameter capitalization error.
priv_TemplateImport() - Malformed parameter names.
Improved:
MachinePerformAction() - Actions 9-14 now listed in POD.
priv_TemplatePerformAction() - Action values now listed in POD.
1.4 2010/08/18
Added an "CONFUSING ERROR CODES" section to the POD.
Created a TODO file.
Added:
priv_ConfigurationChangeOwner()
priv_GetAllWorkspaces()
priv_GetOrganization()
priv_GetOrganizations()
priv_GetOrganizationByName()
priv_GetOrganizationWorkspaces()
priv_GetUser()
priv_ListUsers()
priv_TemplateExport()
priv_TemplateImport()
Improved:
ListConfigurations() - Documentation.
priv_GetWorkspaceByName() - Better fault handling.
priv_ListTemplates - Better fault handling.
1.3 2010/08/03
Added auth header test.
Resolved bug on load test by removing unneeded SOAP query in new()
Corrected string / void context errors in:
priv_ConfigurationArchiveEx()
priv_ConfigurationCaptureEx()
priv_LibraryCloneToWorkspace()
1.2 2010/07/27
Added:
priv_ConfigurationArchiveEx()
priv_ConfigurationCloneToWorkspace()
Improved:
priv_LibraryCloneToWorkspace()
Corrected prerequiste declarations in Makefile.PL
Improved the POD documentation
1.1 (1.0) 2010/07/24
Moved all printing on STDOUT to a debug method.
Split private and public SOAP calls to use their respective URLs.
Provided option to handle faults without a forced die()
Standardized fault handling on all methods.
Added the following private API calls:
priv_ConfigurationAddMachineEx()
priv_ConfigurationCaptureEx()
priv_ConfigurationCopy()
priv_ConfigurationCreateEx()
priv_ConfigurationExport()
priv_ConfigurationImport()
priv_GetNetworkInfo()
priv_GetObjectConditions()
priv_GetWorkspaceByName()
priv_LibraryCloneToWorkspace()
priv_ListTemplates()
priv_NetworkInterfaceCreate()
priv_NetworkInterfaceDelete()
priv_StorageServerVMFSFindByName()
priv_TemplateImportFromSMB()
priv_TemplatePerformAction()
priv_WorkspaceCreate()
ConfigurationDeployEx2 moved to priv_ConfigurationDeployEx2.
Forked from VMWare::LabmanSoap (alpha) to add features and resolve bugs.