4.0
Table Of Contents
- Lab Manager SOAP API Reference
- Contents
- About This Book
- Introducing VMware vCenter 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
- GetCurrentOrganizationName
- GetCurrentWorkspaceName
- GetMachine
- GetMachineByName
- GetSingleConfigurationByName
- ListConfigurations
- ListMachines
- LiveLink
- MachinePerformAction
- SetCurrentOrganizationByName
- SetCurrentWorkspaceByName
- Index
VMware, Inc. 19
3
ThischapterprovidesdetailedinformationontheAPIdatatypesinLab Manager.
Thischapterincludesthefollowingtopics:
“PrimitiveXMLDataTypes”onpage 19
“Lab ManagerDataTypes”onpage 19
“AuthenticationHeader”onpage 20
“Configuration”onpage 21
“Machine”onpage 21
Primitive XML Data Types
Lab ManagerSOAPAPIdatatypesarebasedontheprimitiveXMLdatatypesshowninTable 3‐1.These
primitivedatatypesarethebuildingblocksfortheLab ManagerdatatypesusedinmakingLab ManagerAPI
calls.
Lab Manager Data Types
Whenyouwriteyourclientapplication,followthedatatypingrulesdefinedforyourprogramminglanguage
anddevelopmentenvironment.Yourdevelopmenttoolmapsthetypeddatainyourprogramminglanguage
withtheseSOAPdatatypes.
TheLab ManagerdatatypesaredefinedintheLab ManagerWSDLfile.See“LabManagerSOAPAPI
Data
Types”onpage 20formoreinformation.
Lab Manager API Data Types
3
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 NumericvaluethatcorrespondstotheIEEEdouble‐precision64‐bitfloatingpointtypedefined
inthestandardIEEE754‐1985.
xsd:int Numericvaluefrom‐2147483648to2147483647.
xsd:string Anycharacterdata.