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
VMware, Inc. 27
3
ThischaptercoversthesetopicsaboutLab ManagerAPIdatatypes:
“PrimitiveXMLDataTypes”onpage 27
“LabManagerDataTypes”onpage 28
“AuthenticationHeader”onpage 28
“Configuration”onpage 29
“Machine”onpage 30
Primitive XML Data Types
Lab ManagerSOAPAPIdatatypesarebasedontheprimitiveXMLdatatypesshown
inTable 3‐1.TheseprimitivetypesarethebuildingblocksfortheLab Managerdata
typesusedinmakingLab ManagerAPIcalls.
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‐bitfloating
pointtypedefinedinthestandardIEEE754‐1985.
xsd:int Numericvaluefrom‐2147483648to2147483647.
xsd:string Anycharacterdata.