1interactions:
2- request:
3    body: null
4    headers: {}
5    method: GET
6    uri: https://vcenter/sdk/vimServiceVersions.xml
7  response:
8    body: {string: !!python/unicode '<?xml version="1.0" encoding="UTF-8" ?><namespaces
9        version="1.0"><namespace><name>urn:vim25</name><version>6.7</version><priorVersions><version>6.5</version><version>6.0</version><version>5.5</version><version>5.1</version><version>5.0</version><version>4.1</version><version>4.0</version></priorVersions></namespace></namespaces>
10
11        '}
12    headers:
13      cache-control: [no-cache]
14      connection: [Keep-Alive]
15      content-length: ['331']
16      content-type: [text/xml; charset=utf-8]
17      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
18      x-frame-options: [DENY]
19    status: {code: 200, message: OK}
20- request:
21    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
22
23      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
24      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
25
26      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
27
28      <soapenv:Body><RetrieveServiceContent xmlns="urn:vim25"><_this type="ServiceInstance">ServiceInstance</_this></RetrieveServiceContent></soapenv:Body>
29
30      </soapenv:Envelope>'
31    headers:
32      Accept-Encoding: ['gzip, deflate']
33      Content-Type: [text/xml; charset=UTF-8]
34      Cookie: ['']
35      SOAPAction: ['"urn:vim25/6.7"']
36      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
37    method: POST
38    uri: https://vcenter/sdk
39  response:
40    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
41        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
42        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
43        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
44        >\n<soapenv:Body>\n<RetrieveServiceContentResponse xmlns=\"urn:vim25\"><returnval><rootFolder\
45        \ type=\"Folder\">group-d1</rootFolder><propertyCollector type=\"PropertyCollector\"\
46        >propertyCollector</propertyCollector><viewManager type=\"ViewManager\">ViewManager</viewManager><about><name>VMware\
47        \ vCenter Server</name><fullName>VMware vCenter Server 6.7.0 build-9433931</fullName><vendor>VMware,\
48        \ Inc.</vendor><version>6.7.0</version><build>9433931</build><localeVersion>INTL</localeVersion><localeBuild>000</localeBuild><osType>linux-x64</osType><productLineId>vpx</productLineId><apiType>VirtualCenter</apiType><apiVersion>6.7</apiVersion><instanceUuid>19af0684-a957-4eaf-8863-a92317a5b4d6</instanceUuid><licenseProductName>VMware\
49        \ VirtualCenter Server</licenseProductName><licenseProductVersion>6.0</licenseProductVersion></about><setting\
50        \ type=\"OptionManager\">VpxSettings</setting><userDirectory type=\"UserDirectory\"\
51        >UserDirectory</userDirectory><sessionManager type=\"SessionManager\">SessionManager</sessionManager><authorizationManager\
52        \ type=\"AuthorizationManager\">AuthorizationManager</authorizationManager><serviceManager\
53        \ type=\"ServiceManager\">ServiceMgr</serviceManager><perfManager type=\"\
54        PerformanceManager\">PerfMgr</perfManager><scheduledTaskManager type=\"ScheduledTaskManager\"\
55        >ScheduledTaskManager</scheduledTaskManager><alarmManager type=\"AlarmManager\"\
56        >AlarmManager</alarmManager><eventManager type=\"EventManager\">EventManager</eventManager><taskManager\
57        \ type=\"TaskManager\">TaskManager</taskManager><extensionManager type=\"\
58        ExtensionManager\">ExtensionManager</extensionManager><customizationSpecManager\
59        \ type=\"CustomizationSpecManager\">CustomizationSpecManager</customizationSpecManager><customFieldsManager\
60        \ type=\"CustomFieldsManager\">CustomFieldsManager</customFieldsManager><diagnosticManager\
61        \ type=\"DiagnosticManager\">DiagMgr</diagnosticManager><licenseManager type=\"\
62        LicenseManager\">LicenseManager</licenseManager><searchIndex type=\"SearchIndex\"\
63        >SearchIndex</searchIndex><fileManager type=\"FileManager\">FileManager</fileManager><datastoreNamespaceManager\
64        \ type=\"DatastoreNamespaceManager\">DatastoreNamespaceManager</datastoreNamespaceManager><virtualDiskManager\
65        \ type=\"VirtualDiskManager\">virtualDiskManager</virtualDiskManager><snmpSystem\
66        \ type=\"HostSnmpSystem\">SnmpSystem</snmpSystem><vmProvisioningChecker type=\"\
67        VirtualMachineProvisioningChecker\">ProvChecker</vmProvisioningChecker><vmCompatibilityChecker\
68        \ type=\"VirtualMachineCompatibilityChecker\">CompatChecker</vmCompatibilityChecker><ovfManager\
69        \ type=\"OvfManager\">OvfManager</ovfManager><ipPoolManager type=\"IpPoolManager\"\
70        >IpPoolManager</ipPoolManager><dvSwitchManager type=\"DistributedVirtualSwitchManager\"\
71        >DVSManager</dvSwitchManager><hostProfileManager type=\"HostProfileManager\"\
72        >HostProfileManager</hostProfileManager><clusterProfileManager type=\"ClusterProfileManager\"\
73        >ClusterProfileManager</clusterProfileManager><complianceManager type=\"ProfileComplianceManager\"\
74        >MoComplianceManager</complianceManager><localizationManager type=\"LocalizationManager\"\
75        >LocalizationManager</localizationManager><storageResourceManager type=\"\
76        StorageResourceManager\">StorageResourceManager</storageResourceManager><guestOperationsManager\
77        \ type=\"GuestOperationsManager\">guestOperationsManager</guestOperationsManager><overheadMemoryManager\
78        \ type=\"OverheadMemoryManager\">OverheadMemoryManager</overheadMemoryManager><certificateManager\
79        \ type=\"CertificateManager\">certificateManager</certificateManager><ioFilterManager\
80        \ type=\"IoFilterManager\">IoFilterManager</ioFilterManager><vStorageObjectManager\
81        \ type=\"VcenterVStorageObjectManager\">VStorageObjectManager</vStorageObjectManager><hostSpecManager\
82        \ type=\"HostSpecificationManager\">HostSpecificationManager</hostSpecManager><cryptoManager\
83        \ type=\"CryptoManagerKmip\">CryptoManager</cryptoManager><healthUpdateManager\
84        \ type=\"HealthUpdateManager\">HealthUpdateManager</healthUpdateManager><failoverClusterConfigurator\
85        \ type=\"FailoverClusterConfigurator\">FailoverClusterConfigurator</failoverClusterConfigurator><failoverClusterManager\
86        \ type=\"FailoverClusterManager\">FailoverClusterManager</failoverClusterManager></returnval></RetrieveServiceContentResponse>\n\
87        </soapenv:Body>\n</soapenv:Envelope>"}
88    headers:
89      cache-control: [no-cache]
90      connection: [Keep-Alive]
91      content-length: ['4429']
92      content-type: [text/xml; charset=utf-8]
93      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
94      x-frame-options: [DENY]
95    status: {code: 200, message: OK}
96- request:
97    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
98
99      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
100      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
101
102      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
103
104      <soapenv:Body><Login xmlns="urn:vim25"><_this type="SessionManager">SessionManager</_this><userName>my_user</userName><password>my_pass</password></Login></soapenv:Body>
105
106      </soapenv:Envelope>'
107    headers:
108      Accept-Encoding: ['gzip, deflate']
109      Content-Type: [text/xml; charset=UTF-8]
110      Cookie: ['']
111      SOAPAction: ['"urn:vim25/6.7"']
112      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
113    method: POST
114    uri: https://vcenter/sdk
115  response:
116    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
117        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
118        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
119        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
120        >\n<soapenv:Body>\n<LoginResponse xmlns=\"urn:vim25\"><returnval><key>5246dd9a-d388-cdaf-501a-f7bbbeceba06</key><userName>my_user</userName><fullName>my_user\
121        \ </fullName><loginTime>2018-12-18T12:21:58.094368Z</loginTime><lastActiveTime>2018-12-18T12:21:58.094368Z</lastActiveTime><locale>en</locale><messageLocale>en</messageLocale><extensionSession>false</extensionSession><ipAddress>10.0.20.1</ipAddress><userAgent>pyvmomi\
122        \ Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)</userAgent><callCount>0</callCount></returnval></LoginResponse>\n\
123        </soapenv:Body>\n</soapenv:Envelope>"}
124    headers:
125      cache-control: [no-cache]
126      connection: [Keep-Alive]
127      content-length: ['845']
128      content-type: [text/xml; charset=utf-8]
129      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
130      set-cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2";
131          Path=/; HttpOnly; Secure;]
132      x-frame-options: [DENY]
133    status: {code: 200, message: OK}
134- request:
135    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
136
137      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
138      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
139
140      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
141
142      <soapenv:Body><RetrieveServiceContent xmlns="urn:vim25"><_this type="ServiceInstance">ServiceInstance</_this></RetrieveServiceContent></soapenv:Body>
143
144      </soapenv:Envelope>'
145    headers:
146      Accept-Encoding: ['gzip, deflate']
147      Content-Type: [text/xml; charset=UTF-8]
148      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
149          HttpOnly; Secure;]
150      SOAPAction: ['"urn:vim25/6.7"']
151      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
152    method: POST
153    uri: https://vcenter/sdk
154  response:
155    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
156        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
157        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
158        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
159        >\n<soapenv:Body>\n<RetrieveServiceContentResponse xmlns=\"urn:vim25\"><returnval><rootFolder\
160        \ type=\"Folder\">group-d1</rootFolder><propertyCollector type=\"PropertyCollector\"\
161        >propertyCollector</propertyCollector><viewManager type=\"ViewManager\">ViewManager</viewManager><about><name>VMware\
162        \ vCenter Server</name><fullName>VMware vCenter Server 6.7.0 build-9433931</fullName><vendor>VMware,\
163        \ Inc.</vendor><version>6.7.0</version><build>9433931</build><localeVersion>INTL</localeVersion><localeBuild>000</localeBuild><osType>linux-x64</osType><productLineId>vpx</productLineId><apiType>VirtualCenter</apiType><apiVersion>6.7</apiVersion><instanceUuid>19af0684-a957-4eaf-8863-a92317a5b4d6</instanceUuid><licenseProductName>VMware\
164        \ VirtualCenter Server</licenseProductName><licenseProductVersion>6.0</licenseProductVersion></about><setting\
165        \ type=\"OptionManager\">VpxSettings</setting><userDirectory type=\"UserDirectory\"\
166        >UserDirectory</userDirectory><sessionManager type=\"SessionManager\">SessionManager</sessionManager><authorizationManager\
167        \ type=\"AuthorizationManager\">AuthorizationManager</authorizationManager><serviceManager\
168        \ type=\"ServiceManager\">ServiceMgr</serviceManager><perfManager type=\"\
169        PerformanceManager\">PerfMgr</perfManager><scheduledTaskManager type=\"ScheduledTaskManager\"\
170        >ScheduledTaskManager</scheduledTaskManager><alarmManager type=\"AlarmManager\"\
171        >AlarmManager</alarmManager><eventManager type=\"EventManager\">EventManager</eventManager><taskManager\
172        \ type=\"TaskManager\">TaskManager</taskManager><extensionManager type=\"\
173        ExtensionManager\">ExtensionManager</extensionManager><customizationSpecManager\
174        \ type=\"CustomizationSpecManager\">CustomizationSpecManager</customizationSpecManager><customFieldsManager\
175        \ type=\"CustomFieldsManager\">CustomFieldsManager</customFieldsManager><diagnosticManager\
176        \ type=\"DiagnosticManager\">DiagMgr</diagnosticManager><licenseManager type=\"\
177        LicenseManager\">LicenseManager</licenseManager><searchIndex type=\"SearchIndex\"\
178        >SearchIndex</searchIndex><fileManager type=\"FileManager\">FileManager</fileManager><datastoreNamespaceManager\
179        \ type=\"DatastoreNamespaceManager\">DatastoreNamespaceManager</datastoreNamespaceManager><virtualDiskManager\
180        \ type=\"VirtualDiskManager\">virtualDiskManager</virtualDiskManager><snmpSystem\
181        \ type=\"HostSnmpSystem\">SnmpSystem</snmpSystem><vmProvisioningChecker type=\"\
182        VirtualMachineProvisioningChecker\">ProvChecker</vmProvisioningChecker><vmCompatibilityChecker\
183        \ type=\"VirtualMachineCompatibilityChecker\">CompatChecker</vmCompatibilityChecker><ovfManager\
184        \ type=\"OvfManager\">OvfManager</ovfManager><ipPoolManager type=\"IpPoolManager\"\
185        >IpPoolManager</ipPoolManager><dvSwitchManager type=\"DistributedVirtualSwitchManager\"\
186        >DVSManager</dvSwitchManager><hostProfileManager type=\"HostProfileManager\"\
187        >HostProfileManager</hostProfileManager><clusterProfileManager type=\"ClusterProfileManager\"\
188        >ClusterProfileManager</clusterProfileManager><complianceManager type=\"ProfileComplianceManager\"\
189        >MoComplianceManager</complianceManager><localizationManager type=\"LocalizationManager\"\
190        >LocalizationManager</localizationManager><storageResourceManager type=\"\
191        StorageResourceManager\">StorageResourceManager</storageResourceManager><guestOperationsManager\
192        \ type=\"GuestOperationsManager\">guestOperationsManager</guestOperationsManager><overheadMemoryManager\
193        \ type=\"OverheadMemoryManager\">OverheadMemoryManager</overheadMemoryManager><certificateManager\
194        \ type=\"CertificateManager\">certificateManager</certificateManager><ioFilterManager\
195        \ type=\"IoFilterManager\">IoFilterManager</ioFilterManager><vStorageObjectManager\
196        \ type=\"VcenterVStorageObjectManager\">VStorageObjectManager</vStorageObjectManager><hostSpecManager\
197        \ type=\"HostSpecificationManager\">HostSpecificationManager</hostSpecManager><cryptoManager\
198        \ type=\"CryptoManagerKmip\">CryptoManager</cryptoManager><healthUpdateManager\
199        \ type=\"HealthUpdateManager\">HealthUpdateManager</healthUpdateManager><failoverClusterConfigurator\
200        \ type=\"FailoverClusterConfigurator\">FailoverClusterConfigurator</failoverClusterConfigurator><failoverClusterManager\
201        \ type=\"FailoverClusterManager\">FailoverClusterManager</failoverClusterManager></returnval></RetrieveServiceContentResponse>\n\
202        </soapenv:Body>\n</soapenv:Envelope>"}
203    headers:
204      cache-control: [no-cache]
205      connection: [Keep-Alive]
206      content-length: ['4429']
207      content-type: [text/xml; charset=utf-8]
208      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
209      x-frame-options: [DENY]
210    status: {code: 200, message: OK}
211- request:
212    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
213
214      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
215      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
216
217      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
218
219      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>value</pathSet></propSet><objectSet><obj
220      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
221
222      </soapenv:Envelope>'
223    headers:
224      Accept-Encoding: ['gzip, deflate']
225      Content-Type: [text/xml; charset=UTF-8]
226      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
227          HttpOnly; Secure;]
228      SOAPAction: ['"urn:vim25/6.7"']
229      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
230    method: POST
231    uri: https://vcenter/sdk
232  response:
233    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
234        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
235        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
236        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
237        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
238        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>value</name><val xsi:type=\"\
239        ArrayOfCustomFieldValue\"></val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
240        </soapenv:Body>\n</soapenv:Envelope>"}
241    headers:
242      cache-control: [no-cache]
243      connection: [Keep-Alive]
244      content-length: ['569']
245      content-type: [text/xml; charset=utf-8]
246      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
247      x-frame-options: [DENY]
248    status: {code: 200, message: OK}
249- request:
250    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
251
252      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
253      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
254
255      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
256
257      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>availableField</pathSet></propSet><objectSet><obj
258      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
259
260      </soapenv:Envelope>'
261    headers:
262      Accept-Encoding: ['gzip, deflate']
263      Content-Type: [text/xml; charset=UTF-8]
264      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
265          HttpOnly; Secure;]
266      SOAPAction: ['"urn:vim25/6.7"']
267      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
268    method: POST
269    uri: https://vcenter/sdk
270  response:
271    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
272        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
273        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
274        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
275        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
276        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>availableField</name><val\
277        \ xsi:type=\"ArrayOfCustomFieldDef\"></val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
278        </soapenv:Body>\n</soapenv:Envelope>"}
279    headers:
280      cache-control: [no-cache]
281      connection: [Keep-Alive]
282      content-length: ['576']
283      content-type: [text/xml; charset=utf-8]
284      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
285      x-frame-options: [DENY]
286    status: {code: 200, message: OK}
287- request:
288    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
289
290      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
291      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
292
293      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
294
295      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>parent</pathSet></propSet><objectSet><obj
296      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
297
298      </soapenv:Envelope>'
299    headers:
300      Accept-Encoding: ['gzip, deflate']
301      Content-Type: [text/xml; charset=UTF-8]
302      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
303          HttpOnly; Secure;]
304      SOAPAction: ['"urn:vim25/6.7"']
305      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
306    method: POST
307    uri: https://vcenter/sdk
308  response:
309    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
310        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
311        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
312        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
313        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
314        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>parent</name><val type=\"\
315        Folder\" xsi:type=\"ManagedObjectReference\">group-v3</val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
316        </soapenv:Body>\n</soapenv:Envelope>"}
317    headers:
318      cache-control: [no-cache]
319      connection: [Keep-Alive]
320      content-length: ['591']
321      content-type: [text/xml; charset=utf-8]
322      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
323      x-frame-options: [DENY]
324    status: {code: 200, message: OK}
325- request:
326    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
327
328      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
329      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
330
331      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
332
333      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>customValue</pathSet></propSet><objectSet><obj
334      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
335
336      </soapenv:Envelope>'
337    headers:
338      Accept-Encoding: ['gzip, deflate']
339      Content-Type: [text/xml; charset=UTF-8]
340      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
341          HttpOnly; Secure;]
342      SOAPAction: ['"urn:vim25/6.7"']
343      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
344    method: POST
345    uri: https://vcenter/sdk
346  response:
347    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
348        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
349        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
350        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
351        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
352        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>customValue</name><val\
353        \ xsi:type=\"ArrayOfCustomFieldValue\"></val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
354        </soapenv:Body>\n</soapenv:Envelope>"}
355    headers:
356      cache-control: [no-cache]
357      connection: [Keep-Alive]
358      content-length: ['575']
359      content-type: [text/xml; charset=utf-8]
360      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
361      x-frame-options: [DENY]
362    status: {code: 200, message: OK}
363- request:
364    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
365
366      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
367      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
368
369      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
370
371      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>overallStatus</pathSet></propSet><objectSet><obj
372      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
373
374      </soapenv:Envelope>'
375    headers:
376      Accept-Encoding: ['gzip, deflate']
377      Content-Type: [text/xml; charset=UTF-8]
378      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
379          HttpOnly; Secure;]
380      SOAPAction: ['"urn:vim25/6.7"']
381      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
382    method: POST
383    uri: https://vcenter/sdk
384  response:
385    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
386        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
387        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
388        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
389        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
390        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>overallStatus</name><val\
391        \ xsi:type=\"ManagedEntityStatus\">green</val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
392        </soapenv:Body>\n</soapenv:Envelope>"}
393    headers:
394      cache-control: [no-cache]
395      connection: [Keep-Alive]
396      content-length: ['578']
397      content-type: [text/xml; charset=utf-8]
398      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
399      x-frame-options: [DENY]
400    status: {code: 200, message: OK}
401- request:
402    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
403
404      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
405      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
406
407      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
408
409      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>configStatus</pathSet></propSet><objectSet><obj
410      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
411
412      </soapenv:Envelope>'
413    headers:
414      Accept-Encoding: ['gzip, deflate']
415      Content-Type: [text/xml; charset=UTF-8]
416      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
417          HttpOnly; Secure;]
418      SOAPAction: ['"urn:vim25/6.7"']
419      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
420    method: POST
421    uri: https://vcenter/sdk
422  response:
423    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
424        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
425        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
426        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
427        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
428        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>configStatus</name><val\
429        \ xsi:type=\"ManagedEntityStatus\">green</val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
430        </soapenv:Body>\n</soapenv:Envelope>"}
431    headers:
432      cache-control: [no-cache]
433      connection: [Keep-Alive]
434      content-length: ['577']
435      content-type: [text/xml; charset=utf-8]
436      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
437      x-frame-options: [DENY]
438    status: {code: 200, message: OK}
439- request:
440    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
441
442      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
443      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
444
445      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
446
447      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>configIssue</pathSet></propSet><objectSet><obj
448      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
449
450      </soapenv:Envelope>'
451    headers:
452      Accept-Encoding: ['gzip, deflate']
453      Content-Type: [text/xml; charset=UTF-8]
454      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
455          HttpOnly; Secure;]
456      SOAPAction: ['"urn:vim25/6.7"']
457      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
458    method: POST
459    uri: https://vcenter/sdk
460  response:
461    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
462        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
463        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
464        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
465        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
466        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>configIssue</name><val\
467        \ xsi:type=\"ArrayOfEvent\"></val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
468        </soapenv:Body>\n</soapenv:Envelope>"}
469    headers:
470      cache-control: [no-cache]
471      connection: [Keep-Alive]
472      content-length: ['564']
473      content-type: [text/xml; charset=utf-8]
474      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
475      x-frame-options: [DENY]
476    status: {code: 200, message: OK}
477- request:
478    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
479
480      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
481      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
482
483      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
484
485      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>effectiveRole</pathSet></propSet><objectSet><obj
486      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
487
488      </soapenv:Envelope>'
489    headers:
490      Accept-Encoding: ['gzip, deflate']
491      Content-Type: [text/xml; charset=UTF-8]
492      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
493          HttpOnly; Secure;]
494      SOAPAction: ['"urn:vim25/6.7"']
495      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
496    method: POST
497    uri: https://vcenter/sdk
498  response:
499    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
500        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
501        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
502        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
503        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
504        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>effectiveRole</name><val\
505        \ xsi:type=\"ArrayOfInt\"><int xsi:type=\"xsd:int\">-1</int></val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
506        </soapenv:Body>\n</soapenv:Envelope>"}
507    headers:
508      cache-control: [no-cache]
509      connection: [Keep-Alive]
510      content-length: ['596']
511      content-type: [text/xml; charset=utf-8]
512      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
513      x-frame-options: [DENY]
514    status: {code: 200, message: OK}
515- request:
516    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
517
518      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
519      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
520
521      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
522
523      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>permission</pathSet></propSet><objectSet><obj
524      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
525
526      </soapenv:Envelope>'
527    headers:
528      Accept-Encoding: ['gzip, deflate']
529      Content-Type: [text/xml; charset=UTF-8]
530      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
531          HttpOnly; Secure;]
532      SOAPAction: ['"urn:vim25/6.7"']
533      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
534    method: POST
535    uri: https://vcenter/sdk
536  response:
537    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
538        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
539        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
540        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
541        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
542        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>permission</name><val\
543        \ xsi:type=\"ArrayOfPermission\"></val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
544        </soapenv:Body>\n</soapenv:Envelope>"}
545    headers:
546      cache-control: [no-cache]
547      connection: [Keep-Alive]
548      content-length: ['568']
549      content-type: [text/xml; charset=utf-8]
550      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
551      x-frame-options: [DENY]
552    status: {code: 200, message: OK}
553- request:
554    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
555
556      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
557      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
558
559      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
560
561      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>name</pathSet></propSet><objectSet><obj
562      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
563
564      </soapenv:Envelope>'
565    headers:
566      Accept-Encoding: ['gzip, deflate']
567      Content-Type: [text/xml; charset=UTF-8]
568      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
569          HttpOnly; Secure;]
570      SOAPAction: ['"urn:vim25/6.7"']
571      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
572    method: POST
573    uri: https://vcenter/sdk
574  response:
575    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
576        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
577        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
578        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
579        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
580        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>name</name><val xsi:type=\"\
581        xsd:string\">VMware vCenter Server Appliance</val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
582        </soapenv:Body>\n</soapenv:Envelope>"}
583    headers:
584      cache-control: [no-cache]
585      connection: [Keep-Alive]
586      content-length: ['586']
587      content-type: [text/xml; charset=utf-8]
588      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
589      x-frame-options: [DENY]
590    status: {code: 200, message: OK}
591- request:
592    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
593
594      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
595      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
596
597      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
598
599      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>disabledMethod</pathSet></propSet><objectSet><obj
600      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
601
602      </soapenv:Envelope>'
603    headers:
604      Accept-Encoding: ['gzip, deflate']
605      Content-Type: [text/xml; charset=UTF-8]
606      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
607          HttpOnly; Secure;]
608      SOAPAction: ['"urn:vim25/6.7"']
609      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
610    method: POST
611    uri: https://vcenter/sdk
612  response:
613    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
614        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
615        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
616        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
617        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
618        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>disabledMethod</name><val\
619        \ xsi:type=\"ArrayOfString\"><string xsi:type=\"xsd:string\">CreateSecondaryVM_Task</string><string\
620        \ xsi:type=\"xsd:string\">CreateSecondaryVMEx_Task</string><string xsi:type=\"\
621        xsd:string\">TurnOffFaultToleranceForVM_Task</string><string xsi:type=\"xsd:string\"\
622        >MakePrimaryVM_Task</string><string xsi:type=\"xsd:string\">TerminateFaultTolerantVM_Task</string><string\
623        \ xsi:type=\"xsd:string\">DisableSecondaryVM_Task</string><string xsi:type=\"\
624        xsd:string\">EnableSecondaryVM_Task</string><string xsi:type=\"xsd:string\"\
625        >Destroy_Task</string><string xsi:type=\"xsd:string\">UnregisterVM</string><string\
626        \ xsi:type=\"xsd:string\">UnmountToolsInstaller</string><string xsi:type=\"\
627        xsd:string\">AnswerVM</string><string xsi:type=\"xsd:string\">UpgradeVM_Task</string><string\
628        \ xsi:type=\"xsd:string\">UpgradeTools_Task</string><string xsi:type=\"xsd:string\"\
629        >UpgradeToolsFromImage_Task</string><string xsi:type=\"xsd:string\">ApplyEvcModeVM_Task</string><string\
630        \ xsi:type=\"xsd:string\">StartRecording_Task</string><string xsi:type=\"\
631        xsd:string\">StopRecording_Task</string><string xsi:type=\"xsd:string\">StartReplaying_Task</string><string\
632        \ xsi:type=\"xsd:string\">StopReplaying_Task</string><string xsi:type=\"xsd:string\"\
633        >TurnOffFaultToleranceForVM_Task</string><string xsi:type=\"xsd:string\">MakePrimaryVM_Task</string><string\
634        \ xsi:type=\"xsd:string\">TerminateFaultTolerantVM_Task</string><string xsi:type=\"\
635        xsd:string\">DisableSecondaryVM_Task</string><string xsi:type=\"xsd:string\"\
636        >EnableSecondaryVM_Task</string><string xsi:type=\"xsd:string\">CreateSecondaryVM_Task</string><string\
637        \ xsi:type=\"xsd:string\">CreateSecondaryVMEx_Task</string><string xsi:type=\"\
638        xsd:string\">StopRecording_Task</string><string xsi:type=\"xsd:string\">StopReplaying_Task</string><string\
639        \ xsi:type=\"xsd:string\">CustomizeVM_Task</string><string xsi:type=\"xsd:string\"\
640        >MarkAsTemplate</string><string xsi:type=\"xsd:string\">ResetGuestInformation</string><string\
641        \ xsi:type=\"xsd:string\">ExportVm</string><string xsi:type=\"xsd:string\"\
642        >PowerOnVM_Task</string><string xsi:type=\"xsd:string\">MarkAsVirtualMachine</string></val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
643        </soapenv:Body>\n</soapenv:Envelope>"}
644    headers:
645      cache-control: [no-cache]
646      connection: [Keep-Alive]
647      content-length: ['2564']
648      content-type: [text/xml; charset=utf-8]
649      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
650      x-frame-options: [DENY]
651    status: {code: 200, message: OK}
652- request:
653    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
654
655      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
656      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
657
658      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
659
660      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>recentTask</pathSet></propSet><objectSet><obj
661      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
662
663      </soapenv:Envelope>'
664    headers:
665      Accept-Encoding: ['gzip, deflate']
666      Content-Type: [text/xml; charset=UTF-8]
667      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
668          HttpOnly; Secure;]
669      SOAPAction: ['"urn:vim25/6.7"']
670      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
671    method: POST
672    uri: https://vcenter/sdk
673  response:
674    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
675        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
676        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
677        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
678        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
679        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>recentTask</name><val\
680        \ xsi:type=\"ArrayOfManagedObjectReference\"></val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
681        </soapenv:Body>\n</soapenv:Envelope>"}
682    headers:
683      cache-control: [no-cache]
684      connection: [Keep-Alive]
685      content-length: ['580']
686      content-type: [text/xml; charset=utf-8]
687      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
688      x-frame-options: [DENY]
689    status: {code: 200, message: OK}
690- request:
691    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
692
693      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
694      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
695
696      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
697
698      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>declaredAlarmState</pathSet></propSet><objectSet><obj
699      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
700
701      </soapenv:Envelope>'
702    headers:
703      Accept-Encoding: ['gzip, deflate']
704      Content-Type: [text/xml; charset=UTF-8]
705      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
706          HttpOnly; Secure;]
707      SOAPAction: ['"urn:vim25/6.7"']
708      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
709    method: POST
710    uri: https://vcenter/sdk
711  response:
712    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
713        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
714        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
715        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
716        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
717        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>declaredAlarmState</name><val\
718        \ xsi:type=\"ArrayOfAlarmState\"><AlarmState xsi:type=\"AlarmState\"><key>alarm-10.vm-22</key><entity\
719        \ type=\"VirtualMachine\">vm-22</entity><alarm type=\"Alarm\">alarm-10</alarm><overallStatus>gray</overallStatus><time>2018-12-13T22:54:02.499309Z</time><acknowledged>false</acknowledged></AlarmState><AlarmState\
720        \ xsi:type=\"AlarmState\"><key>alarm-113.vm-22</key><entity type=\"VirtualMachine\"\
721        >vm-22</entity><alarm type=\"Alarm\">alarm-113</alarm><overallStatus>gray</overallStatus><time>2018-12-13T22:54:02.499309Z</time><acknowledged>false</acknowledged></AlarmState><AlarmState\
722        \ xsi:type=\"AlarmState\"><key>alarm-12.vm-22</key><entity type=\"VirtualMachine\"\
723        >vm-22</entity><alarm type=\"Alarm\">alarm-12</alarm><overallStatus>gray</overallStatus><time>2018-12-13T22:54:02.499309Z</time><acknowledged>false</acknowledged></AlarmState><AlarmState\
724        \ xsi:type=\"AlarmState\"><key>alarm-15.vm-22</key><entity type=\"VirtualMachine\"\
725        >vm-22</entity><alarm type=\"Alarm\">alarm-15</alarm><overallStatus>gray</overallStatus><time>2018-12-13T22:54:10.193997Z</time><acknowledged>false</acknowledged></AlarmState><AlarmState\
726        \ xsi:type=\"AlarmState\"><key>alarm-19.vm-22</key><entity type=\"VirtualMachine\"\
727        >vm-22</entity><alarm type=\"Alarm\">alarm-19</alarm><overallStatus>gray</overallStatus><time>2018-12-13T22:54:02.499309Z</time><acknowledged>false</acknowledged></AlarmState><AlarmState\
728        \ xsi:type=\"AlarmState\"><key>alarm-2.vm-22</key><entity type=\"VirtualMachine\"\
729        >vm-22</entity><alarm type=\"Alarm\">alarm-2</alarm><overallStatus>gray</overallStatus><time>2018-12-13T22:54:02.499309Z</time><acknowledged>false</acknowledged></AlarmState><AlarmState\
730        \ xsi:type=\"AlarmState\"><key>alarm-38.vm-22</key><entity type=\"VirtualMachine\"\
731        >vm-22</entity><alarm type=\"Alarm\">alarm-38</alarm><overallStatus>green</overallStatus><time>2018-09-19T18:00:24.778999Z</time><acknowledged>false</acknowledged><eventKey>675</eventKey></AlarmState><AlarmState\
732        \ xsi:type=\"AlarmState\"><key>alarm-39.vm-22</key><entity type=\"VirtualMachine\"\
733        >vm-22</entity><alarm type=\"Alarm\">alarm-39</alarm><overallStatus>gray</overallStatus><time>2018-12-13T22:54:02.499309Z</time><acknowledged>false</acknowledged></AlarmState><AlarmState\
734        \ xsi:type=\"AlarmState\"><key>alarm-40.vm-22</key><entity type=\"VirtualMachine\"\
735        >vm-22</entity><alarm type=\"Alarm\">alarm-40</alarm><overallStatus>gray</overallStatus><time>2018-12-13T22:54:02.499309Z</time><acknowledged>false</acknowledged></AlarmState><AlarmState\
736        \ xsi:type=\"AlarmState\"><key>alarm-47.vm-22</key><entity type=\"VirtualMachine\"\
737        >vm-22</entity><alarm type=\"Alarm\">alarm-47</alarm><overallStatus>gray</overallStatus><time>2018-12-13T22:54:02.499309Z</time><acknowledged>false</acknowledged></AlarmState><AlarmState\
738        \ xsi:type=\"AlarmState\"><key>alarm-5.vm-22</key><entity type=\"VirtualMachine\"\
739        >vm-22</entity><alarm type=\"Alarm\">alarm-5</alarm><overallStatus>green</overallStatus><time>2018-12-14T00:18:28.79489Z</time><acknowledged>false</acknowledged></AlarmState><AlarmState\
740        \ xsi:type=\"AlarmState\"><key>alarm-52.vm-22</key><entity type=\"VirtualMachine\"\
741        >vm-22</entity><alarm type=\"Alarm\">alarm-52</alarm><overallStatus>gray</overallStatus><time>2018-12-13T22:54:02.499309Z</time><acknowledged>false</acknowledged></AlarmState><AlarmState\
742        \ xsi:type=\"AlarmState\"><key>alarm-54.vm-22</key><entity type=\"VirtualMachine\"\
743        >vm-22</entity><alarm type=\"Alarm\">alarm-54</alarm><overallStatus>gray</overallStatus><time>2018-12-13T22:54:02.499309Z</time><acknowledged>false</acknowledged></AlarmState><AlarmState\
744        \ xsi:type=\"AlarmState\"><key>alarm-6.vm-22</key><entity type=\"VirtualMachine\"\
745        >vm-22</entity><alarm type=\"Alarm\">alarm-6</alarm><overallStatus>green</overallStatus><time>2018-12-14T00:18:28.794893Z</time><acknowledged>false</acknowledged></AlarmState><AlarmState\
746        \ xsi:type=\"AlarmState\"><key>alarm-81.vm-22</key><entity type=\"VirtualMachine\"\
747        >vm-22</entity><alarm type=\"Alarm\">alarm-81</alarm><overallStatus>gray</overallStatus><time>2018-12-13T22:54:02.499309Z</time><acknowledged>false</acknowledged></AlarmState><AlarmState\
748        \ xsi:type=\"AlarmState\"><key>alarm-9.vm-22</key><entity type=\"VirtualMachine\"\
749        >vm-22</entity><alarm type=\"Alarm\">alarm-9</alarm><overallStatus>gray</overallStatus><time>2018-12-13T22:54:02.499309Z</time><acknowledged>false</acknowledged></AlarmState></val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
750        </soapenv:Body>\n</soapenv:Envelope>"}
751    headers:
752      cache-control: [no-cache]
753      connection: [Keep-Alive]
754      content-length: ['4772']
755      content-type: [text/xml; charset=utf-8]
756      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
757      x-frame-options: [DENY]
758    status: {code: 200, message: OK}
759- request:
760    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
761
762      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
763      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
764
765      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
766
767      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>triggeredAlarmState</pathSet></propSet><objectSet><obj
768      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
769
770      </soapenv:Envelope>'
771    headers:
772      Accept-Encoding: ['gzip, deflate']
773      Content-Type: [text/xml; charset=UTF-8]
774      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
775          HttpOnly; Secure;]
776      SOAPAction: ['"urn:vim25/6.7"']
777      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
778    method: POST
779    uri: https://vcenter/sdk
780  response:
781    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
782        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
783        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
784        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
785        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
786        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>triggeredAlarmState</name><val\
787        \ xsi:type=\"ArrayOfAlarmState\"></val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
788        </soapenv:Body>\n</soapenv:Envelope>"}
789    headers:
790      cache-control: [no-cache]
791      connection: [Keep-Alive]
792      content-length: ['577']
793      content-type: [text/xml; charset=utf-8]
794      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
795      x-frame-options: [DENY]
796    status: {code: 200, message: OK}
797- request:
798    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
799
800      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
801      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
802
803      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
804
805      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>alarmActionsEnabled</pathSet></propSet><objectSet><obj
806      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
807
808      </soapenv:Envelope>'
809    headers:
810      Accept-Encoding: ['gzip, deflate']
811      Content-Type: [text/xml; charset=UTF-8]
812      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
813          HttpOnly; Secure;]
814      SOAPAction: ['"urn:vim25/6.7"']
815      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
816    method: POST
817    uri: https://vcenter/sdk
818  response:
819    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
820        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
821        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
822        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
823        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
824        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>alarmActionsEnabled</name><val\
825        \ xsi:type=\"xsd:boolean\">true</val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
826        </soapenv:Body>\n</soapenv:Envelope>"}
827    headers:
828      cache-control: [no-cache]
829      connection: [Keep-Alive]
830      content-length: ['575']
831      content-type: [text/xml; charset=utf-8]
832      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
833      x-frame-options: [DENY]
834    status: {code: 200, message: OK}
835- request:
836    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
837
838      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
839      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
840
841      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
842
843      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>tag</pathSet></propSet><objectSet><obj
844      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
845
846      </soapenv:Envelope>'
847    headers:
848      Accept-Encoding: ['gzip, deflate']
849      Content-Type: [text/xml; charset=UTF-8]
850      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
851          HttpOnly; Secure;]
852      SOAPAction: ['"urn:vim25/6.7"']
853      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
854    method: POST
855    uri: https://vcenter/sdk
856  response:
857    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
858        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
859        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
860        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
861        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
862        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>tag</name><val xsi:type=\"\
863        ArrayOfTag\"><Tag xsi:type=\"Tag\"><key>SYSTEM/COM.VMWARE.VIM.VC</key></Tag></val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
864        </soapenv:Body>\n</soapenv:Envelope>"}
865    headers:
866      cache-control: [no-cache]
867      connection: [Keep-Alive]
868      content-length: ['615']
869      content-type: [text/xml; charset=utf-8]
870      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
871      x-frame-options: [DENY]
872    status: {code: 200, message: OK}
873- request:
874    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
875
876      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
877      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
878
879      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
880
881      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>capability</pathSet></propSet><objectSet><obj
882      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
883
884      </soapenv:Envelope>'
885    headers:
886      Accept-Encoding: ['gzip, deflate']
887      Content-Type: [text/xml; charset=UTF-8]
888      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
889          HttpOnly; Secure;]
890      SOAPAction: ['"urn:vim25/6.7"']
891      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
892    method: POST
893    uri: https://vcenter/sdk
894  response:
895    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
896        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
897        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
898        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
899        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
900        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>capability</name><val\
901        \ xsi:type=\"VirtualMachineCapability\"><snapshotOperationsSupported>true</snapshotOperationsSupported><multipleSnapshotsSupported>true</multipleSnapshotsSupported><snapshotConfigSupported>true</snapshotConfigSupported><poweredOffSnapshotsSupported>true</poweredOffSnapshotsSupported><memorySnapshotsSupported>true</memorySnapshotsSupported><revertToSnapshotSupported>true</revertToSnapshotSupported><quiescedSnapshotsSupported>true</quiescedSnapshotsSupported><disableSnapshotsSupported>false</disableSnapshotsSupported><lockSnapshotsSupported>true</lockSnapshotsSupported><consolePreferencesSupported>false</consolePreferencesSupported><cpuFeatureMaskSupported>true</cpuFeatureMaskSupported><s1AcpiManagementSupported>true</s1AcpiManagementSupported><settingScreenResolutionSupported>false</settingScreenResolutionSupported><toolsAutoUpdateSupported>false</toolsAutoUpdateSupported><vmNpivWwnSupported>true</vmNpivWwnSupported><npivWwnOnNonRdmVmSupported>true</npivWwnOnNonRdmVmSupported><vmNpivWwnDisableSupported>true</vmNpivWwnDisableSupported><vmNpivWwnUpdateSupported>true</vmNpivWwnUpdateSupported><swapPlacementSupported>true</swapPlacementSupported><toolsSyncTimeSupported>true</toolsSyncTimeSupported><virtualMmuUsageSupported>true</virtualMmuUsageSupported><diskSharesSupported>true</diskSharesSupported><bootOptionsSupported>true</bootOptionsSupported><bootRetryOptionsSupported>true</bootRetryOptionsSupported><settingVideoRamSizeSupported>true</settingVideoRamSizeSupported><settingDisplayTopologySupported>false</settingDisplayTopologySupported><recordReplaySupported>false</recordReplaySupported><changeTrackingSupported>true</changeTrackingSupported><multipleCoresPerSocketSupported>true</multipleCoresPerSocketSupported><hostBasedReplicationSupported>true</hostBasedReplicationSupported><guestAutoLockSupported>true</guestAutoLockSupported><memoryReservationLockSupported>true</memoryReservationLockSupported><featureRequirementSupported>true</featureRequirementSupported><poweredOnMonitorTypeChangeSupported>true</poweredOnMonitorTypeChangeSupported><seSparseDiskSupported>true</seSparseDiskSupported><nestedHVSupported>true</nestedHVSupported><vPMCSupported>true</vPMCSupported><secureBootSupported>false</secureBootSupported><perVmEvcSupported>false</perVmEvcSupported><virtualMmuUsageIgnored>false</virtualMmuUsageIgnored><virtualExecUsageIgnored>false</virtualExecUsageIgnored><diskOnlySnapshotOnSuspendedVMSupported>true</diskOnlySnapshotOnSuspendedVMSupported></val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
902        </soapenv:Body>\n</soapenv:Envelope>"}
903    headers:
904      cache-control: [no-cache]
905      connection: [Keep-Alive]
906      content-length: ['3021']
907      content-type: [text/xml; charset=utf-8]
908      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
909      x-frame-options: [DENY]
910    status: {code: 200, message: OK}
911- request:
912    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
913
914      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
915      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
916
917      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
918
919      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>config</pathSet></propSet><objectSet><obj
920      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
921
922      </soapenv:Envelope>'
923    headers:
924      Accept-Encoding: ['gzip, deflate']
925      Content-Type: [text/xml; charset=UTF-8]
926      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
927          HttpOnly; Secure;]
928      SOAPAction: ['"urn:vim25/6.7"']
929      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
930    method: POST
931    uri: https://vcenter/sdk
932  response:
933    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
934        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
935        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
936        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
937        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
938        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>config</name><val xsi:type=\"\
939        VirtualMachineConfigInfo\"><changeVersion>2018-12-13T22:34:36.18255Z</changeVersion><modified>1970-01-01T00:00:00Z</modified><name>VMware\
940        \ vCenter Server Appliance</name><guestFullName>Other 3.x Linux (64-bit)</guestFullName><version>vmx-10</version><uuid>564d69ec-9d48-1456-bab8-37a28bea2a63</uuid><createDate>2018-09-19T17:22:04.383381Z</createDate><instanceUuid>52af6a07-5f5e-d6e0-fe63-9c7e9a6ae146</instanceUuid><npivTemporaryDisabled>true</npivTemporaryDisabled><locationId>564d69ec-9d48-1456-bab8-37a28bea2a63</locationId><template>false</template><guestId>other3xLinux64Guest</guestId><alternateGuestName></alternateGuestName><annotation>VMware\
941        \ vCenter Server Appliance</annotation><files><vmPathName>[datastore1] VMware\
942        \ vCenter Server Appliance/VMware vCenter Server Appliance.vmx</vmPathName><snapshotDirectory>[datastore1]\
943        \ VMware vCenter Server Appliance/</snapshotDirectory><suspendDirectory>[datastore1]\
944        \ VMware vCenter Server Appliance/</suspendDirectory><logDirectory>[datastore1]\
945        \ VMware vCenter Server Appliance/</logDirectory></files><tools><toolsVersion>10277</toolsVersion><toolsInstallType>guestToolsTypeOpenVMTools</toolsInstallType><afterPowerOn>true</afterPowerOn><afterResume>true</afterResume><beforeGuestStandby>true</beforeGuestStandby><beforeGuestShutdown>true</beforeGuestShutdown><toolsUpgradePolicy>manual</toolsUpgradePolicy><syncTimeWithHost>true</syncTimeWithHost><lastInstallInfo><counter>0</counter></lastInstallInfo></tools><flags><disableAcceleration>false</disableAcceleration><enableLogging>true</enableLogging><useToe>false</useToe><runWithDebugInfo>false</runWithDebugInfo><monitorType>release</monitorType><htSharing>any</htSharing><snapshotDisabled>false</snapshotDisabled><snapshotLocked>false</snapshotLocked><diskUuidEnabled>false</diskUuidEnabled><virtualMmuUsage>automatic</virtualMmuUsage><virtualExecUsage>hvAuto</virtualExecUsage><snapshotPowerOffBehavior>powerOff</snapshotPowerOffBehavior><recordReplayEnabled>false</recordReplayEnabled><faultToleranceType>unset</faultToleranceType><cbrcCacheEnabled>false</cbrcCacheEnabled><vvtdEnabled>false</vvtdEnabled><vbsEnabled>false</vbsEnabled></flags><defaultPowerOps><powerOffType>soft</powerOffType><suspendType>hard</suspendType><resetType>soft</resetType><defaultPowerOffType>soft</defaultPowerOffType><defaultSuspendType>hard</defaultSuspendType><defaultResetType>soft</defaultResetType><standbyAction>checkpoint</standbyAction></defaultPowerOps><hardware><numCPU>2</numCPU><numCoresPerSocket>1</numCoresPerSocket><memoryMB>10240</memoryMB><virtualICH7MPresent>false</virtualICH7MPresent><virtualSMCPresent>false</virtualSMCPresent><device\
946        \ xsi:type=\"VirtualIDEController\"><key>200</key><deviceInfo><label>IDE 0</label><summary>IDE\
947        \ 0</summary></deviceInfo><busNumber>0</busNumber><device>3000</device></device><device\
948        \ xsi:type=\"VirtualIDEController\"><key>201</key><deviceInfo><label>IDE 1</label><summary>IDE\
949        \ 1</summary></deviceInfo><busNumber>1</busNumber></device><device xsi:type=\"\
950        VirtualPS2Controller\"><key>300</key><deviceInfo><label>PS2 controller 0</label><summary>PS2\
951        \ controller 0</summary></deviceInfo><busNumber>0</busNumber><device>600</device><device>700</device></device><device\
952        \ xsi:type=\"VirtualPCIController\"><key>100</key><deviceInfo><label>PCI controller\
953        \ 0</label><summary>PCI controller 0</summary></deviceInfo><busNumber>0</busNumber><device>500</device><device>12000</device><device>1000</device><device>1001</device><device>4000</device></device><device\
954        \ xsi:type=\"VirtualSIOController\"><key>400</key><deviceInfo><label>SIO controller\
955        \ 0</label><summary>SIO controller 0</summary></deviceInfo><busNumber>0</busNumber></device><device\
956        \ xsi:type=\"VirtualKeyboard\"><key>600</key><deviceInfo><label>Keyboard </label><summary>Keyboard</summary></deviceInfo><controllerKey>300</controllerKey><unitNumber>0</unitNumber></device><device\
957        \ xsi:type=\"VirtualPointingDevice\"><key>700</key><deviceInfo><label>Pointing\
958        \ device</label><summary>Pointing device; Device</summary></deviceInfo><backing\
959        \ xsi:type=\"VirtualPointingDeviceDeviceBackingInfo\"><deviceName></deviceName><useAutoDetect>false</useAutoDetect><hostPointingDevice>autodetect</hostPointingDevice></backing><controllerKey>300</controllerKey><unitNumber>1</unitNumber></device><device\
960        \ xsi:type=\"VirtualMachineVideoCard\"><key>500</key><deviceInfo><label>Video\
961        \ card </label><summary>Video card</summary></deviceInfo><controllerKey>100</controllerKey><unitNumber>0</unitNumber><videoRamSizeInKB>4096</videoRamSizeInKB><numDisplays>1</numDisplays><useAutoDetect>false</useAutoDetect><enable3DSupport>false</enable3DSupport><use3dRenderer>automatic</use3dRenderer><graphicsMemorySizeInKB>262144</graphicsMemorySizeInKB></device><device\
962        \ xsi:type=\"VirtualMachineVMCIDevice\"><key>12000</key><deviceInfo><label>VMCI\
963        \ device</label><summary>Device on the virtual machine PCI bus that provides\
964        \ support for the virtual machine communication interface</summary></deviceInfo><slotInfo\
965        \ xsi:type=\"VirtualDevicePciBusSlotInfo\"><pciSlotNumber>33</pciSlotNumber></slotInfo><controllerKey>100</controllerKey><unitNumber>17</unitNumber><id>-1947587997</id><allowUnrestrictedCommunication>false</allowUnrestrictedCommunication><filterEnable>false</filterEnable></device><device\
966        \ xsi:type=\"VirtualLsiLogicController\"><key>1000</key><deviceInfo><label>SCSI\
967        \ controller 0</label><summary>LSI Logic</summary></deviceInfo><slotInfo xsi:type=\"\
968        VirtualDevicePciBusSlotInfo\"><pciSlotNumber>16</pciSlotNumber></slotInfo><controllerKey>100</controllerKey><unitNumber>3</unitNumber><busNumber>0</busNumber><device>2000</device><device>2001</device><device>2002</device><device>2003</device><device>2004</device><device>2005</device><device>2006</device><device>2008</device><device>2009</device><device>2010</device><device>2011</device><device>2012</device><device>2013</device><hotAddRemove>true</hotAddRemove><sharedBus>noSharing</sharedBus><scsiCtlrUnitNumber>7</scsiCtlrUnitNumber></device><device\
969        \ xsi:type=\"VirtualLsiLogicController\"><key>1001</key><deviceInfo><label>SCSI\
970        \ controller 1</label><summary>LSI Logic</summary></deviceInfo><slotInfo xsi:type=\"\
971        VirtualDevicePciBusSlotInfo\"><pciSlotNumber>32</pciSlotNumber></slotInfo><controllerKey>100</controllerKey><unitNumber>4</unitNumber><busNumber>1</busNumber><hotAddRemove>true</hotAddRemove><sharedBus>noSharing</sharedBus><scsiCtlrUnitNumber>7</scsiCtlrUnitNumber></device><device\
972        \ xsi:type=\"VirtualCdrom\"><key>3000</key><deviceInfo><label>CD/DVD drive\
973        \ 1</label><summary>ATAPI CD/DVD drive 0</summary></deviceInfo><backing xsi:type=\"\
974        VirtualCdromAtapiBackingInfo\"><deviceName>CD/DVD drive 0</deviceName><useAutoDetect>false</useAutoDetect></backing><connectable><startConnected>false</startConnected><allowGuestControl>true</allowGuestControl><connected>false</connected><status>ok</status></connectable><controllerKey>200</controllerKey><unitNumber>0</unitNumber></device><device\
975        \ xsi:type=\"VirtualDisk\"><key>2000</key><deviceInfo><label>Hard disk 1</label><summary>12,582,912\
976        \ KB</summary></deviceInfo><backing xsi:type=\"VirtualDiskFlatVer2BackingInfo\"\
977        ><fileName>[datastore1] VMware vCenter Server Appliance/VMware vCenter Server\
978        \ Appliance.vmdk</fileName><datastore type=\"Datastore\">datastore-15</datastore><backingObjectId></backingObjectId><diskMode>persistent</diskMode><split>false</split><writeThrough>false</writeThrough><thinProvisioned>true</thinProvisioned><uuid>6000C29d-daa2-ba2f-475f-8f8b40aa649b</uuid><contentId>bf66043061dcdc76332c7f8234a7124e</contentId><digestEnabled>false</digestEnabled><sharing>sharingNone</sharing></backing><controllerKey>1000</controllerKey><unitNumber>0</unitNumber><capacityInKB>12582912</capacityInKB><capacityInBytes>12884901888</capacityInBytes><shares><shares>1000</shares><level>normal</level></shares><storageIOAllocation><limit>-1</limit><shares><shares>1000</shares><level>normal</level></shares><reservation>0</reservation></storageIOAllocation><diskObjectId>707-2000</diskObjectId><nativeUnmanagedLinkedClone>false</nativeUnmanagedLinkedClone></device><device\
979        \ xsi:type=\"VirtualDisk\"><key>2001</key><deviceInfo><label>Hard disk 2</label><summary>1,934,336\
980        \ KB</summary></deviceInfo><backing xsi:type=\"VirtualDiskFlatVer2BackingInfo\"\
981        ><fileName>[datastore1] VMware vCenter Server Appliance/VMware vCenter Server\
982        \ Appliance_1.vmdk</fileName><datastore type=\"Datastore\">datastore-15</datastore><backingObjectId></backingObjectId><diskMode>persistent</diskMode><split>false</split><writeThrough>false</writeThrough><thinProvisioned>true</thinProvisioned><uuid>6000C292-d6da-3e42-68b5-da7880f3de41</uuid><contentId>ada67b0c5febc214cd75b380b8ab321f</contentId><digestEnabled>false</digestEnabled><sharing>sharingNone</sharing></backing><controllerKey>1000</controllerKey><unitNumber>1</unitNumber><capacityInKB>1934336</capacityInKB><capacityInBytes>1980760064</capacityInBytes><shares><shares>1000</shares><level>normal</level></shares><storageIOAllocation><limit>-1</limit><shares><shares>1000</shares><level>normal</level></shares><reservation>0</reservation></storageIOAllocation><diskObjectId>707-2001</diskObjectId><nativeUnmanagedLinkedClone>false</nativeUnmanagedLinkedClone></device><device\
983        \ xsi:type=\"VirtualDisk\"><key>2002</key><deviceInfo><label>Hard disk 3</label><summary>26,214,400\
984        \ KB</summary></deviceInfo><backing xsi:type=\"VirtualDiskFlatVer2BackingInfo\"\
985        ><fileName>[datastore1] VMware vCenter Server Appliance/VMware vCenter Server\
986        \ Appliance_2.vmdk</fileName><datastore type=\"Datastore\">datastore-15</datastore><backingObjectId></backingObjectId><diskMode>persistent</diskMode><split>false</split><writeThrough>false</writeThrough><thinProvisioned>true</thinProvisioned><uuid>6000C29a-c0b6-19a5-01fe-cc50749d1752</uuid><contentId>a1e391205c2b121f857aace95d9336ce</contentId><digestEnabled>false</digestEnabled><sharing>sharingNone</sharing></backing><controllerKey>1000</controllerKey><unitNumber>2</unitNumber><capacityInKB>26214400</capacityInKB><capacityInBytes>26843545600</capacityInBytes><shares><shares>1000</shares><level>normal</level></shares><storageIOAllocation><limit>-1</limit><shares><shares>1000</shares><level>normal</level></shares><reservation>0</reservation></storageIOAllocation><diskObjectId>707-2002</diskObjectId><nativeUnmanagedLinkedClone>false</nativeUnmanagedLinkedClone></device><device\
987        \ xsi:type=\"VirtualDisk\"><key>2003</key><deviceInfo><label>Hard disk 4</label><summary>26,214,400\
988        \ KB</summary></deviceInfo><backing xsi:type=\"VirtualDiskFlatVer2BackingInfo\"\
989        ><fileName>[datastore1] VMware vCenter Server Appliance/VMware vCenter Server\
990        \ Appliance_3.vmdk</fileName><datastore type=\"Datastore\">datastore-15</datastore><backingObjectId></backingObjectId><diskMode>persistent</diskMode><split>false</split><writeThrough>false</writeThrough><thinProvisioned>true</thinProvisioned><uuid>6000C297-88b5-8d83-5a7c-8d8bf32dff40</uuid><contentId>f73c6a9e7ea74b9f2d9fd082f4b3729b</contentId><digestEnabled>false</digestEnabled><sharing>sharingNone</sharing></backing><controllerKey>1000</controllerKey><unitNumber>3</unitNumber><capacityInKB>26214400</capacityInKB><capacityInBytes>26843545600</capacityInBytes><shares><shares>1000</shares><level>normal</level></shares><storageIOAllocation><limit>-1</limit><shares><shares>1000</shares><level>normal</level></shares><reservation>0</reservation></storageIOAllocation><diskObjectId>707-2003</diskObjectId><nativeUnmanagedLinkedClone>false</nativeUnmanagedLinkedClone></device><device\
991        \ xsi:type=\"VirtualDisk\"><key>2004</key><deviceInfo><label>Hard disk 5</label><summary>10,485,760\
992        \ KB</summary></deviceInfo><backing xsi:type=\"VirtualDiskFlatVer2BackingInfo\"\
993        ><fileName>[datastore1] VMware vCenter Server Appliance/VMware vCenter Server\
994        \ Appliance_4.vmdk</fileName><datastore type=\"Datastore\">datastore-15</datastore><backingObjectId></backingObjectId><diskMode>persistent</diskMode><split>false</split><writeThrough>false</writeThrough><thinProvisioned>true</thinProvisioned><uuid>6000C294-aa31-67e0-f639-49416c23e1bf</uuid><contentId>febe5dbccadae543cc31962081878a4e</contentId><digestEnabled>false</digestEnabled><sharing>sharingNone</sharing></backing><controllerKey>1000</controllerKey><unitNumber>4</unitNumber><capacityInKB>10485760</capacityInKB><capacityInBytes>10737418240</capacityInBytes><shares><shares>1000</shares><level>normal</level></shares><storageIOAllocation><limit>-1</limit><shares><shares>1000</shares><level>normal</level></shares><reservation>0</reservation></storageIOAllocation><diskObjectId>707-2004</diskObjectId><nativeUnmanagedLinkedClone>false</nativeUnmanagedLinkedClone></device><device\
995        \ xsi:type=\"VirtualDisk\"><key>2005</key><deviceInfo><label>Hard disk 6</label><summary>10,485,760\
996        \ KB</summary></deviceInfo><backing xsi:type=\"VirtualDiskFlatVer2BackingInfo\"\
997        ><fileName>[datastore1] VMware vCenter Server Appliance/VMware vCenter Server\
998        \ Appliance_5.vmdk</fileName><datastore type=\"Datastore\">datastore-15</datastore><backingObjectId></backingObjectId><diskMode>persistent</diskMode><split>false</split><writeThrough>false</writeThrough><thinProvisioned>true</thinProvisioned><uuid>6000C292-cd15-a98e-1145-991565db5f33</uuid><contentId>03ee860f6f6c9dbd04b268f130021f39</contentId><digestEnabled>false</digestEnabled><sharing>sharingNone</sharing></backing><controllerKey>1000</controllerKey><unitNumber>5</unitNumber><capacityInKB>10485760</capacityInKB><capacityInBytes>10737418240</capacityInBytes><shares><shares>1000</shares><level>normal</level></shares><storageIOAllocation><limit>-1</limit><shares><shares>1000</shares><level>normal</level></shares><reservation>0</reservation></storageIOAllocation><diskObjectId>707-2005</diskObjectId><nativeUnmanagedLinkedClone>false</nativeUnmanagedLinkedClone></device><device\
999        \ xsi:type=\"VirtualDisk\"><key>2006</key><deviceInfo><label>Hard disk 7</label><summary>15,728,640\
1000        \ KB</summary></deviceInfo><backing xsi:type=\"VirtualDiskFlatVer2BackingInfo\"\
1001        ><fileName>[datastore1] VMware vCenter Server Appliance/VMware vCenter Server\
1002        \ Appliance_6.vmdk</fileName><datastore type=\"Datastore\">datastore-15</datastore><backingObjectId></backingObjectId><diskMode>persistent</diskMode><split>false</split><writeThrough>false</writeThrough><thinProvisioned>true</thinProvisioned><uuid>6000C29c-cdd0-83e9-69c0-afc8584d51da</uuid><contentId>3e8adde3da99cde9ded4cf37708c7e8b</contentId><digestEnabled>false</digestEnabled><sharing>sharingNone</sharing></backing><controllerKey>1000</controllerKey><unitNumber>6</unitNumber><capacityInKB>15728640</capacityInKB><capacityInBytes>16106127360</capacityInBytes><shares><shares>1000</shares><level>normal</level></shares><storageIOAllocation><limit>-1</limit><shares><shares>1000</shares><level>normal</level></shares><reservation>0</reservation></storageIOAllocation><diskObjectId>707-2006</diskObjectId><nativeUnmanagedLinkedClone>false</nativeUnmanagedLinkedClone></device><device\
1003        \ xsi:type=\"VirtualDisk\"><key>2008</key><deviceInfo><label>Hard disk 8</label><summary>10,485,760\
1004        \ KB</summary></deviceInfo><backing xsi:type=\"VirtualDiskFlatVer2BackingInfo\"\
1005        ><fileName>[datastore1] VMware vCenter Server Appliance/VMware vCenter Server\
1006        \ Appliance_7.vmdk</fileName><datastore type=\"Datastore\">datastore-15</datastore><backingObjectId></backingObjectId><diskMode>persistent</diskMode><split>false</split><writeThrough>false</writeThrough><thinProvisioned>true</thinProvisioned><uuid>6000C298-16cd-a193-ee9d-37e7e761493f</uuid><contentId>7e008d609a65f73089438ad24ee87da0</contentId><digestEnabled>false</digestEnabled><sharing>sharingNone</sharing></backing><controllerKey>1000</controllerKey><unitNumber>8</unitNumber><capacityInKB>10485760</capacityInKB><capacityInBytes>10737418240</capacityInBytes><shares><shares>1000</shares><level>normal</level></shares><storageIOAllocation><limit>-1</limit><shares><shares>1000</shares><level>normal</level></shares><reservation>0</reservation></storageIOAllocation><diskObjectId>707-2008</diskObjectId><nativeUnmanagedLinkedClone>false</nativeUnmanagedLinkedClone></device><device\
1007        \ xsi:type=\"VirtualDisk\"><key>2009</key><deviceInfo><label>Hard disk 9</label><summary>1,048,576\
1008        \ KB</summary></deviceInfo><backing xsi:type=\"VirtualDiskFlatVer2BackingInfo\"\
1009        ><fileName>[datastore1] VMware vCenter Server Appliance/VMware vCenter Server\
1010        \ Appliance_8.vmdk</fileName><datastore type=\"Datastore\">datastore-15</datastore><backingObjectId></backingObjectId><diskMode>persistent</diskMode><split>false</split><writeThrough>false</writeThrough><thinProvisioned>true</thinProvisioned><uuid>6000C295-8b8a-d27c-b6f3-5d8cc0c28c38</uuid><contentId>6e55bf70a2f4534b3953e89e2e7d1f84</contentId><digestEnabled>false</digestEnabled><sharing>sharingNone</sharing></backing><controllerKey>1000</controllerKey><unitNumber>9</unitNumber><capacityInKB>1048576</capacityInKB><capacityInBytes>1073741824</capacityInBytes><shares><shares>1000</shares><level>normal</level></shares><storageIOAllocation><limit>-1</limit><shares><shares>1000</shares><level>normal</level></shares><reservation>0</reservation></storageIOAllocation><diskObjectId>707-2009</diskObjectId><nativeUnmanagedLinkedClone>false</nativeUnmanagedLinkedClone></device><device\
1011        \ xsi:type=\"VirtualDisk\"><key>2010</key><deviceInfo><label>Hard disk 10</label><summary>10,485,760\
1012        \ KB</summary></deviceInfo><backing xsi:type=\"VirtualDiskFlatVer2BackingInfo\"\
1013        ><fileName>[datastore1] VMware vCenter Server Appliance/VMware vCenter Server\
1014        \ Appliance_9.vmdk</fileName><datastore type=\"Datastore\">datastore-15</datastore><backingObjectId></backingObjectId><diskMode>persistent</diskMode><split>false</split><writeThrough>false</writeThrough><thinProvisioned>true</thinProvisioned><uuid>6000C29d-c264-4037-e630-544cb55e0dab</uuid><contentId>2552a4075c1d196d9582f3ec34b7c1d4</contentId><digestEnabled>false</digestEnabled><sharing>sharingNone</sharing></backing><controllerKey>1000</controllerKey><unitNumber>10</unitNumber><capacityInKB>10485760</capacityInKB><capacityInBytes>10737418240</capacityInBytes><shares><shares>1000</shares><level>normal</level></shares><storageIOAllocation><limit>-1</limit><shares><shares>1000</shares><level>normal</level></shares><reservation>0</reservation></storageIOAllocation><diskObjectId>707-2010</diskObjectId><nativeUnmanagedLinkedClone>false</nativeUnmanagedLinkedClone></device><device\
1015        \ xsi:type=\"VirtualDisk\"><key>2011</key><deviceInfo><label>Hard disk 11</label><summary>10,485,760\
1016        \ KB</summary></deviceInfo><backing xsi:type=\"VirtualDiskFlatVer2BackingInfo\"\
1017        ><fileName>[datastore1] VMware vCenter Server Appliance/VMware vCenter Server\
1018        \ Appliance_10.vmdk</fileName><datastore type=\"Datastore\">datastore-15</datastore><backingObjectId></backingObjectId><diskMode>persistent</diskMode><split>false</split><writeThrough>false</writeThrough><thinProvisioned>true</thinProvisioned><uuid>6000C298-3c10-8d38-1c83-bcb4b43b7dcf</uuid><contentId>44630611a791584cd94d26dd339c27b0</contentId><digestEnabled>false</digestEnabled><sharing>sharingNone</sharing></backing><controllerKey>1000</controllerKey><unitNumber>11</unitNumber><capacityInKB>10485760</capacityInKB><capacityInBytes>10737418240</capacityInBytes><shares><shares>1000</shares><level>normal</level></shares><storageIOAllocation><limit>-1</limit><shares><shares>1000</shares><level>normal</level></shares><reservation>0</reservation></storageIOAllocation><diskObjectId>707-2011</diskObjectId><nativeUnmanagedLinkedClone>false</nativeUnmanagedLinkedClone></device><device\
1019        \ xsi:type=\"VirtualDisk\"><key>2012</key><deviceInfo><label>Hard disk 12</label><summary>104,857,600\
1020        \ KB</summary></deviceInfo><backing xsi:type=\"VirtualDiskFlatVer2BackingInfo\"\
1021        ><fileName>[datastore1] VMware vCenter Server Appliance/VMware vCenter Server\
1022        \ Appliance_11.vmdk</fileName><datastore type=\"Datastore\">datastore-15</datastore><backingObjectId></backingObjectId><diskMode>persistent</diskMode><split>false</split><writeThrough>false</writeThrough><thinProvisioned>true</thinProvisioned><uuid>6000C295-a239-2027-f2a3-28fce6b44cb5</uuid><contentId>9df7b527b6bfa57f978b30ada0209683</contentId><digestEnabled>false</digestEnabled><sharing>sharingNone</sharing></backing><controllerKey>1000</controllerKey><unitNumber>12</unitNumber><capacityInKB>104857600</capacityInKB><capacityInBytes>107374182400</capacityInBytes><shares><shares>1000</shares><level>normal</level></shares><storageIOAllocation><limit>-1</limit><shares><shares>1000</shares><level>normal</level></shares><reservation>0</reservation></storageIOAllocation><diskObjectId>707-2012</diskObjectId><nativeUnmanagedLinkedClone>false</nativeUnmanagedLinkedClone></device><device\
1023        \ xsi:type=\"VirtualDisk\"><key>2013</key><deviceInfo><label>Hard disk 13</label><summary>52,428,800\
1024        \ KB</summary></deviceInfo><backing xsi:type=\"VirtualDiskFlatVer2BackingInfo\"\
1025        ><fileName>[datastore1] VMware vCenter Server Appliance/VMware vCenter Server\
1026        \ Appliance_12.vmdk</fileName><datastore type=\"Datastore\">datastore-15</datastore><backingObjectId></backingObjectId><diskMode>persistent</diskMode><split>false</split><writeThrough>false</writeThrough><thinProvisioned>true</thinProvisioned><uuid>6000C29b-0998-4eb2-49d7-ef260fe5b1fa</uuid><contentId>05d8434082ef38ef9573194c2f66f316</contentId><digestEnabled>false</digestEnabled><sharing>sharingNone</sharing></backing><controllerKey>1000</controllerKey><unitNumber>13</unitNumber><capacityInKB>52428800</capacityInKB><capacityInBytes>53687091200</capacityInBytes><shares><shares>1000</shares><level>normal</level></shares><storageIOAllocation><limit>-1</limit><shares><shares>1000</shares><level>normal</level></shares><reservation>0</reservation></storageIOAllocation><diskObjectId>707-2013</diskObjectId><nativeUnmanagedLinkedClone>false</nativeUnmanagedLinkedClone></device><device\
1027        \ xsi:type=\"VirtualVmxnet3\"><key>4000</key><deviceInfo><label>Network adapter\
1028        \ 1</label><summary>VM Network</summary></deviceInfo><backing xsi:type=\"\
1029        VirtualEthernetCardNetworkBackingInfo\"><deviceName>VM Network</deviceName><useAutoDetect>false</useAutoDetect><network\
1030        \ type=\"Network\">network-16</network></backing><connectable><migrateConnect>unset</migrateConnect><startConnected>true</startConnected><allowGuestControl>true</allowGuestControl><connected>true</connected><status>ok</status></connectable><slotInfo\
1031        \ xsi:type=\"VirtualDevicePciBusSlotInfo\"><pciSlotNumber>160</pciSlotNumber></slotInfo><controllerKey>100</controllerKey><unitNumber>7</unitNumber><addressType>generated</addressType><macAddress>00:0c:29:ea:2a:63</macAddress><wakeOnLanEnabled>true</wakeOnLanEnabled><resourceAllocation><reservation>0</reservation><share><shares>50</shares><level>normal</level></share><limit>-1</limit></resourceAllocation><uptCompatibilityEnabled>true</uptCompatibilityEnabled></device></hardware><cpuAllocation><reservation>0</reservation><limit>-1</limit><shares><shares>2000</shares><level>normal</level></shares></cpuAllocation><memoryAllocation><reservation>0</reservation><limit>-1</limit><shares><shares>102400</shares><level>normal</level></shares></memoryAllocation><latencySensitivity><level>normal</level></latencySensitivity><memoryHotAddEnabled>true</memoryHotAddEnabled><cpuHotAddEnabled>true</cpuHotAddEnabled><cpuHotRemoveEnabled>true</cpuHotRemoveEnabled><hotPlugMemoryLimit>163840</hotPlugMemoryLimit><hotPlugMemoryIncrementSize>128</hotPlugMemoryIncrementSize><extraConfig><key>nvram</key><value\
1032        \ xsi:type=\"xsd:string\">VMware vCenter Server Appliance.nvram</value></extraConfig><extraConfig><key>pciBridge0.present</key><value\
1033        \ xsi:type=\"xsd:string\">TRUE</value></extraConfig><extraConfig><key>svga.present</key><value\
1034        \ xsi:type=\"xsd:string\">TRUE</value></extraConfig><extraConfig><key>pciBridge4.present</key><value\
1035        \ xsi:type=\"xsd:string\">TRUE</value></extraConfig><extraConfig><key>pciBridge4.virtualDev</key><value\
1036        \ xsi:type=\"xsd:string\">pcieRootPort</value></extraConfig><extraConfig><key>pciBridge4.functions</key><value\
1037        \ xsi:type=\"xsd:string\">8</value></extraConfig><extraConfig><key>pciBridge5.present</key><value\
1038        \ xsi:type=\"xsd:string\">TRUE</value></extraConfig><extraConfig><key>pciBridge5.virtualDev</key><value\
1039        \ xsi:type=\"xsd:string\">pcieRootPort</value></extraConfig><extraConfig><key>pciBridge5.functions</key><value\
1040        \ xsi:type=\"xsd:string\">8</value></extraConfig><extraConfig><key>pciBridge6.present</key><value\
1041        \ xsi:type=\"xsd:string\">TRUE</value></extraConfig><extraConfig><key>pciBridge6.virtualDev</key><value\
1042        \ xsi:type=\"xsd:string\">pcieRootPort</value></extraConfig><extraConfig><key>pciBridge6.functions</key><value\
1043        \ xsi:type=\"xsd:string\">8</value></extraConfig><extraConfig><key>pciBridge7.present</key><value\
1044        \ xsi:type=\"xsd:string\">TRUE</value></extraConfig><extraConfig><key>pciBridge7.virtualDev</key><value\
1045        \ xsi:type=\"xsd:string\">pcieRootPort</value></extraConfig><extraConfig><key>pciBridge7.functions</key><value\
1046        \ xsi:type=\"xsd:string\">8</value></extraConfig><extraConfig><key>hpet0.present</key><value\
1047        \ xsi:type=\"xsd:string\">TRUE</value></extraConfig><extraConfig><key>msg.autoAnswer</key><value\
1048        \ xsi:type=\"xsd:string\">TRUE</value></extraConfig><extraConfig><key>cdrom.showIsoLockWarning</key><value\
1049        \ xsi:type=\"xsd:string\">FALSE</value></extraConfig><extraConfig><key>sched.swap.derivedName</key><value\
1050        \ xsi:type=\"xsd:string\">/vmfs/volumes/5b7ee5c9-4e8f1921-93b3-90b11c51ac73/VMware\
1051        \ vCenter Server Appliance/VMware vCenter Server Appliance-76f3a28e.vswp</value></extraConfig><extraConfig><key>scsi0:13.redo</key><value\
1052        \ xsi:type=\"xsd:string\"></value></extraConfig><extraConfig><key>scsi0:8.redo</key><value\
1053        \ xsi:type=\"xsd:string\"></value></extraConfig><extraConfig><key>scsi0:12.redo</key><value\
1054        \ xsi:type=\"xsd:string\"></value></extraConfig><extraConfig><key>scsi0:9.redo</key><value\
1055        \ xsi:type=\"xsd:string\"></value></extraConfig><extraConfig><key>scsi0:2.redo</key><value\
1056        \ xsi:type=\"xsd:string\"></value></extraConfig><extraConfig><key>scsi0:0.redo</key><value\
1057        \ xsi:type=\"xsd:string\"></value></extraConfig><extraConfig><key>scsi0:1.redo</key><value\
1058        \ xsi:type=\"xsd:string\"></value></extraConfig><extraConfig><key>scsi0:6.redo</key><value\
1059        \ xsi:type=\"xsd:string\"></value></extraConfig><extraConfig><key>scsi0:10.redo</key><value\
1060        \ xsi:type=\"xsd:string\"></value></extraConfig><extraConfig><key>scsi0:3.redo</key><value\
1061        \ xsi:type=\"xsd:string\"></value></extraConfig><extraConfig><key>scsi0:5.redo</key><value\
1062        \ xsi:type=\"xsd:string\"></value></extraConfig><extraConfig><key>scsi0:4.redo</key><value\
1063        \ xsi:type=\"xsd:string\"></value></extraConfig><extraConfig><key>scsi0:11.redo</key><value\
1064        \ xsi:type=\"xsd:string\"></value></extraConfig><extraConfig><key>pciBridge0.pciSlotNumber</key><value\
1065        \ xsi:type=\"xsd:string\">17</value></extraConfig><extraConfig><key>pciBridge4.pciSlotNumber</key><value\
1066        \ xsi:type=\"xsd:string\">21</value></extraConfig><extraConfig><key>pciBridge5.pciSlotNumber</key><value\
1067        \ xsi:type=\"xsd:string\">22</value></extraConfig><extraConfig><key>pciBridge6.pciSlotNumber</key><value\
1068        \ xsi:type=\"xsd:string\">23</value></extraConfig><extraConfig><key>pciBridge7.pciSlotNumber</key><value\
1069        \ xsi:type=\"xsd:string\">24</value></extraConfig><extraConfig><key>scsi0.pciSlotNumber</key><value\
1070        \ xsi:type=\"xsd:string\">16</value></extraConfig><extraConfig><key>scsi1.pciSlotNumber</key><value\
1071        \ xsi:type=\"xsd:string\">32</value></extraConfig><extraConfig><key>ethernet0.pciSlotNumber</key><value\
1072        \ xsi:type=\"xsd:string\">160</value></extraConfig><extraConfig><key>vmci0.pciSlotNumber</key><value\
1073        \ xsi:type=\"xsd:string\">33</value></extraConfig><extraConfig><key>ethernet0.generatedAddressOffset</key><value\
1074        \ xsi:type=\"xsd:string\">0</value></extraConfig><extraConfig><key>monitor.phys_bits_used</key><value\
1075        \ xsi:type=\"xsd:string\">40</value></extraConfig><extraConfig><key>vmotion.checkpointFBSize</key><value\
1076        \ xsi:type=\"xsd:string\">4194304</value></extraConfig><extraConfig><key>softPowerOff</key><value\
1077        \ xsi:type=\"xsd:string\">FALSE</value></extraConfig><extraConfig><key>vmware.tools.internalversion</key><value\
1078        \ xsi:type=\"xsd:string\">10277</value></extraConfig><extraConfig><key>vmware.tools.requiredversion</key><value\
1079        \ xsi:type=\"xsd:string\">10304</value></extraConfig><extraConfig><key>migrate.hostLogState</key><value\
1080        \ xsi:type=\"xsd:string\">none</value></extraConfig><extraConfig><key>migrate.migrationId</key><value\
1081        \ xsi:type=\"xsd:string\">0</value></extraConfig><extraConfig><key>migrate.hostLog</key><value\
1082        \ xsi:type=\"xsd:string\">./VMware vCenter Server Appliance-76f3a28e.hlog</value></extraConfig><extraConfig><key>guestinfo.vmware.vami.features</key><value\
1083        \ xsi:type=\"xsd:string\">SUP</value></extraConfig><extraConfig><key>guestinfo.vmware.vami.http-port</key><value\
1084        \ xsi:type=\"xsd:string\">5488</value></extraConfig><extraConfig><key>guestinfo.vmware.vami.version</key><value\
1085        \ xsi:type=\"xsd:string\">2010100</value></extraConfig><extraConfig><key>guestinfo.vmware.vami.https-clientkeyfile</key><value\
1086        \ xsi:type=\"xsd:string\">/opt/vmware/etc/sfcb/file.pem</value></extraConfig><extraConfig><key>guestinfo.vmware.vami.https-clienttruststorefile</key><value\
1087        \ xsi:type=\"xsd:string\">/opt/vmware/etc/sfcb/client.pem</value></extraConfig><extraConfig><key>guestinfo.vmware.vami.https-port</key><value\
1088        \ xsi:type=\"xsd:string\">5489</value></extraConfig><datastoreUrl><name>datastore1</name><url>/vmfs/volumes/5b7ee5c9-4e8f1921-93b3-90b11c51ac73</url></datastoreUrl><swapPlacement>inherit</swapPlacement><bootOptions><bootDelay>0</bootDelay><enterBIOSSetup>false</enterBIOSSetup><efiSecureBootEnabled>false</efiSecureBootEnabled><bootRetryEnabled>false</bootRetryEnabled><bootRetryDelay>10000</bootRetryDelay><networkBootProtocol>ipv4</networkBootProtocol></bootOptions><vAssertsEnabled>false</vAssertsEnabled><changeTrackingEnabled>false</changeTrackingEnabled><firmware>bios</firmware><maxMksConnections>40</maxMksConnections><guestAutoLockEnabled>false</guestAutoLockEnabled><memoryReservationLockedToMax>false</memoryReservationLockedToMax><initialOverhead><initialMemoryReservation>97886208</initialMemoryReservation><initialSwapReservation>205762560</initialSwapReservation></initialOverhead><nestedHVEnabled>false</nestedHVEnabled><vPMCEnabled>false</vPMCEnabled><scheduledHardwareUpgradeInfo><upgradePolicy>never</upgradePolicy><scheduledHardwareUpgradeStatus>none</scheduledHardwareUpgradeStatus></scheduledHardwareUpgradeInfo><vFlashCacheReservation>0</vFlashCacheReservation><vmxConfigChecksum>uDix5+E4K7B6ozE6H5XMDxdn8tA=</vmxConfigChecksum><messageBusTunnelEnabled>false</messageBusTunnelEnabled><guestIntegrityInfo><enabled>false</enabled></guestIntegrityInfo><migrateEncryption>opportunistic</migrateEncryption></val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
1089        </soapenv:Body>\n</soapenv:Envelope>"}
1090    headers:
1091      cache-control: [no-cache]
1092      connection: [Keep-Alive]
1093      content-type: [text/xml; charset=utf-8]
1094      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
1095      x-frame-options: [DENY]
1096    status: {code: 200, message: OK}
1097- request:
1098    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
1099
1100      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
1101      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
1102
1103      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
1104
1105      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>layout</pathSet></propSet><objectSet><obj
1106      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
1107
1108      </soapenv:Envelope>'
1109    headers:
1110      Accept-Encoding: ['gzip, deflate']
1111      Content-Type: [text/xml; charset=UTF-8]
1112      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
1113          HttpOnly; Secure;]
1114      SOAPAction: ['"urn:vim25/6.7"']
1115      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
1116    method: POST
1117    uri: https://vcenter/sdk
1118  response:
1119    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
1120        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
1121        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
1122        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
1123        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
1124        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>layout</name><val xsi:type=\"\
1125        VirtualMachineFileLayout\"><configFile>VMware vCenter Server Appliance.nvram</configFile><configFile>VMware\
1126        \ vCenter Server Appliance.vmsd</configFile><logFile>vmware.log</logFile><disk><key>2000</key><diskFile>[datastore1]\
1127        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance.vmdk</diskFile></disk><disk><key>2001</key><diskFile>[datastore1]\
1128        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_1.vmdk</diskFile></disk><disk><key>2002</key><diskFile>[datastore1]\
1129        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_2.vmdk</diskFile></disk><disk><key>2003</key><diskFile>[datastore1]\
1130        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_3.vmdk</diskFile></disk><disk><key>2004</key><diskFile>[datastore1]\
1131        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_4.vmdk</diskFile></disk><disk><key>2005</key><diskFile>[datastore1]\
1132        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_5.vmdk</diskFile></disk><disk><key>2006</key><diskFile>[datastore1]\
1133        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_6.vmdk</diskFile></disk><disk><key>2008</key><diskFile>[datastore1]\
1134        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_7.vmdk</diskFile></disk><disk><key>2009</key><diskFile>[datastore1]\
1135        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_8.vmdk</diskFile></disk><disk><key>2010</key><diskFile>[datastore1]\
1136        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_9.vmdk</diskFile></disk><disk><key>2011</key><diskFile>[datastore1]\
1137        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_10.vmdk</diskFile></disk><disk><key>2012</key><diskFile>[datastore1]\
1138        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_11.vmdk</diskFile></disk><disk><key>2013</key><diskFile>[datastore1]\
1139        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_12.vmdk</diskFile></disk><swapFile>[datastore1]\
1140        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance-76f3a28e.vswp</swapFile></val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
1141        </soapenv:Body>\n</soapenv:Envelope>"}
1142    headers:
1143      cache-control: [no-cache]
1144      connection: [Keep-Alive]
1145      content-length: ['2551']
1146      content-type: [text/xml; charset=utf-8]
1147      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
1148      x-frame-options: [DENY]
1149    status: {code: 200, message: OK}
1150- request:
1151    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
1152
1153      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
1154      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
1155
1156      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
1157
1158      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>layoutEx</pathSet></propSet><objectSet><obj
1159      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
1160
1161      </soapenv:Envelope>'
1162    headers:
1163      Accept-Encoding: ['gzip, deflate']
1164      Content-Type: [text/xml; charset=UTF-8]
1165      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
1166          HttpOnly; Secure;]
1167      SOAPAction: ['"urn:vim25/6.7"']
1168      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
1169    method: POST
1170    uri: https://vcenter/sdk
1171  response:
1172    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
1173        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
1174        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
1175        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
1176        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
1177        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>layoutEx</name><val xsi:type=\"\
1178        VirtualMachineFileLayoutEx\"><file><key>0</key><name>[datastore1] VMware vCenter\
1179        \ Server Appliance/VMware vCenter Server Appliance.vmx</name><type>config</type><size>4235</size><uniqueSize>4235</uniqueSize><accessible>true</accessible></file><file><key>1</key><name>[datastore1]\
1180        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance.nvram</name><type>nvram</type><size>8684</size><uniqueSize>8684</uniqueSize><accessible>true</accessible></file><file><key>2</key><name>[datastore1]\
1181        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance.vmsd</name><type>snapshotList</type><size>0</size><uniqueSize>0</uniqueSize><accessible>true</accessible></file><file><key>3</key><name>[datastore1]\
1182        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance.vmdk</name><type>diskDescriptor</type><size>0</size><uniqueSize>0</uniqueSize><accessible>true</accessible></file><file><key>4</key><name>[datastore1]\
1183        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance-flat.vmdk</name><type>diskExtent</type><size>11760828416</size><uniqueSize>11760828416</uniqueSize><accessible>true</accessible></file><file><key>5</key><name>[datastore1]\
1184        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_1.vmdk</name><type>diskDescriptor</type><size>0</size><uniqueSize>0</uniqueSize><accessible>true</accessible></file><file><key>6</key><name>[datastore1]\
1185        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_1-flat.vmdk</name><type>diskExtent</type><size>1979711488</size><uniqueSize>1979711488</uniqueSize><accessible>true</accessible></file><file><key>7</key><name>[datastore1]\
1186        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_2.vmdk</name><type>diskDescriptor</type><size>0</size><uniqueSize>0</uniqueSize><accessible>true</accessible></file><file><key>8</key><name>[datastore1]\
1187        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_2-flat.vmdk</name><type>diskExtent</type><size>3964665856</size><uniqueSize>3964665856</uniqueSize><accessible>true</accessible></file><file><key>9</key><name>[datastore1]\
1188        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_3.vmdk</name><type>diskDescriptor</type><size>0</size><uniqueSize>0</uniqueSize><accessible>true</accessible></file><file><key>10</key><name>[datastore1]\
1189        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_3-flat.vmdk</name><type>diskExtent</type><size>633339904</size><uniqueSize>633339904</uniqueSize><accessible>true</accessible></file><file><key>11</key><name>[datastore1]\
1190        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_4.vmdk</name><type>diskDescriptor</type><size>0</size><uniqueSize>0</uniqueSize><accessible>true</accessible></file><file><key>12</key><name>[datastore1]\
1191        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_4-flat.vmdk</name><type>diskExtent</type><size>10232004608</size><uniqueSize>10232004608</uniqueSize><accessible>true</accessible></file><file><key>13</key><name>[datastore1]\
1192        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_5.vmdk</name><type>diskDescriptor</type><size>0</size><uniqueSize>0</uniqueSize><accessible>true</accessible></file><file><key>14</key><name>[datastore1]\
1193        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_5-flat.vmdk</name><type>diskExtent</type><size>710934528</size><uniqueSize>710934528</uniqueSize><accessible>true</accessible></file><file><key>15</key><name>[datastore1]\
1194        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_6.vmdk</name><type>diskDescriptor</type><size>0</size><uniqueSize>0</uniqueSize><accessible>true</accessible></file><file><key>16</key><name>[datastore1]\
1195        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_6-flat.vmdk</name><type>diskExtent</type><size>460324864</size><uniqueSize>460324864</uniqueSize><accessible>true</accessible></file><file><key>17</key><name>[datastore1]\
1196        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_7.vmdk</name><type>diskDescriptor</type><size>0</size><uniqueSize>0</uniqueSize><accessible>true</accessible></file><file><key>18</key><name>[datastore1]\
1197        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_7-flat.vmdk</name><type>diskExtent</type><size>1013972992</size><uniqueSize>1013972992</uniqueSize><accessible>true</accessible></file><file><key>19</key><name>[datastore1]\
1198        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_8.vmdk</name><type>diskDescriptor</type><size>0</size><uniqueSize>0</uniqueSize><accessible>true</accessible></file><file><key>20</key><name>[datastore1]\
1199        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_8-flat.vmdk</name><type>diskExtent</type><size>40894464</size><uniqueSize>40894464</uniqueSize><accessible>true</accessible></file><file><key>21</key><name>[datastore1]\
1200        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_9.vmdk</name><type>diskDescriptor</type><size>0</size><uniqueSize>0</uniqueSize><accessible>true</accessible></file><file><key>22</key><name>[datastore1]\
1201        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_9-flat.vmdk</name><type>diskExtent</type><size>319815680</size><uniqueSize>319815680</uniqueSize><accessible>true</accessible></file><file><key>23</key><name>[datastore1]\
1202        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_10.vmdk</name><type>diskDescriptor</type><size>0</size><uniqueSize>0</uniqueSize><accessible>true</accessible></file><file><key>24</key><name>[datastore1]\
1203        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_10-flat.vmdk</name><type>diskExtent</type><size>319815680</size><uniqueSize>319815680</uniqueSize><accessible>true</accessible></file><file><key>25</key><name>[datastore1]\
1204        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_11.vmdk</name><type>diskDescriptor</type><size>0</size><uniqueSize>0</uniqueSize><accessible>true</accessible></file><file><key>26</key><name>[datastore1]\
1205        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_11-flat.vmdk</name><type>diskExtent</type><size>1909456896</size><uniqueSize>1909456896</uniqueSize><accessible>true</accessible></file><file><key>27</key><name>[datastore1]\
1206        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_12.vmdk</name><type>diskDescriptor</type><size>0</size><uniqueSize>0</uniqueSize><accessible>true</accessible></file><file><key>28</key><name>[datastore1]\
1207        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance_12-flat.vmdk</name><type>diskExtent</type><size>5082447872</size><uniqueSize>5082447872</uniqueSize><accessible>true</accessible></file><file><key>29</key><name>[datastore1]\
1208        \ VMware vCenter Server Appliance/vmware.log</name><type>log</type><size>434350</size><uniqueSize>434350</uniqueSize><accessible>true</accessible></file><file><key>30</key><name>[datastore1]\
1209        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance-76f3a28e.vswp</name><type>swap</type><size>10737418240</size><uniqueSize>10737418240</uniqueSize><accessible>true</accessible></file><file><key>31</key><name>[datastore1]\
1210        \ VMware vCenter Server Appliance/vmx-VMware vCenter Server Appliance-1995678350-1.vswp</name><type>uwswap</type><size>115343360</size><uniqueSize>115343360</uniqueSize><accessible>true</accessible></file><disk><key>2000</key><chain><fileKey>3</fileKey><fileKey>4</fileKey></chain></disk><disk><key>2001</key><chain><fileKey>5</fileKey><fileKey>6</fileKey></chain></disk><disk><key>2002</key><chain><fileKey>7</fileKey><fileKey>8</fileKey></chain></disk><disk><key>2003</key><chain><fileKey>9</fileKey><fileKey>10</fileKey></chain></disk><disk><key>2004</key><chain><fileKey>11</fileKey><fileKey>12</fileKey></chain></disk><disk><key>2005</key><chain><fileKey>13</fileKey><fileKey>14</fileKey></chain></disk><disk><key>2006</key><chain><fileKey>15</fileKey><fileKey>16</fileKey></chain></disk><disk><key>2008</key><chain><fileKey>17</fileKey><fileKey>18</fileKey></chain></disk><disk><key>2009</key><chain><fileKey>19</fileKey><fileKey>20</fileKey></chain></disk><disk><key>2010</key><chain><fileKey>21</fileKey><fileKey>22</fileKey></chain></disk><disk><key>2011</key><chain><fileKey>23</fileKey><fileKey>24</fileKey></chain></disk><disk><key>2012</key><chain><fileKey>25</fileKey><fileKey>26</fileKey></chain></disk><disk><key>2013</key><chain><fileKey>27</fileKey><fileKey>28</fileKey></chain></disk><timestamp>2018-12-13T22:54:09.69966Z</timestamp></val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
1211        </soapenv:Body>\n</soapenv:Envelope>"}
1212    headers:
1213      cache-control: [no-cache]
1214      connection: [Keep-Alive]
1215      content-length: ['8925']
1216      content-type: [text/xml; charset=utf-8]
1217      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
1218      x-frame-options: [DENY]
1219    status: {code: 200, message: OK}
1220- request:
1221    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
1222
1223      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
1224      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
1225
1226      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
1227
1228      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>storage</pathSet></propSet><objectSet><obj
1229      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
1230
1231      </soapenv:Envelope>'
1232    headers:
1233      Accept-Encoding: ['gzip, deflate']
1234      Content-Type: [text/xml; charset=UTF-8]
1235      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
1236          HttpOnly; Secure;]
1237      SOAPAction: ['"urn:vim25/6.7"']
1238      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
1239    method: POST
1240    uri: https://vcenter/sdk
1241  response:
1242    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
1243        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
1244        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
1245        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
1246        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
1247        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>storage</name><val xsi:type=\"\
1248        VirtualMachineStorageInfo\"><perDatastoreUsage><datastore type=\"Datastore\"\
1249        >datastore-15</datastore><committed>49281422117</committed><uncommitted>262052781077</uncommitted><unshared>38428213248</unshared></perDatastoreUsage><timestamp>2018-12-13T22:54:09.731999Z</timestamp></val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
1250        </soapenv:Body>\n</soapenv:Envelope>"}
1251    headers:
1252      cache-control: [no-cache]
1253      connection: [Keep-Alive]
1254      content-length: ['819']
1255      content-type: [text/xml; charset=utf-8]
1256      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
1257      x-frame-options: [DENY]
1258    status: {code: 200, message: OK}
1259- request:
1260    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
1261
1262      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
1263      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
1264
1265      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
1266
1267      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>environmentBrowser</pathSet></propSet><objectSet><obj
1268      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
1269
1270      </soapenv:Envelope>'
1271    headers:
1272      Accept-Encoding: ['gzip, deflate']
1273      Content-Type: [text/xml; charset=UTF-8]
1274      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
1275          HttpOnly; Secure;]
1276      SOAPAction: ['"urn:vim25/6.7"']
1277      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
1278    method: POST
1279    uri: https://vcenter/sdk
1280  response:
1281    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
1282        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
1283        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
1284        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
1285        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
1286        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>environmentBrowser</name><val\
1287        \ type=\"EnvironmentBrowser\" xsi:type=\"ManagedObjectReference\">envbrowser-22</val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
1288        </soapenv:Body>\n</soapenv:Envelope>"}
1289    headers:
1290      cache-control: [no-cache]
1291      connection: [Keep-Alive]
1292      content-length: ['620']
1293      content-type: [text/xml; charset=utf-8]
1294      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
1295      x-frame-options: [DENY]
1296    status: {code: 200, message: OK}
1297- request:
1298    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
1299
1300      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
1301      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
1302
1303      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
1304
1305      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>resourcePool</pathSet></propSet><objectSet><obj
1306      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
1307
1308      </soapenv:Envelope>'
1309    headers:
1310      Accept-Encoding: ['gzip, deflate']
1311      Content-Type: [text/xml; charset=UTF-8]
1312      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
1313          HttpOnly; Secure;]
1314      SOAPAction: ['"urn:vim25/6.7"']
1315      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
1316    method: POST
1317    uri: https://vcenter/sdk
1318  response:
1319    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
1320        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
1321        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
1322        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
1323        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
1324        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>resourcePool</name><val\
1325        \ type=\"ResourcePool\" xsi:type=\"ManagedObjectReference\">resgroup-13</val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
1326        </soapenv:Body>\n</soapenv:Envelope>"}
1327    headers:
1328      cache-control: [no-cache]
1329      connection: [Keep-Alive]
1330      content-length: ['606']
1331      content-type: [text/xml; charset=utf-8]
1332      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
1333      x-frame-options: [DENY]
1334    status: {code: 200, message: OK}
1335- request:
1336    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
1337
1338      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
1339      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
1340
1341      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
1342
1343      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>parentVApp</pathSet></propSet><objectSet><obj
1344      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
1345
1346      </soapenv:Envelope>'
1347    headers:
1348      Accept-Encoding: ['gzip, deflate']
1349      Content-Type: [text/xml; charset=UTF-8]
1350      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
1351          HttpOnly; Secure;]
1352      SOAPAction: ['"urn:vim25/6.7"']
1353      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
1354    method: POST
1355    uri: https://vcenter/sdk
1356  response:
1357    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
1358        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
1359        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
1360        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
1361        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
1362        \ type=\"VirtualMachine\">vm-22</obj></objects></returnval></RetrievePropertiesExResponse>\n\
1363        </soapenv:Body>\n</soapenv:Envelope>"}
1364    headers:
1365      cache-control: [no-cache]
1366      connection: [Keep-Alive]
1367      content-length: ['486']
1368      content-type: [text/xml; charset=utf-8]
1369      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
1370      x-frame-options: [DENY]
1371    status: {code: 200, message: OK}
1372- request:
1373    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
1374
1375      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
1376      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
1377
1378      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
1379
1380      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>resourceConfig</pathSet></propSet><objectSet><obj
1381      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
1382
1383      </soapenv:Envelope>'
1384    headers:
1385      Accept-Encoding: ['gzip, deflate']
1386      Content-Type: [text/xml; charset=UTF-8]
1387      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
1388          HttpOnly; Secure;]
1389      SOAPAction: ['"urn:vim25/6.7"']
1390      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
1391    method: POST
1392    uri: https://vcenter/sdk
1393  response:
1394    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
1395        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
1396        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
1397        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
1398        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
1399        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>resourceConfig</name><val\
1400        \ xsi:type=\"ResourceConfigSpec\"><entity type=\"VirtualMachine\">vm-22</entity><cpuAllocation><reservation>0</reservation><limit>-1</limit><shares><shares>2000</shares><level>normal</level></shares></cpuAllocation><memoryAllocation><reservation>0</reservation><limit>-1</limit><shares><shares>102400</shares><level>normal</level></shares></memoryAllocation></val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
1401        </soapenv:Body>\n</soapenv:Envelope>"}
1402    headers:
1403      cache-control: [no-cache]
1404      connection: [Keep-Alive]
1405      content-length: ['895']
1406      content-type: [text/xml; charset=utf-8]
1407      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
1408      x-frame-options: [DENY]
1409    status: {code: 200, message: OK}
1410- request:
1411    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
1412
1413      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
1414      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
1415
1416      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
1417
1418      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>runtime</pathSet></propSet><objectSet><obj
1419      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
1420
1421      </soapenv:Envelope>'
1422    headers:
1423      Accept-Encoding: ['gzip, deflate']
1424      Content-Type: [text/xml; charset=UTF-8]
1425      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
1426          HttpOnly; Secure;]
1427      SOAPAction: ['"urn:vim25/6.7"']
1428      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
1429    method: POST
1430    uri: https://vcenter/sdk
1431  response:
1432    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
1433        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
1434        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
1435        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
1436        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
1437        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>runtime</name><val xsi:type=\"\
1438        VirtualMachineRuntimeInfo\"><device><runtimeState xsi:type=\"VirtualMachineDeviceRuntimeInfoVirtualEthernetCardRuntimeState\"\
1439        ><vmDirectPathGen2Active>false</vmDirectPathGen2Active><vmDirectPathGen2InactiveReasonOther>vmNptIncompatibleNetwork</vmDirectPathGen2InactiveReasonOther><attachmentStatus></attachmentStatus></runtimeState><key>4000</key></device><host\
1440        \ type=\"HostSystem\">host-14</host><connectionState>connected</connectionState><powerState>poweredOn</powerState><faultToleranceState>notConfigured</faultToleranceState><toolsInstallerMounted>false</toolsInstallerMounted><bootTime>2018-12-13T22:50:15.242879Z</bootTime><suspendInterval>0</suspendInterval><maxCpuUsage>4398</maxCpuUsage><maxMemoryUsage>10240</maxMemoryUsage><numMksConnections>0</numMksConnections><recordReplayState>inactive</recordReplayState><onlineStandby>false</onlineStandby><minRequiredEVCModeKey>intel-sandybridge</minRequiredEVCModeKey><consolidationNeeded>false</consolidationNeeded><offlineFeatureRequirement><key>cpuid.lm</key><featureName>cpuid.lm</featureName><value>Bool:Min:1</value></offlineFeatureRequirement><featureRequirement><key>cpuid.SSE3</key><featureName>cpuid.SSE3</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.PCLMULQDQ</key><featureName>cpuid.PCLMULQDQ</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.SSSE3</key><featureName>cpuid.SSSE3</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.CMPXCHG16B</key><featureName>cpuid.CMPXCHG16B</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.PCID</key><featureName>cpuid.PCID</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.SSE41</key><featureName>cpuid.SSE41</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.SSE42</key><featureName>cpuid.SSE42</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.POPCNT</key><featureName>cpuid.POPCNT</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.AES</key><featureName>cpuid.AES</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.XSAVE</key><featureName>cpuid.XSAVE</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.AVX</key><featureName>cpuid.AVX</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.SS</key><featureName>cpuid.SS</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.STIBP</key><featureName>cpuid.STIBP</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.XCR0_MASTER_SSE</key><featureName>cpuid.XCR0_MASTER_SSE</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.XCR0_MASTER_YMM_H</key><featureName>cpuid.XCR0_MASTER_YMM_H</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.LAHF64</key><featureName>cpuid.LAHF64</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.NX</key><featureName>cpuid.NX</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.RDTSCP</key><featureName>cpuid.RDTSCP</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.LM</key><featureName>cpuid.LM</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.Intel</key><featureName>cpuid.Intel</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.IBRS</key><featureName>cpuid.IBRS</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.IBPB</key><featureName>cpuid.IBPB</featureName><value>Bool:Min:1</value></featureRequirement><vFlashCacheAllocation>0</vFlashCacheAllocation><paused>false</paused><snapshotInBackground>false</snapshotInBackground><instantCloneFrozen>false</instantCloneFrozen></val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
1441        </soapenv:Body>\n</soapenv:Envelope>"}
1442    headers:
1443      cache-control: [no-cache]
1444      connection: [Keep-Alive]
1445      content-length: ['4616']
1446      content-type: [text/xml; charset=utf-8]
1447      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
1448      x-frame-options: [DENY]
1449    status: {code: 200, message: OK}
1450- request:
1451    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
1452
1453      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
1454      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
1455
1456      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
1457
1458      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>guest</pathSet></propSet><objectSet><obj
1459      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
1460
1461      </soapenv:Envelope>'
1462    headers:
1463      Accept-Encoding: ['gzip, deflate']
1464      Content-Type: [text/xml; charset=UTF-8]
1465      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
1466          HttpOnly; Secure;]
1467      SOAPAction: ['"urn:vim25/6.7"']
1468      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
1469    method: POST
1470    uri: https://vcenter/sdk
1471  response:
1472    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
1473        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
1474        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
1475        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
1476        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
1477        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>guest</name><val xsi:type=\"\
1478        GuestInfo\"><toolsStatus>toolsOk</toolsStatus><toolsVersionStatus>guestToolsUnmanaged</toolsVersionStatus><toolsVersionStatus2>guestToolsUnmanaged</toolsVersionStatus2><toolsRunningStatus>guestToolsRunning</toolsRunningStatus><toolsVersion>10277</toolsVersion><toolsInstallType>guestToolsTypeOpenVMTools</toolsInstallType><guestId>other3xLinux64Guest</guestId><guestFamily>linuxGuest</guestFamily><guestFullName>Other\
1479        \ 3.x Linux (64-bit)</guestFullName><hostName>photon-machine</hostName><ipAddress>10.0.0.4</ipAddress><net><network>VM\
1480        \ Network</network><ipAddress>10.0.0.4</ipAddress><macAddress>00:0c:29:ea:2a:63</macAddress><connected>true</connected><deviceConfigId>4000</deviceConfigId><ipConfig><ipAddress><ipAddress>10.0.0.4</ipAddress><prefixLength>16</prefixLength><state>preferred</state></ipAddress></ipConfig></net><ipStack><dnsConfig><dhcp>false</dhcp><hostName>photon-machine</hostName><domainName></domainName><ipAddress>127.0.0.1</ipAddress><ipAddress>8.8.8.8</ipAddress><ipAddress>8.8.4.4</ipAddress><searchDomain></searchDomain></dnsConfig><ipRouteConfig><ipRoute><network>0.0.0.0</network><prefixLength>0</prefixLength><gateway><ipAddress>10.0.0.1</ipAddress><device>0</device></gateway></ipRoute><ipRoute><network>10.0.0.0</network><prefixLength>16</prefixLength><gateway><device>0</device></gateway></ipRoute></ipRouteConfig></ipStack><disk><diskPath>/</diskPath><capacity>11355283456</capacity><freeSpace>4716077056</freeSpace></disk><disk><diskPath>/storage/imagebuilder</diskPath><capacity>10426310656</capacity><freeSpace>10402717696</freeSpace></disk><disk><diskPath>/storage/dblog</diskPath><capacity>15710797824</capacity><freeSpace>15621148672</freeSpace></disk><disk><diskPath>/storage/seat</diskPath><capacity>10426310656</capacity><freeSpace>10253242368</freeSpace></disk><disk><diskPath>/storage/log</diskPath><capacity>10426310656</capacity><freeSpace>8112971776</freeSpace></disk><disk><diskPath>/storage/updatemgr</diskPath><capacity>105546809344</capacity><freeSpace>105471524864</freeSpace></disk><disk><diskPath>/storage/core</diskPath><capacity>26279735296</capacity><freeSpace>26195464192</freeSpace></disk><disk><diskPath>/storage/autodeploy</diskPath><capacity>10426310656</capacity><freeSpace>10402721792</freeSpace></disk><disk><diskPath>/boot</diskPath><capacity>125783040</capacity><freeSpace>97401856</freeSpace></disk><disk><diskPath>/storage/db</diskPath><capacity>10426310656</capacity><freeSpace>10264252416</freeSpace></disk><disk><diskPath>/storage/netdump</diskPath><capacity>1031823360</capacity><freeSpace>1030508544</freeSpace></disk><disk><diskPath>/storage/archive</diskPath><capacity>52702081024</capacity><freeSpace>48448245760</freeSpace></disk><screen><width>800</width><height>600</height></screen><guestState>running</guestState><appHeartbeatStatus>appStatusGray</appHeartbeatStatus><guestKernelCrashed>false</guestKernelCrashed><appState>none</appState><guestOperationsReady>true</guestOperationsReady><interactiveGuestOperationsReady>false</interactiveGuestOperationsReady><guestStateChangeSupported>true</guestStateChangeSupported></val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
1481        </soapenv:Body>\n</soapenv:Envelope>"}
1482    headers:
1483      cache-control: [no-cache]
1484      connection: [Keep-Alive]
1485      content-length: ['3641']
1486      content-type: [text/xml; charset=utf-8]
1487      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
1488      x-frame-options: [DENY]
1489    status: {code: 200, message: OK}
1490- request:
1491    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
1492
1493      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
1494      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
1495
1496      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
1497
1498      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>summary</pathSet></propSet><objectSet><obj
1499      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
1500
1501      </soapenv:Envelope>'
1502    headers:
1503      Accept-Encoding: ['gzip, deflate']
1504      Content-Type: [text/xml; charset=UTF-8]
1505      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
1506          HttpOnly; Secure;]
1507      SOAPAction: ['"urn:vim25/6.7"']
1508      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
1509    method: POST
1510    uri: https://vcenter/sdk
1511  response:
1512    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
1513        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
1514        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
1515        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
1516        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
1517        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>summary</name><val xsi:type=\"\
1518        VirtualMachineSummary\"><vm type=\"VirtualMachine\">vm-22</vm><runtime><device><runtimeState\
1519        \ xsi:type=\"VirtualMachineDeviceRuntimeInfoVirtualEthernetCardRuntimeState\"\
1520        ><vmDirectPathGen2Active>false</vmDirectPathGen2Active><vmDirectPathGen2InactiveReasonOther>vmNptIncompatibleNetwork</vmDirectPathGen2InactiveReasonOther><attachmentStatus></attachmentStatus></runtimeState><key>4000</key></device><host\
1521        \ type=\"HostSystem\">host-14</host><connectionState>connected</connectionState><powerState>poweredOn</powerState><faultToleranceState>notConfigured</faultToleranceState><toolsInstallerMounted>false</toolsInstallerMounted><bootTime>2018-12-13T22:50:15.242879Z</bootTime><suspendInterval>0</suspendInterval><maxCpuUsage>4398</maxCpuUsage><maxMemoryUsage>10240</maxMemoryUsage><numMksConnections>0</numMksConnections><recordReplayState>inactive</recordReplayState><onlineStandby>false</onlineStandby><minRequiredEVCModeKey>intel-sandybridge</minRequiredEVCModeKey><consolidationNeeded>false</consolidationNeeded><offlineFeatureRequirement><key>cpuid.lm</key><featureName>cpuid.lm</featureName><value>Bool:Min:1</value></offlineFeatureRequirement><featureRequirement><key>cpuid.SSE3</key><featureName>cpuid.SSE3</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.PCLMULQDQ</key><featureName>cpuid.PCLMULQDQ</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.SSSE3</key><featureName>cpuid.SSSE3</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.CMPXCHG16B</key><featureName>cpuid.CMPXCHG16B</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.PCID</key><featureName>cpuid.PCID</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.SSE41</key><featureName>cpuid.SSE41</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.SSE42</key><featureName>cpuid.SSE42</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.POPCNT</key><featureName>cpuid.POPCNT</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.AES</key><featureName>cpuid.AES</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.XSAVE</key><featureName>cpuid.XSAVE</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.AVX</key><featureName>cpuid.AVX</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.SS</key><featureName>cpuid.SS</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.STIBP</key><featureName>cpuid.STIBP</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.XCR0_MASTER_SSE</key><featureName>cpuid.XCR0_MASTER_SSE</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.XCR0_MASTER_YMM_H</key><featureName>cpuid.XCR0_MASTER_YMM_H</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.LAHF64</key><featureName>cpuid.LAHF64</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.NX</key><featureName>cpuid.NX</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.RDTSCP</key><featureName>cpuid.RDTSCP</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.LM</key><featureName>cpuid.LM</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.Intel</key><featureName>cpuid.Intel</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.IBRS</key><featureName>cpuid.IBRS</featureName><value>Bool:Min:1</value></featureRequirement><featureRequirement><key>cpuid.IBPB</key><featureName>cpuid.IBPB</featureName><value>Bool:Min:1</value></featureRequirement><vFlashCacheAllocation>0</vFlashCacheAllocation><paused>false</paused><snapshotInBackground>false</snapshotInBackground><instantCloneFrozen>false</instantCloneFrozen></runtime><guest><guestId>other3xLinux64Guest</guestId><guestFullName>Other\
1522        \ 3.x Linux (64-bit)</guestFullName><toolsStatus>toolsOk</toolsStatus><toolsVersionStatus>guestToolsUnmanaged</toolsVersionStatus><toolsVersionStatus2>guestToolsUnmanaged</toolsVersionStatus2><toolsRunningStatus>guestToolsRunning</toolsRunningStatus><hostName>photon-machine</hostName><ipAddress>10.0.0.4</ipAddress></guest><config><name>VMware\
1523        \ vCenter Server Appliance</name><template>false</template><vmPathName>[datastore1]\
1524        \ VMware vCenter Server Appliance/VMware vCenter Server Appliance.vmx</vmPathName><memorySizeMB>10240</memorySizeMB><cpuReservation>0</cpuReservation><memoryReservation>0</memoryReservation><numCpu>2</numCpu><numEthernetCards>1</numEthernetCards><numVirtualDisks>13</numVirtualDisks><uuid>564d69ec-9d48-1456-bab8-37a28bea2a63</uuid><instanceUuid>52af6a07-5f5e-d6e0-fe63-9c7e9a6ae146</instanceUuid><guestId>other3xLinux64Guest</guestId><guestFullName>Other\
1525        \ 3.x Linux (64-bit)</guestFullName><annotation>VMware vCenter Server Appliance</annotation><installBootRequired>false</installBootRequired><tpmPresent>false</tpmPresent><numVmiopBackings>0</numVmiopBackings></config><storage><committed>49281422117</committed><uncommitted>262052781077</uncommitted><unshared>38428213248</unshared><timestamp>2018-12-13T22:54:09.732121Z</timestamp></storage><quickStats><overallCpuUsage>153</overallCpuUsage><overallCpuDemand>197</overallCpuDemand><guestMemoryUsage>1433</guestMemoryUsage><hostMemoryUsage>10295</hostMemoryUsage><guestHeartbeatStatus>green</guestHeartbeatStatus><distributedCpuEntitlement>0</distributedCpuEntitlement><distributedMemoryEntitlement>0</distributedMemoryEntitlement><staticCpuEntitlement>0</staticCpuEntitlement><staticMemoryEntitlement>0</staticMemoryEntitlement><privateMemory>10240</privateMemory><sharedMemory>0</sharedMemory><swappedMemory>0</swappedMemory><balloonedMemory>0</balloonedMemory><consumedOverheadMemory>56</consumedOverheadMemory><ftLogBandwidth>-1</ftLogBandwidth><ftSecondaryLatency>-1</ftSecondaryLatency><ftLatencyStatus>gray</ftLatencyStatus><compressedMemory>0</compressedMemory><uptimeSeconds>394277</uptimeSeconds><ssdSwappedMemory>0</ssdSwappedMemory></quickStats><overallStatus>green</overallStatus></val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
1526        </soapenv:Body>\n</soapenv:Envelope>"}
1527    headers:
1528      cache-control: [no-cache]
1529      connection: [Keep-Alive]
1530      content-length: ['6902']
1531      content-type: [text/xml; charset=utf-8]
1532      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
1533      x-frame-options: [DENY]
1534    status: {code: 200, message: OK}
1535- request:
1536    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
1537
1538      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
1539      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
1540
1541      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
1542
1543      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>datastore</pathSet></propSet><objectSet><obj
1544      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
1545
1546      </soapenv:Envelope>'
1547    headers:
1548      Accept-Encoding: ['gzip, deflate']
1549      Content-Type: [text/xml; charset=UTF-8]
1550      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
1551          HttpOnly; Secure;]
1552      SOAPAction: ['"urn:vim25/6.7"']
1553      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
1554    method: POST
1555    uri: https://vcenter/sdk
1556  response:
1557    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
1558        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
1559        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
1560        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
1561        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
1562        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>datastore</name><val xsi:type=\"\
1563        ArrayOfManagedObjectReference\"><ManagedObjectReference type=\"Datastore\"\
1564        \ xsi:type=\"ManagedObjectReference\">datastore-15</ManagedObjectReference></val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
1565        </soapenv:Body>\n</soapenv:Envelope>"}
1566    headers:
1567      cache-control: [no-cache]
1568      connection: [Keep-Alive]
1569      content-length: ['691']
1570      content-type: [text/xml; charset=utf-8]
1571      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
1572      x-frame-options: [DENY]
1573    status: {code: 200, message: OK}
1574- request:
1575    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
1576
1577      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
1578      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
1579
1580      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
1581
1582      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>network</pathSet></propSet><objectSet><obj
1583      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
1584
1585      </soapenv:Envelope>'
1586    headers:
1587      Accept-Encoding: ['gzip, deflate']
1588      Content-Type: [text/xml; charset=UTF-8]
1589      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
1590          HttpOnly; Secure;]
1591      SOAPAction: ['"urn:vim25/6.7"']
1592      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
1593    method: POST
1594    uri: https://vcenter/sdk
1595  response:
1596    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
1597        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
1598        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
1599        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
1600        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
1601        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>network</name><val xsi:type=\"\
1602        ArrayOfManagedObjectReference\"><ManagedObjectReference type=\"Network\" xsi:type=\"\
1603        ManagedObjectReference\">network-16</ManagedObjectReference></val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
1604        </soapenv:Body>\n</soapenv:Envelope>"}
1605    headers:
1606      cache-control: [no-cache]
1607      connection: [Keep-Alive]
1608      content-length: ['685']
1609      content-type: [text/xml; charset=utf-8]
1610      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
1611      x-frame-options: [DENY]
1612    status: {code: 200, message: OK}
1613- request:
1614    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
1615
1616      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
1617      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
1618
1619      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
1620
1621      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>snapshot</pathSet></propSet><objectSet><obj
1622      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
1623
1624      </soapenv:Envelope>'
1625    headers:
1626      Accept-Encoding: ['gzip, deflate']
1627      Content-Type: [text/xml; charset=UTF-8]
1628      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
1629          HttpOnly; Secure;]
1630      SOAPAction: ['"urn:vim25/6.7"']
1631      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
1632    method: POST
1633    uri: https://vcenter/sdk
1634  response:
1635    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
1636        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
1637        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
1638        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
1639        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
1640        \ type=\"VirtualMachine\">vm-22</obj></objects></returnval></RetrievePropertiesExResponse>\n\
1641        </soapenv:Body>\n</soapenv:Envelope>"}
1642    headers:
1643      cache-control: [no-cache]
1644      connection: [Keep-Alive]
1645      content-length: ['486']
1646      content-type: [text/xml; charset=utf-8]
1647      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
1648      x-frame-options: [DENY]
1649    status: {code: 200, message: OK}
1650- request:
1651    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
1652
1653      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
1654      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
1655
1656      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
1657
1658      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>rootSnapshot</pathSet></propSet><objectSet><obj
1659      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
1660
1661      </soapenv:Envelope>'
1662    headers:
1663      Accept-Encoding: ['gzip, deflate']
1664      Content-Type: [text/xml; charset=UTF-8]
1665      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
1666          HttpOnly; Secure;]
1667      SOAPAction: ['"urn:vim25/6.7"']
1668      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
1669    method: POST
1670    uri: https://vcenter/sdk
1671  response:
1672    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
1673        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
1674        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
1675        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
1676        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
1677        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>rootSnapshot</name><val\
1678        \ xsi:type=\"ArrayOfManagedObjectReference\"></val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
1679        </soapenv:Body>\n</soapenv:Envelope>"}
1680    headers:
1681      cache-control: [no-cache]
1682      connection: [Keep-Alive]
1683      content-length: ['582']
1684      content-type: [text/xml; charset=utf-8]
1685      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
1686      x-frame-options: [DENY]
1687    status: {code: 200, message: OK}
1688- request:
1689    body: !!python/unicode '<?xml version="1.0" encoding="UTF-8"?>
1690
1691      <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
1692      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
1693
1694      <soapenv:Header><vcSessionCookie>123456789</vcSessionCookie></soapenv:Header>
1695
1696      <soapenv:Body><RetrievePropertiesEx xmlns="urn:vim25"><_this type="PropertyCollector">propertyCollector</_this><specSet><propSet><type>VirtualMachine</type><all>false</all><pathSet>guestHeartbeatStatus</pathSet></propSet><objectSet><obj
1697      type="VirtualMachine">vm-22</obj><skip>false</skip></objectSet></specSet><options><maxObjects>1</maxObjects></options></RetrievePropertiesEx></soapenv:Body>
1698
1699      </soapenv:Envelope>'
1700    headers:
1701      Accept-Encoding: ['gzip, deflate']
1702      Content-Type: [text/xml; charset=UTF-8]
1703      Cookie: [vmware_soap_session="8c9cbc5bea0d28f3a5dd891661e82d2bca5177b2"; Path=/;
1704          HttpOnly; Secure;]
1705      SOAPAction: ['"urn:vim25/6.7"']
1706      User-Agent: [pyvmomi Python/2.7.15rc1 (Linux; 4.15.0-42-generic; x86_64)]
1707    method: POST
1708    uri: https://vcenter/sdk
1709  response:
1710    body: {string: !!python/unicode "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\
1711        <soapenv:Envelope xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\
1712        \n xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:xsd=\"\
1713        http://www.w3.org/2001/XMLSchema\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\
1714        >\n<soapenv:Body>\n<RetrievePropertiesExResponse xmlns=\"urn:vim25\"><returnval><objects><obj\
1715        \ type=\"VirtualMachine\">vm-22</obj><propSet><name>guestHeartbeatStatus</name><val\
1716        \ xsi:type=\"ManagedEntityStatus\">green</val></propSet></objects></returnval></RetrievePropertiesExResponse>\n\
1717        </soapenv:Body>\n</soapenv:Envelope>"}
1718    headers:
1719      cache-control: [no-cache]
1720      connection: [Keep-Alive]
1721      content-length: ['585']
1722      content-type: [text/xml; charset=utf-8]
1723      date: ['Tue, 18 Dec 2018 12:21:58 GMT']
1724      x-frame-options: [DENY]
1725    status: {code: 200, message: OK}
1726version: 1
1727