3.0
Table Of Contents
- SOAP API Guide
- Contents
- About This Book
- 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
Lab Manager SOAP API Guide
28 VMware, Inc.
Lab Manager Data Types
Whenwritingyourclientapplication,followthedatatypingrulesdefinedforyour
programminglanguageanddevelopmentenvironment.Yourdevelopmenttool
handlesthemappingoftypeddatainyourprogramminglanguagewiththeseSOAP
datatypes.
TheLab ManagerdatatypesaredefinedintheLab ManagerWSDLfile.Foreachtype,
thischapter
listsitspropertiesanddescription.
AuthenticationHeader
Thisdatastructurepassestheusername,password,andorganizationnameofthe
callerinallLab ManagerSOAPAPImethods.
Supported API Calls
All
Fields
Table 3-2. Lab Manager SOAP API Data Types
Data Type Description
AuthenticationHeader Containstheusername,password,andorganizationnameofthe
caller.ThisdatatypeispartofeverySOAPheaderinLab Manager
WebServicemethods.
Configuration Configurationobject.
Machine Machineobject.
Table 3-3. AuthenticationHeader Fields
Field Data Type Description
organizationname string Lab Managerorganizationname.
password string Lab Manageraccountpassword.
username string Lab Manageraccountusername.