2.4
Table Of Contents
- VMware® Lab Manager SOAP API Guide
- Contents
- Preface
- Introducing VMware Lab Manager SOAP API
- Getting Started with the Lab Manager SOAP API
- Lab Manager API Data Types
- Lab Manager API Method Reference
- ConfigurationCapture
- ConfigurationCheckout
- ConfigurationClone
- ConfigurationDelete
- ConfigurationDeploy
- ConfigurationPerformAction
- ConfigurationSetPublicPrivate
- ConfigurationUndeploy
- GetConfiguration
- GetConfigurationByName
- GetMachine
- GetMachineByName
- GetSingleConfigurationByName
- ListConfigurations
- ListMachines
- LiveLink
- MachinePerformAction
- Index
VMware® Lab Manager SOAP API Guide
28 VMware, Inc.
Primitive XML Data Types
LabManagerSOAPAPIdatatypesarebasedontheprimitiveXMLdatatypesshown
inTable 3‐1.
TheseprimitivetypesarethebuildingblocksfortheLabManagerdatatypesusedin
makingLabManagerAPIcalls.
Lab Manager Data Types
Whenwritingyourclientapplication,followthedatatypingrulesdefinedforyour
programminglanguageanddevelopmentenvironment.Yourdevelopmenttool
handlesthemappingoftypeddatainyourprogramminglanguagewiththeseSOAP
datatypes.
TheLabManagerdatatypesaredefinedintheLabManagerWSDLfile.Foreachtype,
thischapterlistsitspropertiesanddescription.
Table 3-1. Primitive XML Data Types in the Lab Manager SOAP API
Value Description
xsd:Boolean Alogicalvalue,includingtrue,false,0,and1.
xsd:date Datevalues.
xsd:dateTime Date/timevalues(timestamps).
xsd:double NumericvaluethatcorrespondstotheIEEE
double‐precision64‐bitfloatingpointtype
definedinthestandardIEEE754‐1985.
xsd:int Numericvaluefrom‐2147483648to2147483647.
xsd:string Anycharacterdata.
Table 3-2. Lab Manager SOAP API Data Types
Data Type Description
AuthenticationHeader Containstheusernameandpasswordofthecaller.Thisdatatypeis
partofeverySOAPheaderinLabManagerWebServicemethods.
Configuration Configurationobject.
Machine Machineobject.