diff --git a/.gitignore b/.gitignore
index ef087879f..4494b4c2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ spec/credentials.yml
vendor/*
tags
tests/digitalocean/fixtures/
+tests/vcloud_director/vcr_cassettes/
diff --git a/tests/vcloud_director/vcr_cassettes/organizations_tests_rb.yml b/tests/vcloud_director/vcr_cassettes/organizations_tests_rb.yml
deleted file mode 100644
index a602b31cb..000000000
--- a/tests/vcloud_director/vcr_cassettes/organizations_tests_rb.yml
+++ /dev/null
@@ -1,220 +0,0 @@
----
-http_interactions:
-- request:
- method: post
- uri: https://devlab.mdsol.com/api/sessions
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Authorization:
- - Basic cmVzdGViYW5lekBkZXZvcHM6cGFzc3dvcmQqOA==
- Accept:
- - application/*+xml;version=5.1
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:57:21 GMT, Thu, 29 Aug 2013 11:57:21 GMT
- X-Vcloud-Authorization:
- - ICorZS5/mLbPi575q3vCkMsrOdKuuHWfjbZCEONmnhE=
- Set-Cookie:
- - vcloud-token=ICorZS5/mLbPi575q3vCkMsrOdKuuHWfjbZCEONmnhE=; Secure; Path=/
- Content-Type:
- - application/vnd.vmware.vcloud.session+xml;version=5.1
- Content-Length:
- - '1159'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n \n \n
- \ \n \n
- \ \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:57:56 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/org
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=ICorZS5/mLbPi575q3vCkMsrOdKuuHWfjbZCEONmnhE=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:57:22 GMT, Thu, 29 Aug 2013 11:57:22 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.orglist+xml;version=5.1
- Content-Length:
- - '494'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:57:57 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/org
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=ICorZS5/mLbPi575q3vCkMsrOdKuuHWfjbZCEONmnhE=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:57:23 GMT, Thu, 29 Aug 2013 11:57:23 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.orglist+xml;version=5.1
- Content-Length:
- - '494'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:57:58 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/org/c6a4c623-c158-41cf-a87a-dbc1637ad55a
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=ICorZS5/mLbPi575q3vCkMsrOdKuuHWfjbZCEONmnhE=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:57:24 GMT, Thu, 29 Aug 2013 11:57:24 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.org+xml;version=5.1
- Content-Length:
- - '2481'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n
- \ \n DevOps\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:57:59 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/org/c6a4c623-c158-41cf-a87a-dbc1637ad55a
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=ICorZS5/mLbPi575q3vCkMsrOdKuuHWfjbZCEONmnhE=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:57:25 GMT, Thu, 29 Aug 2013 11:57:26 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.org+xml;version=5.1
- Content-Length:
- - '2481'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n
- \ \n DevOps\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:58:01 GMT
-recorded_with: VCR 2.5.0
diff --git a/tests/vcloud_director/vcr_cassettes/vapp_life_cycle_tests_rb.yml b/tests/vcloud_director/vcr_cassettes/vapp_life_cycle_tests_rb.yml
deleted file mode 100644
index 6fc2206b2..000000000
--- a/tests/vcloud_director/vcr_cassettes/vapp_life_cycle_tests_rb.yml
+++ /dev/null
@@ -1,8882 +0,0 @@
----
-http_interactions:
-- request:
- method: post
- uri: https://devlab.mdsol.com/api/sessions
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Authorization:
- - Basic cmVzdGViYW5lekBkZXZvcHM6cGFzc3dvcmQqOA==
- Accept:
- - application/*+xml;version=5.1
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:49:57 GMT, Thu, 29 Aug 2013 11:49:57 GMT
- X-Vcloud-Authorization:
- - /bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=
- Set-Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- Content-Type:
- - application/vnd.vmware.vcloud.session+xml;version=5.1
- Content-Length:
- - '1159'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n \n \n
- \ \n \n
- \ \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:50:32 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/org
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:49:58 GMT, Thu, 29 Aug 2013 11:49:58 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.orglist+xml;version=5.1
- Content-Length:
- - '494'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:50:33 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/org/c6a4c623-c158-41cf-a87a-dbc1637ad55a
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:49:59 GMT, Thu, 29 Aug 2013 11:49:59 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.org+xml;version=5.1
- Content-Length:
- - '2481'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n
- \ \n DevOps\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:50:34 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/catalog/4ee720e5-173a-41ac-824b-6f4908bac975
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:00 GMT, Thu, 29 Aug 2013 11:50:00 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.catalog+xml;version=5.1
- Content-Length:
- - '2244'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n true\n 2013-05-22T17:50:10.413Z\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:50:35 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/catalog/4ee720e5-173a-41ac-824b-6f4908bac975
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:02 GMT, Thu, 29 Aug 2013 11:50:02 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.catalog+xml;version=5.1
- Content-Length:
- - '2244'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n true\n 2013-05-22T17:50:10.413Z\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:50:37 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/catalogItem/5b3f97f1-13bf-450e-a632-126aac3bb3d9
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:03 GMT, Thu, 29 Aug 2013 11:50:03 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.catalogitem+xml;version=5.1
- Content-Length:
- - '1103'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ Windows Server 2008 R2 Web Edition\n \n
- \ 2013-05-22T18:33:46.260Z\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:50:38 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/org/c6a4c623-c158-41cf-a87a-dbc1637ad55a
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:04 GMT, Thu, 29 Aug 2013 11:50:04 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.org+xml;version=5.1
- Content-Length:
- - '2481'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n
- \ \n DevOps\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:50:39 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/network/d5f47bbf-de27-4cf5-aaaa-56772f2ccd17
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:05 GMT, Thu, 29 Aug 2013 11:50:05 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.orgVdcNetwork+xml;version=5.1
- Content-Length:
- - '2061'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n \n \n \n
- \ true\n 10.192.0.1\n
- \ 255.255.252.0\n 10.192.0.11\n
- \ 10.192.0.12\n dev.ad.mdsol.com\n
- \ true\n \n
- \ \n 10.192.0.100\n
- \ 10.192.0.254\n \n
- \ \n 10.192.1.32\n
- \ 10.192.3.254\n \n
- \ \n \n \n
- \ bridged\n false\n
- \ \n false\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:50:40 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/org
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:06 GMT, Thu, 29 Aug 2013 11:50:06 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.orglist+xml;version=5.1
- Content-Length:
- - '494'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:50:42 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/org/c6a4c623-c158-41cf-a87a-dbc1637ad55a
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:08 GMT, Thu, 29 Aug 2013 11:50:08 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.org+xml;version=5.1
- Content-Length:
- - '2481'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n
- \ \n DevOps\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:50:43 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vdc/9a06a16b-12c6-44dc-aee1-06aa52262ea3
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:09 GMT, Thu, 29 Aug 2013 11:50:09 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.vdc+xml;version=5.1
- Content-Length:
- - '8322'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n AllocationVApp\n
- \ \n \n MHz\n 0\n
- \ 0\n 0\n 4000\n
- \ 0\n \n \n MB\n
- \ 0\n 0\n 0\n
- \ 3584\n 65\n \n
- \ \n \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n \n \n
- \ vmx-04\n
- \ vmx-07\n
- \ vmx-08\n
- \ vmx-09\n
- \ \n \n 0\n
- \ 1024\n 0\n
- \ 0\n true\n \n
- \ \n
- \ \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:50:44 GMT
-- request:
- method: post
- uri: https://devlab.mdsol.com/api/vdc/9a06a16b-12c6-44dc-aee1-06aa52262ea3/action/instantiateVAppTemplate
- body:
- encoding: US-ASCII
- string: bridgedtrue
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- Content-Type:
- - application/vnd.vmware.vcloud.instantiateVAppTemplateParams+xml
- response:
- status:
- code: 201
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:10 GMT, Thu, 29 Aug 2013 11:50:11 GMT
- Location:
- - https://devlab.mdsol.com/api/vApp/vapp-1bdae73a-8266-47a2-adbd-2b563d6b7a8a
- Content-Type:
- - application/vnd.vmware.vcloud.vapp+xml;version=5.1
- Content-Length:
- - '3196'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n 2013-08-29T11:50:10.714Z\n \n \n
- \ \n false\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:50:46 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:12 GMT, Thu, 29 Aug 2013 11:50:12 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1358'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:50:48 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:15 GMT, Thu, 29 Aug 2013 11:50:15 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1358'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:50:50 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:17 GMT, Thu, 29 Aug 2013 11:50:17 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1358'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:50:52 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:19 GMT, Thu, 29 Aug 2013 11:50:19 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:50:54 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:21 GMT, Thu, 29 Aug 2013 11:50:21 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:50:56 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:23 GMT, Thu, 29 Aug 2013 11:50:23 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:50:58 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:25 GMT, Thu, 29 Aug 2013 11:50:25 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:51:00 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:27 GMT, Thu, 29 Aug 2013 11:50:27 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:51:02 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:29 GMT, Thu, 29 Aug 2013 11:50:29 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:51:04 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:32 GMT, Thu, 29 Aug 2013 11:50:32 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:51:07 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:34 GMT, Thu, 29 Aug 2013 11:50:34 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:51:09 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:36 GMT, Thu, 29 Aug 2013 11:50:36 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:51:11 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:38 GMT, Thu, 29 Aug 2013 11:50:38 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:51:13 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:40 GMT, Thu, 29 Aug 2013 11:50:40 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:51:15 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:42 GMT, Thu, 29 Aug 2013 11:50:42 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:51:17 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:44 GMT, Thu, 29 Aug 2013 11:50:44 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:51:19 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:47 GMT, Thu, 29 Aug 2013 11:50:47 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:51:22 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:48 GMT, Thu, 29 Aug 2013 11:50:48 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:51:24 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:50 GMT, Thu, 29 Aug 2013 11:50:51 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:51:26 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:53 GMT, Thu, 29 Aug 2013 11:50:53 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:51:28 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:55 GMT, Thu, 29 Aug 2013 11:50:55 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:51:30 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:57 GMT, Thu, 29 Aug 2013 11:50:57 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:51:32 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:50:59 GMT, Thu, 29 Aug 2013 11:51:01 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:51:36 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:51:03 GMT, Thu, 29 Aug 2013 11:51:03 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:51:38 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:51:05 GMT, Thu, 29 Aug 2013 11:51:05 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:51:40 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:51:07 GMT, Thu, 29 Aug 2013 11:51:07 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:51:42 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:51:09 GMT, Thu, 29 Aug 2013 11:51:09 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:51:44 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:51:11 GMT, Thu, 29 Aug 2013 11:51:11 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:51:46 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:51:13 GMT, Thu, 29 Aug 2013 11:51:13 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:51:48 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:51:16 GMT, Thu, 29 Aug 2013 11:51:16 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:51:51 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:51:18 GMT, Thu, 29 Aug 2013 11:51:18 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:51:53 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:51:27 GMT, Thu, 29 Aug 2013 11:51:27 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:52:02 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:51:29 GMT, Thu, 29 Aug 2013 11:51:29 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:52:04 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:51:31 GMT, Thu, 29 Aug 2013 11:51:31 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:52:06 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:51:33 GMT, Thu, 29 Aug 2013 11:51:33 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:52:08 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:51:36 GMT, Thu, 29 Aug 2013 11:51:36 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:52:11 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:51:38 GMT, Thu, 29 Aug 2013 11:51:38 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:52:13 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:51:40 GMT, Thu, 29 Aug 2013 11:51:40 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:52:15 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:51:42 GMT, Thu, 29 Aug 2013 11:51:42 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:52:17 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:51:44 GMT, Thu, 29 Aug 2013 11:51:44 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:52:19 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:51:46 GMT, Thu, 29 Aug 2013 11:51:46 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:52:21 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:51:48 GMT, Thu, 29 Aug 2013 11:51:48 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:52:23 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:51:50 GMT, Thu, 29 Aug 2013 11:51:50 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:52:25 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:51:52 GMT, Thu, 29 Aug 2013 11:51:53 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:52:28 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:51:55 GMT, Thu, 29 Aug 2013 11:51:55 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:52:30 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:51:57 GMT, Thu, 29 Aug 2013 11:51:57 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:52:32 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:51:59 GMT, Thu, 29 Aug 2013 11:51:59 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:52:34 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:52:01 GMT, Thu, 29 Aug 2013 11:52:01 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:52:36 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:52:03 GMT, Thu, 29 Aug 2013 11:52:03 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:52:38 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:52:05 GMT, Thu, 29 Aug 2013 11:52:05 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:52:40 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:52:07 GMT, Thu, 29 Aug 2013 11:52:07 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:52:42 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:52:10 GMT, Thu, 29 Aug 2013 11:52:10 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:52:45 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:52:12 GMT, Thu, 29 Aug 2013 11:52:12 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:52:47 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:52:14 GMT, Thu, 29 Aug 2013 11:52:14 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:52:49 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:52:16 GMT, Thu, 29 Aug 2013 11:52:16 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:52:51 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:52:18 GMT, Thu, 29 Aug 2013 11:52:18 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:52:53 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:52:20 GMT, Thu, 29 Aug 2013 11:52:20 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:52:55 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:52:22 GMT, Thu, 29 Aug 2013 11:52:22 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:52:57 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:52:25 GMT, Thu, 29 Aug 2013 11:52:25 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:00 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:52:27 GMT, Thu, 29 Aug 2013 11:52:27 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:02 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:52:29 GMT, Thu, 29 Aug 2013 11:52:29 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:04 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:52:31 GMT, Thu, 29 Aug 2013 11:52:31 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:06 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:52:33 GMT, Thu, 29 Aug 2013 11:52:33 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:09 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:52:35 GMT, Thu, 29 Aug 2013 11:52:35 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:10 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:52:38 GMT, Thu, 29 Aug 2013 11:52:38 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:13 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:52:40 GMT, Thu, 29 Aug 2013 11:52:40 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:15 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:52:42 GMT, Thu, 29 Aug 2013 11:52:42 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:17 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:52:44 GMT, Thu, 29 Aug 2013 11:52:44 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:19 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:52:46 GMT, Thu, 29 Aug 2013 11:52:46 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:21 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:52:49 GMT, Thu, 29 Aug 2013 11:52:49 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1359'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:24 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:52:51 GMT, Thu, 29 Aug 2013 11:52:51 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1360'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:26 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6d44270a-1cbb-4379-a341-1e8ea40ea600
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:52:53 GMT, Thu, 29 Aug 2013 11:52:53 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1272'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:28 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/org/c6a4c623-c158-41cf-a87a-dbc1637ad55a
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:52:54 GMT, Thu, 29 Aug 2013 11:52:54 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.org+xml;version=5.1
- Content-Length:
- - '2481'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n
- \ \n DevOps\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:29 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vdc/9a06a16b-12c6-44dc-aee1-06aa52262ea3
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:52:55 GMT, Thu, 29 Aug 2013 11:52:55 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.vdc+xml;version=5.1
- Content-Length:
- - '8493'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n AllocationVApp\n
- \ \n \n MHz\n 0\n
- \ 0\n 0\n 4000\n
- \ 0\n \n \n MB\n
- \ 0\n 0\n 0\n
- \ 3584\n 65\n \n
- \ \n \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n \n \n
- \ vmx-04\n
- \ vmx-07\n
- \ vmx-08\n
- \ vmx-09\n
- \ \n \n 0\n
- \ 1024\n 0\n
- \ 0\n true\n \n
- \ \n
- \ \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:30 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vapp-1bdae73a-8266-47a2-adbd-2b563d6b7a8a
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:52:56 GMT, Thu, 29 Aug 2013 11:52:56 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.vApp+xml;version=5.1
- Content-Length:
- - '24712'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n Lease settings section\n
- \ \n
- \ 0\n 7776000\n
- \ 2013-11-27T11:50:10.717Z\n
- \ \n \n VApp
- startup section\n \n
- \ \n
- \ \n \n The
- list of logical networks\n \n \n \n
- \ \n This
- is a special place-holder used for disconnected network interfaces.\n
- \ \n \n \n The configuration parameters for
- logical networks\n \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n true\n
- \ 10.192.0.1\n 255.255.252.0\n
- \ 10.192.0.11\n 10.192.0.12\n
- \ dev.ad.mdsol.com\n true\n
- \ \n \n
- \ 10.192.0.100\n
- \ 10.192.0.254\n \n
- \ \n 10.192.1.32\n
- \ 10.192.3.254\n \n
- \ \n \n \n
- \ \n
- \ bridged\n false\n
- \ \n false\n
- \ \n \n This
- is a special place-holder used for disconnected network interfaces.\n
- \ \n \n \n
- \ false\n 196.254.254.254\n
- \ 255.255.0.0\n 196.254.254.254\n
- \ \n \n isolated\n
- \ \n false\n
- \ \n \n \n Snapshot information section\n
- \ \n 2013-08-29T11:50:10.713Z\n
- \ \n \n
- \ \n false\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ Windows Server 2008 R2 Web Edition\n
- \ \n
- \ Virtual hardware requirements\n \n
- \ Virtual Hardware Family\n
- \ 0\n DEVWEB\n
- \ vmx-08\n
- \ \n \n 00:50:56:01:01:81\n
- \ 0\n false\n
- \ none\n E1000
- ethernet adapter on \"none\"\n Network
- adapter 0\n 1\n
- \ E1000\n 10\n
- \ \n \n 0\n
- \ SCSI Controller\n
- \ SCSI Controller 0\n
- \ 2\n lsilogicsas\n
- \ 6\n \n
- \ \n 0\n
- \ Hard disk\n Hard
- disk 1\n \n 2000\n
- \ 2\n 17\n
- \ \n \n 0\n
- \ IDE Controller\n
- \ IDE Controller 0\n
- \ 3\n 5\n
- \ \n \n 1\n
- \ false\n
- \ CD/DVD Drive\n CD/DVD
- Drive 1\n \n 3002\n
- \ 3\n 15\n
- \ \n \n 0\n
- \ false\n
- \ Floppy Drive\n Floppy
- Drive 1\n \n 8000\n
- \ 14\n \n
- \ \n hertz
- * 10^6\n Number
- of Virtual CPUs\n 2
- virtual CPU(s)\n 4\n
- \ 0\n 3\n
- \ 2\n 0\n
- \ \n
- \ \n \n byte
- * 2^20\n Memory
- Size\n 2560 MB of
- memory\n 5\n
- \ 0\n 4\n
- \ 2560\n 0\n
- \ \n
- \ \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n
- \ Specifies the operating system installed\n
- \ Microsoft Windows Server 2008 R2 (64-bit)\n
- \ \n
- \ \n \n Specifies the available
- VM network connections\n 0\n
- \ \n
- \ 0\n false\n
- \ 00:50:56:01:01:81\n NONE\n
- \ \n \n
- \ \n \n Specifies Guest OS Customization
- Settings\n true\n false\n
- \ b4b0914f-0d9d-4fcc-a11e-91a382d8f63f\n
- \ false\n false\n
- \ false\n true\n
- \ false\n DEVWEB-001\n
- \ \n
- \ \n \n
- \ Specifies Runtime info\n \n \n \n Snapshot information section\n
- \ \n 2013-08-29T11:50:14.613Z\n
- \ DEVWEB\n \n
- \ \n
- \ false\n false\n
- \ \n \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:32 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vapp-1bdae73a-8266-47a2-adbd-2b563d6b7a8a
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:52:58 GMT, Thu, 29 Aug 2013 11:52:58 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.vApp+xml;version=5.1
- Content-Length:
- - '24712'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n Lease settings section\n
- \ \n
- \ 0\n 7776000\n
- \ 2013-11-27T11:50:10.717Z\n
- \ \n \n VApp
- startup section\n \n
- \ \n
- \ \n \n The
- list of logical networks\n \n \n \n
- \ \n This
- is a special place-holder used for disconnected network interfaces.\n
- \ \n \n \n The configuration parameters for
- logical networks\n \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n true\n
- \ 10.192.0.1\n 255.255.252.0\n
- \ 10.192.0.11\n 10.192.0.12\n
- \ dev.ad.mdsol.com\n true\n
- \ \n \n
- \ 10.192.1.32\n
- \ 10.192.3.254\n \n
- \ \n 10.192.0.100\n
- \ 10.192.0.254\n \n
- \ \n \n \n
- \ \n
- \ bridged\n false\n
- \ \n false\n
- \ \n \n This
- is a special place-holder used for disconnected network interfaces.\n
- \ \n \n \n
- \ false\n 196.254.254.254\n
- \ 255.255.0.0\n 196.254.254.254\n
- \ \n \n isolated\n
- \ \n false\n
- \ \n \n \n Snapshot information section\n
- \ \n 2013-08-29T11:50:10.713Z\n
- \ \n \n
- \ \n false\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ Windows Server 2008 R2 Web Edition\n
- \ \n
- \ Virtual hardware requirements\n \n
- \ Virtual Hardware Family\n
- \ 0\n DEVWEB\n
- \ vmx-08\n
- \ \n \n 00:50:56:01:01:81\n
- \ 0\n false\n
- \ none\n E1000
- ethernet adapter on \"none\"\n Network
- adapter 0\n 1\n
- \ E1000\n 10\n
- \ \n \n 0\n
- \ SCSI Controller\n
- \ SCSI Controller 0\n
- \ 2\n lsilogicsas\n
- \ 6\n \n
- \ \n 0\n
- \ Hard disk\n Hard
- disk 1\n \n 2000\n
- \ 2\n 17\n
- \ \n \n 0\n
- \ IDE Controller\n
- \ IDE Controller 0\n
- \ 3\n 5\n
- \ \n \n 1\n
- \ false\n
- \ CD/DVD Drive\n CD/DVD
- Drive 1\n \n 3002\n
- \ 3\n 15\n
- \ \n \n 0\n
- \ false\n
- \ Floppy Drive\n Floppy
- Drive 1\n \n 8000\n
- \ 14\n \n
- \ \n hertz
- * 10^6\n Number
- of Virtual CPUs\n 2
- virtual CPU(s)\n 4\n
- \ 0\n 3\n
- \ 2\n 0\n
- \ \n
- \ \n \n byte
- * 2^20\n Memory
- Size\n 2560 MB of
- memory\n 5\n
- \ 0\n 4\n
- \ 2560\n 0\n
- \ \n
- \ \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n
- \ Specifies the operating system installed\n
- \ Microsoft Windows Server 2008 R2 (64-bit)\n
- \ \n
- \ \n \n Specifies the available
- VM network connections\n 0\n
- \ \n
- \ 0\n false\n
- \ 00:50:56:01:01:81\n NONE\n
- \ \n \n
- \ \n \n Specifies Guest OS Customization
- Settings\n true\n false\n
- \ b4b0914f-0d9d-4fcc-a11e-91a382d8f63f\n
- \ false\n false\n
- \ false\n true\n
- \ false\n DEVWEB-001\n
- \ \n
- \ \n \n
- \ Specifies Runtime info\n \n \n \n Snapshot information section\n
- \ \n 2013-08-29T11:50:14.613Z\n
- \ DEVWEB\n \n
- \ \n
- \ false\n false\n
- \ \n \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:33 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vapp-1bdae73a-8266-47a2-adbd-2b563d6b7a8a
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:52:59 GMT, Thu, 29 Aug 2013 11:52:59 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.vApp+xml;version=5.1
- Content-Length:
- - '24712'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n Lease settings section\n
- \ \n
- \ 0\n 7776000\n
- \ 2013-11-27T11:50:10.717Z\n
- \ \n \n VApp
- startup section\n \n
- \ \n
- \ \n \n The
- list of logical networks\n \n \n \n
- \ \n This
- is a special place-holder used for disconnected network interfaces.\n
- \ \n \n \n The configuration parameters for
- logical networks\n \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n true\n
- \ 10.192.0.1\n 255.255.252.0\n
- \ 10.192.0.11\n 10.192.0.12\n
- \ dev.ad.mdsol.com\n true\n
- \ \n \n
- \ 10.192.1.32\n
- \ 10.192.3.254\n \n
- \ \n 10.192.0.100\n
- \ 10.192.0.254\n \n
- \ \n \n \n
- \ \n
- \ bridged\n false\n
- \ \n false\n
- \ \n \n This
- is a special place-holder used for disconnected network interfaces.\n
- \ \n \n \n
- \ false\n 196.254.254.254\n
- \ 255.255.0.0\n 196.254.254.254\n
- \ \n \n isolated\n
- \ \n false\n
- \ \n \n \n Snapshot information section\n
- \ \n 2013-08-29T11:50:10.713Z\n
- \ \n \n
- \ \n false\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ Windows Server 2008 R2 Web Edition\n
- \ \n
- \ Virtual hardware requirements\n \n
- \ Virtual Hardware Family\n
- \ 0\n DEVWEB\n
- \ vmx-08\n
- \ \n \n 00:50:56:01:01:81\n
- \ 0\n false\n
- \ none\n E1000
- ethernet adapter on \"none\"\n Network
- adapter 0\n 1\n
- \ E1000\n 10\n
- \ \n \n 0\n
- \ SCSI Controller\n
- \ SCSI Controller 0\n
- \ 2\n lsilogicsas\n
- \ 6\n \n
- \ \n 0\n
- \ Hard disk\n Hard
- disk 1\n \n 2000\n
- \ 2\n 17\n
- \ \n \n 0\n
- \ IDE Controller\n
- \ IDE Controller 0\n
- \ 3\n 5\n
- \ \n \n 1\n
- \ false\n
- \ CD/DVD Drive\n CD/DVD
- Drive 1\n \n 3002\n
- \ 3\n 15\n
- \ \n \n 0\n
- \ false\n
- \ Floppy Drive\n Floppy
- Drive 1\n \n 8000\n
- \ 14\n \n
- \ \n hertz
- * 10^6\n Number
- of Virtual CPUs\n 2
- virtual CPU(s)\n 4\n
- \ 0\n 3\n
- \ 2\n 0\n
- \ \n
- \ \n \n byte
- * 2^20\n Memory
- Size\n 2560 MB of
- memory\n 5\n
- \ 0\n 4\n
- \ 2560\n 0\n
- \ \n
- \ \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n
- \ Specifies the operating system installed\n
- \ Microsoft Windows Server 2008 R2 (64-bit)\n
- \ \n
- \ \n \n Specifies the available
- VM network connections\n 0\n
- \ \n
- \ 0\n false\n
- \ 00:50:56:01:01:81\n NONE\n
- \ \n \n
- \ \n \n Specifies Guest OS Customization
- Settings\n true\n false\n
- \ b4b0914f-0d9d-4fcc-a11e-91a382d8f63f\n
- \ false\n false\n
- \ false\n true\n
- \ false\n DEVWEB-001\n
- \ \n
- \ \n \n
- \ Specifies Runtime info\n \n \n \n Snapshot information section\n
- \ \n 2013-08-29T11:50:14.613Z\n
- \ DEVWEB\n \n
- \ \n
- \ false\n false\n
- \ \n \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:34 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/networkConnectionSection/
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:01 GMT, Thu, 29 Aug 2013 11:53:01 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.networkconnectionsection+xml;version=5.1
- Content-Length:
- - '1274'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ Specifies the available VM network connections\n
- \ 0\n \n 0\n
- \ false\n 00:50:56:01:01:81\n
- \ NONE\n \n
- \ \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:36 GMT
-- request:
- method: put
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/networkConnectionSection/
- body:
- encoding: US-ASCII
- string: ! "
- \ Specifies the available VM network connections\n
- \ 0\n
- \ \n
- \ 0\n
- \ \n true\n
- \ 00:50:56:01:01:81\n POOL\n
- \ \n"
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- Content-Type:
- - application/vnd.vmware.vcloud.networkConnectionSection+xml
- response:
- status:
- code: 202
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:02 GMT, Thu, 29 Aug 2013 11:53:02 GMT
- Location:
- - https://devlab.mdsol.com/api/task/c7fae423-04c5-4781-8ccc-235575f6ab5f
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1340'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:37 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/c7fae423-04c5-4781-8ccc-235575f6ab5f
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:03 GMT, Thu, 29 Aug 2013 11:53:03 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1340'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:38 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/c7fae423-04c5-4781-8ccc-235575f6ab5f
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:05 GMT, Thu, 29 Aug 2013 11:53:05 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1252'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:40 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/networkConnectionSection/
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:06 GMT, Thu, 29 Aug 2013 11:53:06 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.networkconnectionsection+xml;version=5.1
- Content-Length:
- - '1344'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ Specifies the available VM network connections\n
- \ 0\n \n
- \ 0\n 10.192.0.206\n
- \ true\n 00:50:56:01:01:81\n
- \ POOL\n \n
- \ \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:41 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/guestCustomizationSection
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:07 GMT, Thu, 29 Aug 2013 11:53:07 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.guestcustomizationsection+xml;version=5.1
- Content-Length:
- - '1336'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ Specifies Guest OS Customization Settings\n true\n
- \ false\n b4b0914f-0d9d-4fcc-a11e-91a382d8f63f\n
- \ false\n false\n
- \ false\n true\n
- \ false\n DEVWEB-001\n
- \ \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:42 GMT
-- request:
- method: put
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/guestCustomizationSection
- body:
- encoding: US-ASCII
- string: ! "\n
- \ Specifies Guest OS Customization Settings\n
- \ true\n false\n
- \ b4b0914f-0d9d-4fcc-a11e-91a382d8f63f\n
- \ false\n false\n
- \ false\n true\n
- \ false\n this
- is the user data\n DEVWEB-001"
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- Content-Type:
- - application/vnd.vmware.vcloud.guestCustomizationSection+xml
- response:
- status:
- code: 202
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:08 GMT, Thu, 29 Aug 2013 11:53:08 GMT
- Location:
- - https://devlab.mdsol.com/api/task/30304553-8391-4063-a861-2bc4fbb1fe64
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1340'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:43 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/30304553-8391-4063-a861-2bc4fbb1fe64
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:09 GMT, Thu, 29 Aug 2013 11:53:10 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1340'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:45 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/30304553-8391-4063-a861-2bc4fbb1fe64
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:12 GMT, Thu, 29 Aug 2013 11:53:12 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1340'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:47 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/30304553-8391-4063-a861-2bc4fbb1fe64
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:14 GMT, Thu, 29 Aug 2013 11:53:14 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1252'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:49 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/virtualHardwareSection/disks
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:15 GMT, Thu, 29 Aug 2013 11:53:15 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.rasditemslist+xml;version=5.1
- Content-Length:
- - '2008'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ - \n 0\n SCSI
- Controller\n SCSI Controller 0\n
- \ 2\n lsilogicsas\n
- \ 6\n
\n - \n
- \ 0\n Hard
- disk\n Hard disk 1\n
- \ \n
- \ 2000\n 2\n
- \ 17\n
\n - \n
- \ 0\n IDE Controller\n
- \ IDE Controller 0\n 3\n
- \ 5\n
\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:50 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/virtualHardwareSection/disks
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:16 GMT, Thu, 29 Aug 2013 11:53:16 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.rasditemslist+xml;version=5.1
- Content-Length:
- - '2008'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ - \n 0\n SCSI
- Controller\n SCSI Controller 0\n
- \ 2\n lsilogicsas\n
- \ 6\n
\n - \n
- \ 0\n Hard
- disk\n Hard disk 1\n
- \ \n
- \ 2000\n 2\n
- \ 17\n
\n - \n
- \ 0\n IDE Controller\n
- \ IDE Controller 0\n 3\n
- \ 5\n
\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:51 GMT
-- request:
- method: put
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/virtualHardwareSection/disks
- body:
- encoding: US-ASCII
- string: ! "\n
- \ 0\n SCSI
- Controller\n SCSI Controller
- 0\n 2\n
- \ lsilogicsas\n 6\n
- \ \n 0\n
- \ Hard disk \n Hard
- disk 1\n \n
- \ 2000\n 2\n
- \ 17\n \n
- \ 0\n IDE
- Controller\n IDE Controller
- 0\n 3\n
- \ 5\n "
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- Content-Type:
- - application/vnd.vmware.vcloud.rasdItemsList+xml
- response:
- status:
- code: 202
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:17 GMT, Thu, 29 Aug 2013 11:53:17 GMT
- Location:
- - https://devlab.mdsol.com/api/task/6a61e23b-02b2-46c6-a6fa-eae8d2d98332
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1340'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:53 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6a61e23b-02b2-46c6-a6fa-eae8d2d98332
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:19 GMT, Thu, 29 Aug 2013 11:53:19 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1340'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:54 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6a61e23b-02b2-46c6-a6fa-eae8d2d98332
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:21 GMT, Thu, 29 Aug 2013 11:53:21 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1340'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:56 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6a61e23b-02b2-46c6-a6fa-eae8d2d98332
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:23 GMT, Thu, 29 Aug 2013 11:53:23 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1340'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:53:58 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6a61e23b-02b2-46c6-a6fa-eae8d2d98332
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:25 GMT, Thu, 29 Aug 2013 11:53:25 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1340'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:00 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6a61e23b-02b2-46c6-a6fa-eae8d2d98332
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:27 GMT, Thu, 29 Aug 2013 11:53:27 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1252'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:02 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/virtualHardwareSection/disks
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:28 GMT, Thu, 29 Aug 2013 11:53:28 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.rasditemslist+xml;version=5.1
- Content-Length:
- - '2008'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ - \n 0\n SCSI
- Controller\n SCSI Controller 0\n
- \ 2\n lsilogicsas\n
- \ 6\n
\n - \n
- \ 0\n Hard
- disk\n Hard disk 1\n
- \ \n
- \ 2000\n 2\n
- \ 17\n
\n - \n
- \ 0\n IDE Controller\n
- \ IDE Controller 0\n 3\n
- \ 5\n
\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:03 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/virtualHardwareSection/disks
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:29 GMT, Thu, 29 Aug 2013 11:53:30 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.rasditemslist+xml;version=5.1
- Content-Length:
- - '2008'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ - \n 0\n SCSI
- Controller\n SCSI Controller 0\n
- \ 2\n lsilogicsas\n
- \ 6\n
\n - \n
- \ 0\n Hard
- disk\n Hard disk 1\n
- \ \n
- \ 2000\n 2\n
- \ 17\n
\n - \n
- \ 0\n IDE Controller\n
- \ IDE Controller 0\n 3\n
- \ 5\n
\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:05 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/virtualHardwareSection/disks
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:31 GMT, Thu, 29 Aug 2013 11:53:31 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.rasditemslist+xml;version=5.1
- Content-Length:
- - '2008'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ - \n 0\n SCSI
- Controller\n SCSI Controller 0\n
- \ 2\n lsilogicsas\n
- \ 6\n
\n - \n
- \ 0\n Hard
- disk\n Hard disk 1\n
- \ \n
- \ 2000\n 2\n
- \ 17\n
\n - \n
- \ 0\n IDE Controller\n
- \ IDE Controller 0\n 3\n
- \ 5\n
\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:06 GMT
-- request:
- method: put
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/virtualHardwareSection/disks
- body:
- encoding: US-ASCII
- string: ! "\n
- \ 0\n SCSI
- Controller\n SCSI Controller
- 0\n 2\n
- \ lsilogicsas\n 6\n
- \ \n 0\n
- \ Hard disk \n Hard
- disk 1\n \n
- \ 2000\n 2\n
- \ 17\n \n
- \ 0\n IDE
- Controller\n IDE Controller
- 0\n 3\n
- \ 5\n \n
- \ 1\n Hard
- disk \n Hard disk 2\n
- \ \n 2001\n
- \ 2\n 17\n
- \ "
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- Content-Type:
- - application/vnd.vmware.vcloud.rasdItemsList+xml
- response:
- status:
- code: 202
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:32 GMT, Thu, 29 Aug 2013 11:53:32 GMT
- Location:
- - https://devlab.mdsol.com/api/task/10c5d5b4-1272-4e26-b1c1-9111e7b6c135
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1340'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:07 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/10c5d5b4-1272-4e26-b1c1-9111e7b6c135
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:33 GMT, Thu, 29 Aug 2013 11:53:33 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1340'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:08 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/10c5d5b4-1272-4e26-b1c1-9111e7b6c135
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:35 GMT, Thu, 29 Aug 2013 11:53:35 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1340'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:10 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/10c5d5b4-1272-4e26-b1c1-9111e7b6c135
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:37 GMT, Thu, 29 Aug 2013 11:53:37 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1340'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:12 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/10c5d5b4-1272-4e26-b1c1-9111e7b6c135
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:39 GMT, Thu, 29 Aug 2013 11:53:39 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1340'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:14 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/10c5d5b4-1272-4e26-b1c1-9111e7b6c135
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:41 GMT, Thu, 29 Aug 2013 11:53:41 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1252'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:16 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/virtualHardwareSection/disks
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:42 GMT, Thu, 29 Aug 2013 11:53:42 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.rasditemslist+xml;version=5.1
- Content-Length:
- - '2496'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ - \n 0\n SCSI
- Controller\n SCSI Controller 0\n
- \ 2\n lsilogicsas\n
- \ 6\n
\n - \n
- \ 0\n Hard
- disk\n Hard disk 1\n
- \ \n
- \ 2000\n 2\n
- \ 17\n
\n - \n
- \ 1\n Hard
- disk\n Hard disk 2\n
- \ \n
- \ 2001\n 2\n
- \ 17\n
\n - \n
- \ 0\n IDE Controller\n
- \ IDE Controller 0\n 3\n
- \ 5\n
\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:17 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/virtualHardwareSection/disks
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:44 GMT, Thu, 29 Aug 2013 11:53:44 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.rasditemslist+xml;version=5.1
- Content-Length:
- - '2496'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ - \n 0\n SCSI
- Controller\n SCSI Controller 0\n
- \ 2\n lsilogicsas\n
- \ 6\n
\n - \n
- \ 0\n Hard
- disk\n Hard disk 1\n
- \ \n
- \ 2000\n 2\n
- \ 17\n
\n - \n
- \ 1\n Hard
- disk\n Hard disk 2\n
- \ \n
- \ 2001\n 2\n
- \ 17\n
\n - \n
- \ 0\n IDE Controller\n
- \ IDE Controller 0\n 3\n
- \ 5\n
\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:19 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/virtualHardwareSection/disks
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:45 GMT, Thu, 29 Aug 2013 11:53:45 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.rasditemslist+xml;version=5.1
- Content-Length:
- - '2496'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ - \n 0\n SCSI
- Controller\n SCSI Controller 0\n
- \ 2\n lsilogicsas\n
- \ 6\n
\n - \n
- \ 0\n Hard
- disk\n Hard disk 1\n
- \ \n
- \ 2000\n 2\n
- \ 17\n
\n - \n
- \ 1\n Hard
- disk\n Hard disk 2\n
- \ \n
- \ 2001\n 2\n
- \ 17\n
\n - \n
- \ 0\n IDE Controller\n
- \ IDE Controller 0\n 3\n
- \ 5\n
\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:20 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/virtualHardwareSection/disks
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:46 GMT, Thu, 29 Aug 2013 11:53:46 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.rasditemslist+xml;version=5.1
- Content-Length:
- - '2496'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ - \n 0\n SCSI
- Controller\n SCSI Controller 0\n
- \ 2\n lsilogicsas\n
- \ 6\n
\n - \n
- \ 0\n Hard
- disk\n Hard disk 1\n
- \ \n
- \ 2000\n 2\n
- \ 17\n
\n - \n
- \ 1\n Hard
- disk\n Hard disk 2\n
- \ \n
- \ 2001\n 2\n
- \ 17\n
\n - \n
- \ 0\n IDE Controller\n
- \ IDE Controller 0\n 3\n
- \ 5\n
\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:21 GMT
-- request:
- method: put
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/virtualHardwareSection/disks
- body:
- encoding: US-ASCII
- string: ! "\n
- \ 0\n SCSI
- Controller\n SCSI Controller
- 0\n 2\n
- \ lsilogicsas\n 6\n
- \ \n 0\n
- \ Hard disk \n Hard
- disk 1\n \n
- \ 2000\n 2\n
- \ 17\n \n
- \ 0\n IDE
- Controller\n IDE Controller
- 0\n 3\n
- \ 5\n "
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- Content-Type:
- - application/vnd.vmware.vcloud.rasdItemsList+xml
- response:
- status:
- code: 202
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:47 GMT, Thu, 29 Aug 2013 11:53:48 GMT
- Location:
- - https://devlab.mdsol.com/api/task/e6c882f5-c999-4ff1-afa9-bcca2abfa897
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1340'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:23 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/e6c882f5-c999-4ff1-afa9-bcca2abfa897
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:49 GMT, Thu, 29 Aug 2013 11:53:49 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1340'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:24 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/e6c882f5-c999-4ff1-afa9-bcca2abfa897
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:51 GMT, Thu, 29 Aug 2013 11:53:51 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1340'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:26 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/e6c882f5-c999-4ff1-afa9-bcca2abfa897
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:53 GMT, Thu, 29 Aug 2013 11:53:53 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1340'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:28 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/e6c882f5-c999-4ff1-afa9-bcca2abfa897
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:55 GMT, Thu, 29 Aug 2013 11:53:55 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1252'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:30 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/virtualHardwareSection/disks
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:57 GMT, Thu, 29 Aug 2013 11:53:57 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.rasditemslist+xml;version=5.1
- Content-Length:
- - '2008'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ - \n 0\n SCSI
- Controller\n SCSI Controller 0\n
- \ 2\n lsilogicsas\n
- \ 6\n
\n - \n
- \ 0\n Hard
- disk\n Hard disk 1\n
- \ \n
- \ 2000\n 2\n
- \ 17\n
\n - \n
- \ 0\n IDE Controller\n
- \ IDE Controller 0\n 3\n
- \ 5\n
\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:32 GMT
-- request:
- method: put
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/virtualHardwareSection/memory
- body:
- encoding: US-ASCII
- string: ! " - \n
- \ byte * 2^20\n Memory
- Size\n 5120 MB of memory\n
- \ 5\n 0\n
- \ 4\n 5120\n
- \ 0\n \n
- \
\n"
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- Content-Type:
- - application/vnd.vmware.vcloud.rasdItem+xml
- response:
- status:
- code: 202
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:58 GMT, Thu, 29 Aug 2013 11:53:58 GMT
- Location:
- - https://devlab.mdsol.com/api/task/569a0b2c-cd51-4107-8791-601ce38e7102
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1340'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:33 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/569a0b2c-cd51-4107-8791-601ce38e7102
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:53:59 GMT, Thu, 29 Aug 2013 11:53:59 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1340'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:34 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/569a0b2c-cd51-4107-8791-601ce38e7102
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:01 GMT, Thu, 29 Aug 2013 11:54:01 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1340'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:36 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/569a0b2c-cd51-4107-8791-601ce38e7102
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:04 GMT, Thu, 29 Aug 2013 11:54:04 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1252'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:39 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vapp-1bdae73a-8266-47a2-adbd-2b563d6b7a8a
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:05 GMT, Thu, 29 Aug 2013 11:54:05 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.vApp+xml;version=5.1
- Content-Length:
- - '24109'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n Lease settings section\n
- \ \n
- \ 0\n 7776000\n
- \ 2013-11-27T11:54:01.727Z\n
- \ \n \n VApp
- startup section\n \n
- \ \n
- \ \n \n The
- list of logical networks\n \n \n \n
- \ \n \n The configuration parameters for
- logical networks\n \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n true\n
- \ 10.192.0.1\n 255.255.252.0\n
- \ 10.192.0.11\n 10.192.0.12\n
- \ dev.ad.mdsol.com\n true\n
- \ \n \n
- \ 10.192.0.100\n
- \ 10.192.0.254\n \n
- \ \n 10.192.1.32\n
- \ 10.192.3.254\n \n
- \ \n \n \n
- \ \n
- \ bridged\n false\n
- \ \n false\n
- \ \n \n \n Snapshot information section\n
- \ \n 2013-08-29T11:50:10.713Z\n
- \ \n \n
- \ \n false\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ Windows Server 2008 R2 Web Edition\n
- \ \n
- \ Virtual hardware requirements\n \n
- \ Virtual Hardware Family\n
- \ 0\n DEVWEB\n
- \ vmx-08\n
- \ \n \n 00:50:56:01:01:81\n
- \ 0\n true\n
- \ DevOps - Dev Network Connection\n
- \ E1000 ethernet adapter on \"DevOps -
- Dev Network Connection\"\n Network
- adapter 0\n 1\n
- \ E1000\n 10\n
- \ \n \n 0\n
- \ SCSI Controller\n
- \ SCSI Controller 0\n
- \ 2\n lsilogicsas\n
- \ 6\n \n
- \ \n 0\n
- \ Hard disk\n Hard
- disk 1\n \n 2000\n
- \ 2\n 17\n
- \ \n \n 0\n
- \ IDE Controller\n
- \ IDE Controller 0\n
- \ 3\n 5\n
- \ \n \n 1\n
- \ false\n
- \ CD/DVD Drive\n CD/DVD
- Drive 1\n \n 3002\n
- \ 3\n 15\n
- \ \n \n 0\n
- \ false\n
- \ Floppy Drive\n Floppy
- Drive 1\n \n 8000\n
- \ 14\n \n
- \ \n hertz
- * 10^6\n Number
- of Virtual CPUs\n 2
- virtual CPU(s)\n 4\n
- \ 0\n 3\n
- \ 2\n 0\n
- \ \n
- \ \n \n byte
- * 2^20\n Memory
- Size\n 5120 MB of
- memory\n 5\n
- \ 0\n 4\n
- \ 5120\n 0\n
- \ \n
- \ \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n
- \ Specifies the operating system installed\n
- \ Microsoft Windows Server 2008 R2 (64-bit)\n
- \ \n
- \ \n \n Specifies the available
- VM network connections\n 0\n
- \ \n 0\n
- \ 10.192.0.206\n true\n
- \ 00:50:56:01:01:81\n POOL\n
- \ \n \n
- \ \n \n Specifies Guest OS Customization
- Settings\n true\n false\n
- \ b4b0914f-0d9d-4fcc-a11e-91a382d8f63f\n
- \ false\n false\n
- \ false\n true\n
- \ false\n this
- is the user data\n DEVWEB-001\n
- \ \n
- \ \n \n
- \ Specifies Runtime info\n \n \n \n Snapshot information section\n
- \ \n 2013-08-29T11:50:14.613Z\n
- \ DEVWEB\n \n
- \ \n
- \ false\n false\n
- \ \n \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:40 GMT
-- request:
- method: put
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/virtualHardwareSection/cpu
- body:
- encoding: US-ASCII
- string: ! " - \n
- \ hertz * 10^6\n Number
- of Virtual CPUs\n 4 virtual
- CPU(s)\n 4\n
- \ 0\n 3\n
- \ 4\n 0\n
- \ \n
- \
\n"
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- Content-Type:
- - application/vnd.vmware.vcloud.rasdItem+xml
- response:
- status:
- code: 202
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:07 GMT, Thu, 29 Aug 2013 11:54:07 GMT
- Location:
- - https://devlab.mdsol.com/api/task/64b70b4f-b44c-4589-8b65-d74a61937ad1
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1340'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:43 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/64b70b4f-b44c-4589-8b65-d74a61937ad1
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:09 GMT, Thu, 29 Aug 2013 11:54:09 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1340'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:44 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/64b70b4f-b44c-4589-8b65-d74a61937ad1
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:11 GMT, Thu, 29 Aug 2013 11:54:11 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1340'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:46 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/64b70b4f-b44c-4589-8b65-d74a61937ad1
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:13 GMT, Thu, 29 Aug 2013 11:54:13 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1340'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:48 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/64b70b4f-b44c-4589-8b65-d74a61937ad1
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:15 GMT, Thu, 29 Aug 2013 11:54:15 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1252'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:50 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vapp-1bdae73a-8266-47a2-adbd-2b563d6b7a8a
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:16 GMT, Thu, 29 Aug 2013 11:54:16 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.vApp+xml;version=5.1
- Content-Length:
- - '24109'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n Lease settings section\n
- \ \n
- \ 0\n 7776000\n
- \ 2013-11-27T11:54:11.713Z\n
- \ \n \n VApp
- startup section\n \n
- \ \n
- \ \n \n The
- list of logical networks\n \n \n \n
- \ \n \n The configuration parameters for
- logical networks\n \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n true\n
- \ 10.192.0.1\n 255.255.252.0\n
- \ 10.192.0.11\n 10.192.0.12\n
- \ dev.ad.mdsol.com\n true\n
- \ \n \n
- \ 10.192.1.32\n
- \ 10.192.3.254\n \n
- \ \n 10.192.0.100\n
- \ 10.192.0.254\n \n
- \ \n \n \n
- \ \n
- \ bridged\n false\n
- \ \n false\n
- \ \n \n \n Snapshot information section\n
- \ \n 2013-08-29T11:50:10.713Z\n
- \ \n \n
- \ \n false\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ Windows Server 2008 R2 Web Edition\n
- \ \n
- \ Virtual hardware requirements\n \n
- \ Virtual Hardware Family\n
- \ 0\n DEVWEB\n
- \ vmx-08\n
- \ \n \n 00:50:56:01:01:81\n
- \ 0\n true\n
- \ DevOps - Dev Network Connection\n
- \ E1000 ethernet adapter on \"DevOps -
- Dev Network Connection\"\n Network
- adapter 0\n 1\n
- \ E1000\n 10\n
- \ \n \n 0\n
- \ SCSI Controller\n
- \ SCSI Controller 0\n
- \ 2\n lsilogicsas\n
- \ 6\n \n
- \ \n 0\n
- \ Hard disk\n Hard
- disk 1\n \n 2000\n
- \ 2\n 17\n
- \ \n \n 0\n
- \ IDE Controller\n
- \ IDE Controller 0\n
- \ 3\n 5\n
- \ \n \n 1\n
- \ false\n
- \ CD/DVD Drive\n CD/DVD
- Drive 1\n \n 3002\n
- \ 3\n 15\n
- \ \n \n 0\n
- \ false\n
- \ Floppy Drive\n Floppy
- Drive 1\n \n 8000\n
- \ 14\n \n
- \ \n hertz
- * 10^6\n Number
- of Virtual CPUs\n 4
- virtual CPU(s)\n 4\n
- \ 0\n 3\n
- \ 4\n 0\n
- \ \n
- \ \n \n byte
- * 2^20\n Memory
- Size\n 5120 MB of
- memory\n 5\n
- \ 0\n 4\n
- \ 5120\n 0\n
- \ \n
- \ \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n
- \ Specifies the operating system installed\n
- \ Microsoft Windows Server 2008 R2 (64-bit)\n
- \ \n
- \ \n \n Specifies the available
- VM network connections\n 0\n
- \ \n 0\n
- \ 10.192.0.206\n true\n
- \ 00:50:56:01:01:81\n POOL\n
- \ \n \n
- \ \n \n Specifies Guest OS Customization
- Settings\n true\n false\n
- \ b4b0914f-0d9d-4fcc-a11e-91a382d8f63f\n
- \ false\n false\n
- \ false\n true\n
- \ false\n this
- is the user data\n DEVWEB-001\n
- \ \n
- \ \n \n
- \ Specifies Runtime info\n \n \n \n Snapshot information section\n
- \ \n 2013-08-29T11:50:14.613Z\n
- \ DEVWEB\n \n
- \ \n
- \ false\n false\n
- \ \n \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:52 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/metadata/
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:18 GMT, Thu, 29 Aug 2013 11:54:18 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.metadata+xml;version=5.1
- Content-Length:
- - '707'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:53 GMT
-- request:
- method: post
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/metadata/
- body:
- encoding: US-ASCII
- string: ! "\n
- \ \n
- \ company\n \n
- \ acme\n \n \n"
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- Content-Type:
- - application/vnd.vmware.vcloud.metadata+xml
- response:
- status:
- code: 202
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:19 GMT, Thu, 29 Aug 2013 11:54:19 GMT
- Location:
- - https://devlab.mdsol.com/api/task/2486dda2-e0db-4d9d-ab09-a76e737314ec
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1343'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:54 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/2486dda2-e0db-4d9d-ab09-a76e737314ec
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:20 GMT, Thu, 29 Aug 2013 11:54:20 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1255'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:55 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/metadata/
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:21 GMT, Thu, 29 Aug 2013 11:54:21 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.metadata+xml;version=5.1
- Content-Length:
- - '1508'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ company\n \n
- \ acme\n \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:56 GMT
-- request:
- method: post
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/metadata/
- body:
- encoding: US-ASCII
- string: ! "\n
- \ \n
- \ company\n \n
- \ acme\n \n \n
- \ \n
- \ environment\n \n
- \ testing\n \n \n"
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- Content-Type:
- - application/vnd.vmware.vcloud.metadata+xml
- response:
- status:
- code: 202
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:22 GMT, Thu, 29 Aug 2013 11:54:22 GMT
- Location:
- - https://devlab.mdsol.com/api/task/d413b790-d51f-403f-8eba-6e42b13fc907
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1343'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:57 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/d413b790-d51f-403f-8eba-6e42b13fc907
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:24 GMT, Thu, 29 Aug 2013 11:54:24 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1255'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:54:59 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/metadata/
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:25 GMT, Thu, 29 Aug 2013 11:54:25 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.metadata+xml;version=5.1
- Content-Length:
- - '2328'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ company\n \n
- \ acme\n \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ environment\n \n
- \ testing\n \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:55:00 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/metadata/
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:26 GMT, Thu, 29 Aug 2013 11:54:26 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.metadata+xml;version=5.1
- Content-Length:
- - '2328'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ company\n \n
- \ acme\n \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ environment\n \n
- \ testing\n \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:55:01 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/metadata/
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:27 GMT, Thu, 29 Aug 2013 11:54:27 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.metadata+xml;version=5.1
- Content-Length:
- - '2328'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ company\n \n
- \ acme\n \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ environment\n \n
- \ testing\n \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:55:02 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/metadata/
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:28 GMT, Thu, 29 Aug 2013 11:54:29 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.metadata+xml;version=5.1
- Content-Length:
- - '2328'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ company\n \n
- \ acme\n \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ environment\n \n
- \ testing\n \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:55:04 GMT
-- request:
- method: delete
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/metadata/company
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 202
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:29 GMT, Thu, 29 Aug 2013 11:54:30 GMT
- Location:
- - https://devlab.mdsol.com/api/task/b8bb3df7-bc09-426b-8541-dd3c0151d551
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1343'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:55:05 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/b8bb3df7-bc09-426b-8541-dd3c0151d551
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:31 GMT, Thu, 29 Aug 2013 11:54:31 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1255'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:55:06 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/metadata/
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:32 GMT, Thu, 29 Aug 2013 11:54:32 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.metadata+xml;version=5.1
- Content-Length:
- - '1527'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ environment\n \n
- \ testing\n \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:55:07 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/metadata/
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:33 GMT, Thu, 29 Aug 2013 11:54:33 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.metadata+xml;version=5.1
- Content-Length:
- - '1527'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ environment\n \n
- \ testing\n \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:55:08 GMT
-- request:
- method: post
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/power/action/powerOn
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 202
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:34 GMT, Thu, 29 Aug 2013 11:54:35 GMT
- Location:
- - https://devlab.mdsol.com/api/task/6a81ca46-85e3-47c9-b8bc-82e94e00da62
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1338'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:55:10 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6a81ca46-85e3-47c9-b8bc-82e94e00da62
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:36 GMT, Thu, 29 Aug 2013 11:54:36 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1338'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:55:11 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6a81ca46-85e3-47c9-b8bc-82e94e00da62
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:38 GMT, Thu, 29 Aug 2013 11:54:38 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1338'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:55:13 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6a81ca46-85e3-47c9-b8bc-82e94e00da62
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:40 GMT, Thu, 29 Aug 2013 11:54:40 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1338'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:55:15 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6a81ca46-85e3-47c9-b8bc-82e94e00da62
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:42 GMT, Thu, 29 Aug 2013 11:54:42 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1338'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:55:17 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6a81ca46-85e3-47c9-b8bc-82e94e00da62
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:44 GMT, Thu, 29 Aug 2013 11:54:44 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1338'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:55:19 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6a81ca46-85e3-47c9-b8bc-82e94e00da62
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:46 GMT, Thu, 29 Aug 2013 11:54:46 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1338'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:55:21 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6a81ca46-85e3-47c9-b8bc-82e94e00da62
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:49 GMT, Thu, 29 Aug 2013 11:54:49 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1338'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:55:24 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/task/6a81ca46-85e3-47c9-b8bc-82e94e00da62
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:51 GMT, Thu, 29 Aug 2013 11:54:51 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.task+xml;version=5.1
- Content-Length:
- - '1250'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:55:26 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vapp-1bdae73a-8266-47a2-adbd-2b563d6b7a8a
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=/bKBcAtXP7KzkrMwO+cMc/Qma0pu+KOlyIL6qAQ+0Bg=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:54:52 GMT, Thu, 29 Aug 2013 11:54:52 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.vApp+xml;version=5.1
- Content-Length:
- - '27769'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n Lease settings section\n
- \ \n
- \ 0\n 7776000\n
- \ \n \n VApp
- startup section\n \n
- \ \n
- \ \n \n The
- list of logical networks\n \n \n \n
- \ \n \n The configuration parameters for
- logical networks\n \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n true\n
- \ 10.192.0.1\n 255.255.252.0\n
- \ 10.192.0.11\n 10.192.0.12\n
- \ dev.ad.mdsol.com\n true\n
- \ \n \n
- \ 10.192.0.100\n
- \ 10.192.0.254\n \n
- \ \n 10.192.1.32\n
- \ 10.192.3.254\n \n
- \ \n \n \n
- \ \n
- \ bridged\n false\n
- \ \n true\n
- \ \n \n \n Snapshot information section\n
- \ \n 2013-08-29T11:50:10.713Z\n
- \ \n \n
- \ \n false\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ Windows Server 2008 R2 Web Edition\n
- \ \n
- \ Virtual hardware requirements\n \n
- \ Virtual Hardware Family\n
- \ 0\n DEVWEB\n
- \ vmx-08\n
- \ \n \n 00:50:56:01:01:81\n
- \ 0\n true\n
- \ DevOps - Dev Network Connection\n
- \ E1000 ethernet adapter on \"DevOps -
- Dev Network Connection\"\n Network
- adapter 0\n 1\n
- \ E1000\n 10\n
- \ \n \n 0\n
- \ SCSI Controller\n
- \ SCSI Controller 0\n
- \ 2\n lsilogicsas\n
- \ 6\n \n
- \ \n 0\n
- \ Hard disk\n Hard
- disk 1\n \n 2000\n
- \ 2\n 17\n
- \ \n \n 0\n
- \ IDE Controller\n
- \ IDE Controller 0\n
- \ 3\n 5\n
- \ \n \n 1\n
- \ false\n
- \ CD/DVD Drive\n CD/DVD
- Drive 1\n \n 3002\n
- \ 3\n 15\n
- \ \n \n 0\n
- \ false\n
- \ Floppy Drive\n Floppy
- Drive 1\n \n 8000\n
- \ 14\n \n
- \ \n hertz
- * 10^6\n Number
- of Virtual CPUs\n 4
- virtual CPU(s)\n 4\n
- \ 0\n 3\n
- \ 4\n 0\n
- \ \n
- \ \n \n byte
- * 2^20\n Memory
- Size\n 5120 MB of
- memory\n 5\n
- \ 0\n 4\n
- \ 5120\n 0\n
- \ \n
- \ \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n
- \ Specifies the operating system installed\n
- \ Microsoft Windows Server 2008 R2 (64-bit)\n
- \ \n
- \ \n \n Specifies the available
- VM network connections\n 0\n
- \ \n 0\n
- \ 10.192.0.206\n true\n
- \ 00:50:56:01:01:81\n POOL\n
- \ \n \n
- \ \n \n Specifies Guest OS Customization
- Settings\n true\n false\n
- \ b4b0914f-0d9d-4fcc-a11e-91a382d8f63f\n
- \ false\n false\n
- \ false\n true\n
- \ false\n this
- is the user data\n DEVWEB-001\n
- \ \n
- \ \n \n
- \ Specifies Runtime info\n \n \n \n Snapshot information section\n
- \ \n 2013-08-29T11:50:14.613Z\n
- \ DEVWEB\n \n
- \ \n VMware
- ESXi\n 5.1.0\n
- \ VMware, Inc.\n en\n
- \ \n \n
- \ \n \n \n \n \n \n \n \n \n \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n \n \n
- \ \n
- \ \n
- \ false\n false\n
- \ \n \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:55:27 GMT
-recorded_with: VCR 2.5.0
diff --git a/tests/vcloud_director/vcr_cassettes/vapp_tests_rb.yml b/tests/vcloud_director/vcr_cassettes/vapp_tests_rb.yml
deleted file mode 100644
index 2ba719fc0..000000000
--- a/tests/vcloud_director/vcr_cassettes/vapp_tests_rb.yml
+++ /dev/null
@@ -1,755 +0,0 @@
----
-http_interactions:
-- request:
- method: post
- uri: https://devlab.mdsol.com/api/sessions
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Authorization:
- - Basic cmVzdGViYW5lekBkZXZvcHM6cGFzc3dvcmQqOA==
- Accept:
- - application/*+xml;version=5.1
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:59:05 GMT, Thu, 29 Aug 2013 11:59:05 GMT
- X-Vcloud-Authorization:
- - ft3BJJX3qVJI59FZAmoOAtfqPn0LjG+Vab24Tnkphig=
- Set-Cookie:
- - vcloud-token=ft3BJJX3qVJI59FZAmoOAtfqPn0LjG+Vab24Tnkphig=; Secure; Path=/
- Content-Type:
- - application/vnd.vmware.vcloud.session+xml;version=5.1
- Content-Length:
- - '1159'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n \n \n
- \ \n \n
- \ \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:59:40 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/org
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=ft3BJJX3qVJI59FZAmoOAtfqPn0LjG+Vab24Tnkphig=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:59:06 GMT, Thu, 29 Aug 2013 11:59:06 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.orglist+xml;version=5.1
- Content-Length:
- - '494'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:59:41 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/org/c6a4c623-c158-41cf-a87a-dbc1637ad55a
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=ft3BJJX3qVJI59FZAmoOAtfqPn0LjG+Vab24Tnkphig=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:59:07 GMT, Thu, 29 Aug 2013 11:59:07 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.org+xml;version=5.1
- Content-Length:
- - '2481'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n
- \ \n DevOps\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:59:42 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vdc/9a06a16b-12c6-44dc-aee1-06aa52262ea3
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=ft3BJJX3qVJI59FZAmoOAtfqPn0LjG+Vab24Tnkphig=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:59:08 GMT, Thu, 29 Aug 2013 11:59:08 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.vdc+xml;version=5.1
- Content-Length:
- - '8493'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n AllocationVApp\n
- \ \n \n MHz\n 0\n
- \ 0\n 0\n 4000\n
- \ 0\n \n \n MB\n
- \ 0\n 0\n 0\n
- \ 3584\n 65\n \n
- \ \n \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n \n \n
- \ vmx-04\n
- \ vmx-07\n
- \ vmx-08\n
- \ vmx-09\n
- \ \n \n 0\n
- \ 1024\n 0\n
- \ 0\n true\n \n
- \ \n
- \ \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:59:44 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vdc/9a06a16b-12c6-44dc-aee1-06aa52262ea3
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=ft3BJJX3qVJI59FZAmoOAtfqPn0LjG+Vab24Tnkphig=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:59:10 GMT, Thu, 29 Aug 2013 11:59:10 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.vdc+xml;version=5.1
- Content-Length:
- - '8493'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n AllocationVApp\n
- \ \n \n MHz\n 0\n
- \ 0\n 0\n 4000\n
- \ 0\n \n \n MB\n
- \ 0\n 0\n 0\n
- \ 3584\n 65\n \n
- \ \n \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n \n \n
- \ vmx-04\n
- \ vmx-07\n
- \ vmx-08\n
- \ vmx-09\n
- \ \n \n 0\n
- \ 1024\n 0\n
- \ 0\n true\n \n
- \ \n
- \ \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:59:45 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vapp-af4ef7ff-2fd2-4893-b23d-9ea74ff354c9
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=ft3BJJX3qVJI59FZAmoOAtfqPn0LjG+Vab24Tnkphig=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:59:11 GMT, Thu, 29 Aug 2013 11:59:11 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.vApp+xml;version=5.1
- Content-Length:
- - '5742'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n Lease settings section\n
- \ \n
- \ 0\n 0\n
- \ \n \n The
- list of logical networks\n \n \n \n
- \ \n \n The configuration parameters for
- logical networks\n \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n true\n
- \ 10.192.0.1\n 255.255.252.0\n
- \ 10.192.0.11\n 10.192.0.12\n
- \ dev.ad.mdsol.com\n true\n
- \ \n \n
- \ 10.192.1.32\n
- \ 10.192.3.254\n \n
- \ \n 10.192.0.100\n
- \ 10.192.0.254\n \n
- \ \n \n \n
- \ \n
- \ bridged\n false\n
- \ \n true\n
- \ \n \n 2013-05-23T14:02:33.217Z\n
- \ \n \n
- \ \n false\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:59:46 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vdc/9a06a16b-12c6-44dc-aee1-06aa52262ea3
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=ft3BJJX3qVJI59FZAmoOAtfqPn0LjG+Vab24Tnkphig=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:59:12 GMT, Thu, 29 Aug 2013 11:59:12 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.vdc+xml;version=5.1
- Content-Length:
- - '8495'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n AllocationVApp\n
- \ \n \n MHz\n 0\n
- \ 0\n 0\n 12000\n
- \ 0\n \n \n MB\n
- \ 0\n 0\n 0\n
- \ 8704\n 127\n \n
- \ \n \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n \n \n
- \ vmx-04\n
- \ vmx-07\n
- \ vmx-08\n
- \ vmx-09\n
- \ \n \n 0\n
- \ 1024\n 0\n
- \ 0\n true\n \n
- \ \n
- \ \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:59:47 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vapp-af4ef7ff-2fd2-4893-b23d-9ea74ff354c9
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=ft3BJJX3qVJI59FZAmoOAtfqPn0LjG+Vab24Tnkphig=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:59:13 GMT, Thu, 29 Aug 2013 11:59:13 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.vApp+xml;version=5.1
- Content-Length:
- - '5742'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n Lease settings section\n
- \ \n
- \ 0\n 0\n
- \ \n \n The
- list of logical networks\n \n \n \n
- \ \n \n The configuration parameters for
- logical networks\n \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n true\n
- \ 10.192.0.1\n 255.255.252.0\n
- \ 10.192.0.11\n 10.192.0.12\n
- \ dev.ad.mdsol.com\n true\n
- \ \n \n
- \ 10.192.1.32\n
- \ 10.192.3.254\n \n
- \ \n 10.192.0.100\n
- \ 10.192.0.254\n \n
- \ \n \n \n
- \ \n
- \ bridged\n false\n
- \ \n true\n
- \ \n \n 2013-05-23T14:02:33.217Z\n
- \ \n \n
- \ \n false\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:59:48 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vapp-af4ef7ff-2fd2-4893-b23d-9ea74ff354c9
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=ft3BJJX3qVJI59FZAmoOAtfqPn0LjG+Vab24Tnkphig=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:59:14 GMT, Thu, 29 Aug 2013 11:59:15 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.vApp+xml;version=5.1
- Content-Length:
- - '5742'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n Lease settings section\n
- \ \n
- \ 0\n 0\n
- \ \n \n The
- list of logical networks\n \n \n \n
- \ \n \n The configuration parameters for
- logical networks\n \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n true\n
- \ 10.192.0.1\n 255.255.252.0\n
- \ 10.192.0.11\n 10.192.0.12\n
- \ dev.ad.mdsol.com\n true\n
- \ \n \n
- \ 10.192.0.100\n
- \ 10.192.0.254\n \n
- \ \n 10.192.1.32\n
- \ 10.192.3.254\n \n
- \ \n \n \n
- \ \n
- \ bridged\n false\n
- \ \n true\n
- \ \n \n 2013-05-23T14:02:33.217Z\n
- \ \n \n
- \ \n false\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:59:50 GMT
-recorded_with: VCR 2.5.0
diff --git a/tests/vcloud_director/vcr_cassettes/vms_tests_rb.yml b/tests/vcloud_director/vcr_cassettes/vms_tests_rb.yml
deleted file mode 100644
index a7cf26a75..000000000
--- a/tests/vcloud_director/vcr_cassettes/vms_tests_rb.yml
+++ /dev/null
@@ -1,2609 +0,0 @@
----
-http_interactions:
-- request:
- method: post
- uri: https://devlab.mdsol.com/api/sessions
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Authorization:
- - Basic cmVzdGViYW5lekBkZXZvcHM6cGFzc3dvcmQqOA==
- Accept:
- - application/*+xml;version=5.1
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:59:16 GMT, Thu, 29 Aug 2013 11:59:16 GMT
- X-Vcloud-Authorization:
- - mE4rkzPinvPkYMnLvNrdcS13wweW+p8tSUxcGCJN8LI=
- Set-Cookie:
- - vcloud-token=mE4rkzPinvPkYMnLvNrdcS13wweW+p8tSUxcGCJN8LI=; Secure; Path=/
- Content-Type:
- - application/vnd.vmware.vcloud.session+xml;version=5.1
- Content-Length:
- - '1159'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n \n \n
- \ \n \n
- \ \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:59:51 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/org
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=mE4rkzPinvPkYMnLvNrdcS13wweW+p8tSUxcGCJN8LI=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:59:17 GMT, Thu, 29 Aug 2013 11:59:17 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.orglist+xml;version=5.1
- Content-Length:
- - '494'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:59:52 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/org/c6a4c623-c158-41cf-a87a-dbc1637ad55a
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=mE4rkzPinvPkYMnLvNrdcS13wweW+p8tSUxcGCJN8LI=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:59:18 GMT, Thu, 29 Aug 2013 11:59:18 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.org+xml;version=5.1
- Content-Length:
- - '2481'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n
- \ \n DevOps\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:59:53 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vdc/9a06a16b-12c6-44dc-aee1-06aa52262ea3
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=mE4rkzPinvPkYMnLvNrdcS13wweW+p8tSUxcGCJN8LI=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:59:19 GMT, Thu, 29 Aug 2013 11:59:19 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.vdc+xml;version=5.1
- Content-Length:
- - '8495'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n AllocationVApp\n
- \ \n \n MHz\n 0\n
- \ 0\n 0\n 12000\n
- \ 0\n \n \n MB\n
- \ 0\n 0\n 0\n
- \ 8704\n 127\n \n
- \ \n \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n \n \n
- \ vmx-04\n
- \ vmx-07\n
- \ vmx-08\n
- \ vmx-09\n
- \ \n \n 0\n
- \ 1024\n 0\n
- \ 0\n true\n \n
- \ \n
- \ \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:59:54 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vapp-af4ef7ff-2fd2-4893-b23d-9ea74ff354c9
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=mE4rkzPinvPkYMnLvNrdcS13wweW+p8tSUxcGCJN8LI=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:59:20 GMT, Thu, 29 Aug 2013 11:59:20 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.vApp+xml;version=5.1
- Content-Length:
- - '5742'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n Lease settings section\n
- \ \n
- \ 0\n 0\n
- \ \n \n The
- list of logical networks\n \n \n \n
- \ \n \n The configuration parameters for
- logical networks\n \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n true\n
- \ 10.192.0.1\n 255.255.252.0\n
- \ 10.192.0.11\n 10.192.0.12\n
- \ dev.ad.mdsol.com\n true\n
- \ \n \n
- \ 10.192.1.32\n
- \ 10.192.3.254\n \n
- \ \n 10.192.0.100\n
- \ 10.192.0.254\n \n
- \ \n \n \n
- \ \n
- \ bridged\n false\n
- \ \n true\n
- \ \n \n 2013-05-23T14:02:33.217Z\n
- \ \n \n
- \ \n false\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:59:55 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vapp-135597a7-b60c-4f0f-a7df-a79deb002cd2
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=mE4rkzPinvPkYMnLvNrdcS13wweW+p8tSUxcGCJN8LI=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:59:21 GMT, Thu, 29 Aug 2013 11:59:21 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.vApp+xml;version=5.1
- Content-Length:
- - '5790'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ Windows Server 2008 R2 Application Server\n
- \ \n Lease settings section\n
- \ \n
- \ 0\n 0\n
- \ \n \n The
- list of logical networks\n \n \n \n
- \ \n \n The configuration parameters for
- logical networks\n \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n true\n
- \ 10.192.0.1\n 255.255.252.0\n
- \ 10.192.0.11\n 10.192.0.12\n
- \ dev.ad.mdsol.com\n true\n
- \ \n \n
- \ 10.192.1.32\n
- \ 10.192.3.254\n \n
- \ \n 10.192.0.100\n
- \ 10.192.0.254\n \n
- \ \n \n \n
- \ \n
- \ bridged\n false\n
- \ \n true\n
- \ \n \n 2013-05-30T08:53:35.257Z\n
- \ \n \n
- \ \n false\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:59:56 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vapp-4c300067-f34b-4409-80d4-6ac1672d13ae
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=mE4rkzPinvPkYMnLvNrdcS13wweW+p8tSUxcGCJN8LI=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:59:22 GMT, Thu, 29 Aug 2013 11:59:22 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.vApp+xml;version=5.1
- Content-Length:
- - '5785'
- body:
- encoding: US-ASCII
- string: ! "\n\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ Windows Server 2008 R2 Application Server\n
- \ \n Lease settings section\n
- \ \n
- \ 0\n 0\n
- \ \n \n The
- list of logical networks\n \n \n \n
- \ \n \n The configuration parameters for
- logical networks\n \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n true\n
- \ 10.192.0.1\n 255.255.252.0\n
- \ 10.192.0.11\n 10.192.0.12\n
- \ dev.ad.mdsol.com\n true\n
- \ \n \n
- \ 10.192.1.32\n
- \ 10.192.3.254\n \n
- \ \n 10.192.0.100\n
- \ 10.192.0.254\n \n
- \ \n \n \n
- \ \n
- \ bridged\n false\n
- \ \n true\n
- \ \n \n 2013-05-30T10:43:54.297Z\n
- \ \n \n
- \ \n false\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:59:57 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vapp-1bdae73a-8266-47a2-adbd-2b563d6b7a8a
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=mE4rkzPinvPkYMnLvNrdcS13wweW+p8tSUxcGCJN8LI=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:59:23 GMT, Thu, 29 Aug 2013 11:59:23 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.vApp+xml;version=5.1
- Content-Length:
- - '27769'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n Lease settings section\n
- \ \n
- \ 0\n 7776000\n
- \ \n \n VApp
- startup section\n \n
- \ \n
- \ \n \n The
- list of logical networks\n \n \n \n
- \ \n \n The configuration parameters for
- logical networks\n \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n true\n
- \ 10.192.0.1\n 255.255.252.0\n
- \ 10.192.0.11\n 10.192.0.12\n
- \ dev.ad.mdsol.com\n true\n
- \ \n \n
- \ 10.192.0.100\n
- \ 10.192.0.254\n \n
- \ \n 10.192.1.32\n
- \ 10.192.3.254\n \n
- \ \n \n \n
- \ \n
- \ bridged\n false\n
- \ \n true\n
- \ \n \n \n Snapshot information section\n
- \ \n 2013-08-29T11:50:10.713Z\n
- \ \n \n
- \ \n false\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ Windows Server 2008 R2 Web Edition\n
- \ \n
- \ Virtual hardware requirements\n \n
- \ Virtual Hardware Family\n
- \ 0\n DEVWEB\n
- \ vmx-08\n
- \ \n \n 00:50:56:01:01:81\n
- \ 0\n true\n
- \ DevOps - Dev Network Connection\n
- \ E1000 ethernet adapter on \"DevOps -
- Dev Network Connection\"\n Network
- adapter 0\n 1\n
- \ E1000\n 10\n
- \ \n \n 0\n
- \ SCSI Controller\n
- \ SCSI Controller 0\n
- \ 2\n lsilogicsas\n
- \ 6\n \n
- \ \n 0\n
- \ Hard disk\n Hard
- disk 1\n \n 2000\n
- \ 2\n 17\n
- \ \n \n 0\n
- \ IDE Controller\n
- \ IDE Controller 0\n
- \ 3\n 5\n
- \ \n \n 1\n
- \ false\n
- \ CD/DVD Drive\n CD/DVD
- Drive 1\n \n 3002\n
- \ 3\n 15\n
- \ \n \n 0\n
- \ false\n
- \ Floppy Drive\n Floppy
- Drive 1\n \n 8000\n
- \ 14\n \n
- \ \n hertz
- * 10^6\n Number
- of Virtual CPUs\n 4
- virtual CPU(s)\n 4\n
- \ 0\n 3\n
- \ 4\n 0\n
- \ \n
- \ \n \n byte
- * 2^20\n Memory
- Size\n 5120 MB of
- memory\n 5\n
- \ 0\n 4\n
- \ 5120\n 0\n
- \ \n
- \ \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n
- \ Specifies the operating system installed\n
- \ Microsoft Windows Server 2008 R2 (64-bit)\n
- \ \n
- \ \n \n Specifies the available
- VM network connections\n 0\n
- \ \n 0\n
- \ 10.192.0.206\n true\n
- \ 00:50:56:01:01:81\n POOL\n
- \ \n \n
- \ \n \n Specifies Guest OS Customization
- Settings\n true\n false\n
- \ b4b0914f-0d9d-4fcc-a11e-91a382d8f63f\n
- \ false\n false\n
- \ false\n true\n
- \ false\n this
- is the user data\n DEVWEB-001\n
- \ \n
- \ \n \n
- \ Specifies Runtime info\n \n \n \n Snapshot information section\n
- \ \n 2013-08-29T11:50:14.613Z\n
- \ DEVWEB\n \n
- \ \n VMware
- ESXi\n 5.1.0\n
- \ VMware, Inc.\n en\n
- \ \n \n
- \ \n \n \n \n \n \n \n \n \n \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n \n \n
- \ \n
- \ \n
- \ false\n false\n
- \ \n \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 11:59:59 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vapp-1bdae73a-8266-47a2-adbd-2b563d6b7a8a
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=mE4rkzPinvPkYMnLvNrdcS13wweW+p8tSUxcGCJN8LI=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:59:25 GMT, Thu, 29 Aug 2013 11:59:25 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.vApp+xml;version=5.1
- Content-Length:
- - '27769'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n Lease settings section\n
- \ \n
- \ 0\n 7776000\n
- \ \n \n VApp
- startup section\n \n
- \ \n
- \ \n \n The
- list of logical networks\n \n \n \n
- \ \n \n The configuration parameters for
- logical networks\n \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n true\n
- \ 10.192.0.1\n 255.255.252.0\n
- \ 10.192.0.11\n 10.192.0.12\n
- \ dev.ad.mdsol.com\n true\n
- \ \n \n
- \ 10.192.1.32\n
- \ 10.192.3.254\n \n
- \ \n 10.192.0.100\n
- \ 10.192.0.254\n \n
- \ \n \n \n
- \ \n
- \ bridged\n false\n
- \ \n true\n
- \ \n \n \n Snapshot information section\n
- \ \n 2013-08-29T11:50:10.713Z\n
- \ \n \n
- \ \n false\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ Windows Server 2008 R2 Web Edition\n
- \ \n
- \ Virtual hardware requirements\n \n
- \ Virtual Hardware Family\n
- \ 0\n DEVWEB\n
- \ vmx-08\n
- \ \n \n 00:50:56:01:01:81\n
- \ 0\n true\n
- \ DevOps - Dev Network Connection\n
- \ E1000 ethernet adapter on \"DevOps -
- Dev Network Connection\"\n Network
- adapter 0\n 1\n
- \ E1000\n 10\n
- \ \n \n 0\n
- \ SCSI Controller\n
- \ SCSI Controller 0\n
- \ 2\n lsilogicsas\n
- \ 6\n \n
- \ \n 0\n
- \ Hard disk\n Hard
- disk 1\n \n 2000\n
- \ 2\n 17\n
- \ \n \n 0\n
- \ IDE Controller\n
- \ IDE Controller 0\n
- \ 3\n 5\n
- \ \n \n 1\n
- \ false\n
- \ CD/DVD Drive\n CD/DVD
- Drive 1\n \n 3002\n
- \ 3\n 15\n
- \ \n \n 0\n
- \ false\n
- \ Floppy Drive\n Floppy
- Drive 1\n \n 8000\n
- \ 14\n \n
- \ \n hertz
- * 10^6\n Number
- of Virtual CPUs\n 4
- virtual CPU(s)\n 4\n
- \ 0\n 3\n
- \ 4\n 0\n
- \ \n
- \ \n \n byte
- * 2^20\n Memory
- Size\n 5120 MB of
- memory\n 5\n
- \ 0\n 4\n
- \ 5120\n 0\n
- \ \n
- \ \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n
- \ Specifies the operating system installed\n
- \ Microsoft Windows Server 2008 R2 (64-bit)\n
- \ \n
- \ \n \n Specifies the available
- VM network connections\n 0\n
- \ \n 0\n
- \ 10.192.0.206\n true\n
- \ 00:50:56:01:01:81\n POOL\n
- \ \n \n
- \ \n \n Specifies Guest OS Customization
- Settings\n true\n false\n
- \ b4b0914f-0d9d-4fcc-a11e-91a382d8f63f\n
- \ false\n false\n
- \ false\n true\n
- \ false\n this
- is the user data\n DEVWEB-001\n
- \ \n
- \ \n \n
- \ Specifies Runtime info\n \n \n \n Snapshot information section\n
- \ \n 2013-08-29T11:50:14.613Z\n
- \ DEVWEB\n \n
- \ \n VMware
- ESXi\n 5.1.0\n
- \ VMware, Inc.\n en\n
- \ \n \n
- \ \n \n \n \n \n \n \n \n \n \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n \n \n
- \ \n
- \ \n
- \ false\n false\n
- \ \n \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 12:00:01 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vapp-1bdae73a-8266-47a2-adbd-2b563d6b7a8a
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=mE4rkzPinvPkYMnLvNrdcS13wweW+p8tSUxcGCJN8LI=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:59:27 GMT, Thu, 29 Aug 2013 11:59:27 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.vApp+xml;version=5.1
- Content-Length:
- - '27769'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n Lease settings section\n
- \ \n
- \ 0\n 7776000\n
- \ \n \n VApp
- startup section\n \n
- \ \n
- \ \n \n The
- list of logical networks\n \n \n \n
- \ \n \n The configuration parameters for
- logical networks\n \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n true\n
- \ 10.192.0.1\n 255.255.252.0\n
- \ 10.192.0.11\n 10.192.0.12\n
- \ dev.ad.mdsol.com\n true\n
- \ \n \n
- \ 10.192.1.32\n
- \ 10.192.3.254\n \n
- \ \n 10.192.0.100\n
- \ 10.192.0.254\n \n
- \ \n \n \n
- \ \n
- \ bridged\n false\n
- \ \n true\n
- \ \n \n \n Snapshot information section\n
- \ \n 2013-08-29T11:50:10.713Z\n
- \ \n \n
- \ \n false\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ Windows Server 2008 R2 Web Edition\n
- \ \n
- \ Virtual hardware requirements\n \n
- \ Virtual Hardware Family\n
- \ 0\n DEVWEB\n
- \ vmx-08\n
- \ \n \n 00:50:56:01:01:81\n
- \ 0\n true\n
- \ DevOps - Dev Network Connection\n
- \ E1000 ethernet adapter on \"DevOps -
- Dev Network Connection\"\n Network
- adapter 0\n 1\n
- \ E1000\n 10\n
- \ \n \n 0\n
- \ SCSI Controller\n
- \ SCSI Controller 0\n
- \ 2\n lsilogicsas\n
- \ 6\n \n
- \ \n 0\n
- \ Hard disk\n Hard
- disk 1\n \n 2000\n
- \ 2\n 17\n
- \ \n \n 0\n
- \ IDE Controller\n
- \ IDE Controller 0\n
- \ 3\n 5\n
- \ \n \n 1\n
- \ false\n
- \ CD/DVD Drive\n CD/DVD
- Drive 1\n \n 3002\n
- \ 3\n 15\n
- \ \n \n 0\n
- \ false\n
- \ Floppy Drive\n Floppy
- Drive 1\n \n 8000\n
- \ 14\n \n
- \ \n hertz
- * 10^6\n Number
- of Virtual CPUs\n 4
- virtual CPU(s)\n 4\n
- \ 0\n 3\n
- \ 4\n 0\n
- \ \n
- \ \n \n byte
- * 2^20\n Memory
- Size\n 5120 MB of
- memory\n 5\n
- \ 0\n 4\n
- \ 5120\n 0\n
- \ \n
- \ \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n
- \ Specifies the operating system installed\n
- \ Microsoft Windows Server 2008 R2 (64-bit)\n
- \ \n
- \ \n \n Specifies the available
- VM network connections\n 0\n
- \ \n 0\n
- \ 10.192.0.206\n true\n
- \ 00:50:56:01:01:81\n POOL\n
- \ \n \n
- \ \n \n Specifies Guest OS Customization
- Settings\n true\n false\n
- \ b4b0914f-0d9d-4fcc-a11e-91a382d8f63f\n
- \ false\n false\n
- \ false\n true\n
- \ false\n this
- is the user data\n DEVWEB-001\n
- \ \n
- \ \n \n
- \ Specifies Runtime info\n \n \n \n Snapshot information section\n
- \ \n 2013-08-29T11:50:14.613Z\n
- \ DEVWEB\n \n
- \ \n VMware
- ESXi\n 5.1.0\n
- \ VMware, Inc.\n en\n
- \ \n \n
- \ \n \n \n \n \n \n \n \n \n \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n \n \n
- \ \n
- \ \n
- \ false\n false\n
- \ \n \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 12:00:02 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vapp-1bdae73a-8266-47a2-adbd-2b563d6b7a8a
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=mE4rkzPinvPkYMnLvNrdcS13wweW+p8tSUxcGCJN8LI=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:59:28 GMT, Thu, 29 Aug 2013 11:59:29 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.vApp+xml;version=5.1
- Content-Length:
- - '27769'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n Lease settings section\n
- \ \n
- \ 0\n 7776000\n
- \ \n \n VApp
- startup section\n \n
- \ \n
- \ \n \n The
- list of logical networks\n \n \n \n
- \ \n \n The configuration parameters for
- logical networks\n \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n true\n
- \ 10.192.0.1\n 255.255.252.0\n
- \ 10.192.0.11\n 10.192.0.12\n
- \ dev.ad.mdsol.com\n true\n
- \ \n \n
- \ 10.192.1.32\n
- \ 10.192.3.254\n \n
- \ \n 10.192.0.100\n
- \ 10.192.0.254\n \n
- \ \n \n \n
- \ \n
- \ bridged\n false\n
- \ \n true\n
- \ \n \n \n Snapshot information section\n
- \ \n 2013-08-29T11:50:10.713Z\n
- \ \n \n
- \ \n false\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ Windows Server 2008 R2 Web Edition\n
- \ \n
- \ Virtual hardware requirements\n \n
- \ Virtual Hardware Family\n
- \ 0\n DEVWEB\n
- \ vmx-08\n
- \ \n \n 00:50:56:01:01:81\n
- \ 0\n true\n
- \ DevOps - Dev Network Connection\n
- \ E1000 ethernet adapter on \"DevOps -
- Dev Network Connection\"\n Network
- adapter 0\n 1\n
- \ E1000\n 10\n
- \ \n \n 0\n
- \ SCSI Controller\n
- \ SCSI Controller 0\n
- \ 2\n lsilogicsas\n
- \ 6\n \n
- \ \n 0\n
- \ Hard disk\n Hard
- disk 1\n \n 2000\n
- \ 2\n 17\n
- \ \n \n 0\n
- \ IDE Controller\n
- \ IDE Controller 0\n
- \ 3\n 5\n
- \ \n \n 1\n
- \ false\n
- \ CD/DVD Drive\n CD/DVD
- Drive 1\n \n 3002\n
- \ 3\n 15\n
- \ \n \n 0\n
- \ false\n
- \ Floppy Drive\n Floppy
- Drive 1\n \n 8000\n
- \ 14\n \n
- \ \n hertz
- * 10^6\n Number
- of Virtual CPUs\n 4
- virtual CPU(s)\n 4\n
- \ 0\n 3\n
- \ 4\n 0\n
- \ \n
- \ \n \n byte
- * 2^20\n Memory
- Size\n 5120 MB of
- memory\n 5\n
- \ 0\n 4\n
- \ 5120\n 0\n
- \ \n
- \ \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n
- \ Specifies the operating system installed\n
- \ Microsoft Windows Server 2008 R2 (64-bit)\n
- \ \n
- \ \n \n Specifies the available
- VM network connections\n 0\n
- \ \n 0\n
- \ 10.192.0.206\n true\n
- \ 00:50:56:01:01:81\n POOL\n
- \ \n \n
- \ \n \n Specifies Guest OS Customization
- Settings\n true\n false\n
- \ b4b0914f-0d9d-4fcc-a11e-91a382d8f63f\n
- \ false\n false\n
- \ false\n true\n
- \ false\n this
- is the user data\n DEVWEB-001\n
- \ \n
- \ \n \n
- \ Specifies Runtime info\n \n \n \n Snapshot information section\n
- \ \n 2013-08-29T11:50:14.613Z\n
- \ DEVWEB\n \n
- \ \n VMware
- ESXi\n 5.1.0\n
- \ VMware, Inc.\n en\n
- \ \n \n
- \ \n \n \n \n \n \n \n \n \n \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n \n \n
- \ \n
- \ \n
- \ false\n false\n
- \ \n \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 12:00:04 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vapp-1bdae73a-8266-47a2-adbd-2b563d6b7a8a
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=mE4rkzPinvPkYMnLvNrdcS13wweW+p8tSUxcGCJN8LI=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:59:30 GMT, Thu, 29 Aug 2013 11:59:30 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.vApp+xml;version=5.1
- Content-Length:
- - '27769'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n Lease settings section\n
- \ \n
- \ 0\n 7776000\n
- \ \n \n VApp
- startup section\n \n
- \ \n
- \ \n \n The
- list of logical networks\n \n \n \n
- \ \n \n The configuration parameters for
- logical networks\n \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n true\n
- \ 10.192.0.1\n 255.255.252.0\n
- \ 10.192.0.11\n 10.192.0.12\n
- \ dev.ad.mdsol.com\n true\n
- \ \n \n
- \ 10.192.1.32\n
- \ 10.192.3.254\n \n
- \ \n 10.192.0.100\n
- \ 10.192.0.254\n \n
- \ \n \n \n
- \ \n
- \ bridged\n false\n
- \ \n true\n
- \ \n \n \n Snapshot information section\n
- \ \n 2013-08-29T11:50:10.713Z\n
- \ \n \n
- \ \n false\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ Windows Server 2008 R2 Web Edition\n
- \ \n
- \ Virtual hardware requirements\n \n
- \ Virtual Hardware Family\n
- \ 0\n DEVWEB\n
- \ vmx-08\n
- \ \n \n 00:50:56:01:01:81\n
- \ 0\n true\n
- \ DevOps - Dev Network Connection\n
- \ E1000 ethernet adapter on \"DevOps -
- Dev Network Connection\"\n Network
- adapter 0\n 1\n
- \ E1000\n 10\n
- \ \n \n 0\n
- \ SCSI Controller\n
- \ SCSI Controller 0\n
- \ 2\n lsilogicsas\n
- \ 6\n \n
- \ \n 0\n
- \ Hard disk\n Hard
- disk 1\n \n 2000\n
- \ 2\n 17\n
- \ \n \n 0\n
- \ IDE Controller\n
- \ IDE Controller 0\n
- \ 3\n 5\n
- \ \n \n 1\n
- \ false\n
- \ CD/DVD Drive\n CD/DVD
- Drive 1\n \n 3002\n
- \ 3\n 15\n
- \ \n \n 0\n
- \ false\n
- \ Floppy Drive\n Floppy
- Drive 1\n \n 8000\n
- \ 14\n \n
- \ \n hertz
- * 10^6\n Number
- of Virtual CPUs\n 4
- virtual CPU(s)\n 4\n
- \ 0\n 3\n
- \ 4\n 0\n
- \ \n
- \ \n \n byte
- * 2^20\n Memory
- Size\n 5120 MB of
- memory\n 5\n
- \ 0\n 4\n
- \ 5120\n 0\n
- \ \n
- \ \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n
- \ Specifies the operating system installed\n
- \ Microsoft Windows Server 2008 R2 (64-bit)\n
- \ \n
- \ \n \n Specifies the available
- VM network connections\n 0\n
- \ \n 0\n
- \ 10.192.0.206\n true\n
- \ 00:50:56:01:01:81\n POOL\n
- \ \n \n
- \ \n \n Specifies Guest OS Customization
- Settings\n true\n false\n
- \ b4b0914f-0d9d-4fcc-a11e-91a382d8f63f\n
- \ false\n false\n
- \ false\n true\n
- \ false\n this
- is the user data\n DEVWEB-001\n
- \ \n
- \ \n \n
- \ Specifies Runtime info\n \n \n \n Snapshot information section\n
- \ \n 2013-08-29T11:50:14.613Z\n
- \ DEVWEB\n \n
- \ \n VMware
- ESXi\n 5.1.0\n
- \ VMware, Inc.\n en\n
- \ \n \n
- \ \n \n \n \n \n \n \n \n \n \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n \n \n
- \ \n
- \ \n
- \ false\n false\n
- \ \n \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 12:00:06 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vapp-1bdae73a-8266-47a2-adbd-2b563d6b7a8a
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=mE4rkzPinvPkYMnLvNrdcS13wweW+p8tSUxcGCJN8LI=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:59:32 GMT, Thu, 29 Aug 2013 11:59:32 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.vApp+xml;version=5.1
- Content-Length:
- - '27769'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n Lease settings section\n
- \ \n
- \ 0\n 7776000\n
- \ \n \n VApp
- startup section\n \n
- \ \n
- \ \n \n The
- list of logical networks\n \n \n \n
- \ \n \n The configuration parameters for
- logical networks\n \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n true\n
- \ 10.192.0.1\n 255.255.252.0\n
- \ 10.192.0.11\n 10.192.0.12\n
- \ dev.ad.mdsol.com\n true\n
- \ \n \n
- \ 10.192.0.100\n
- \ 10.192.0.254\n \n
- \ \n 10.192.1.32\n
- \ 10.192.3.254\n \n
- \ \n \n \n
- \ \n
- \ bridged\n false\n
- \ \n true\n
- \ \n \n \n Snapshot information section\n
- \ \n 2013-08-29T11:50:10.713Z\n
- \ \n \n
- \ \n false\n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ Windows Server 2008 R2 Web Edition\n
- \ \n
- \ Virtual hardware requirements\n \n
- \ Virtual Hardware Family\n
- \ 0\n DEVWEB\n
- \ vmx-08\n
- \ \n \n 00:50:56:01:01:81\n
- \ 0\n true\n
- \ DevOps - Dev Network Connection\n
- \ E1000 ethernet adapter on \"DevOps -
- Dev Network Connection\"\n Network
- adapter 0\n 1\n
- \ E1000\n 10\n
- \ \n \n 0\n
- \ SCSI Controller\n
- \ SCSI Controller 0\n
- \ 2\n lsilogicsas\n
- \ 6\n \n
- \ \n 0\n
- \ Hard disk\n Hard
- disk 1\n \n 2000\n
- \ 2\n 17\n
- \ \n \n 0\n
- \ IDE Controller\n
- \ IDE Controller 0\n
- \ 3\n 5\n
- \ \n \n 1\n
- \ false\n
- \ CD/DVD Drive\n CD/DVD
- Drive 1\n \n 3002\n
- \ 3\n 15\n
- \ \n \n 0\n
- \ false\n
- \ Floppy Drive\n Floppy
- Drive 1\n \n 8000\n
- \ 14\n \n
- \ \n hertz
- * 10^6\n Number
- of Virtual CPUs\n 4
- virtual CPU(s)\n 4\n
- \ 0\n 3\n
- \ 4\n 0\n
- \ \n
- \ \n \n byte
- * 2^20\n Memory
- Size\n 5120 MB of
- memory\n 5\n
- \ 0\n 4\n
- \ 5120\n 0\n
- \ \n
- \ \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n
- \ Specifies the operating system installed\n
- \ Microsoft Windows Server 2008 R2 (64-bit)\n
- \ \n
- \ \n \n Specifies the available
- VM network connections\n 0\n
- \ \n 0\n
- \ 10.192.0.206\n true\n
- \ 00:50:56:01:01:81\n POOL\n
- \ \n \n
- \ \n \n Specifies Guest OS Customization
- Settings\n true\n false\n
- \ b4b0914f-0d9d-4fcc-a11e-91a382d8f63f\n
- \ false\n false\n
- \ false\n true\n
- \ false\n this
- is the user data\n DEVWEB-001\n
- \ \n
- \ \n \n
- \ Specifies Runtime info\n \n \n \n Snapshot information section\n
- \ \n 2013-08-29T11:50:14.613Z\n
- \ DEVWEB\n \n
- \ \n VMware
- ESXi\n 5.1.0\n
- \ VMware, Inc.\n en\n
- \ \n \n
- \ \n \n \n \n \n \n \n \n \n \n \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n
- \ \n \n \n
- \ \n \n \n
- \ \n
- \ \n
- \ false\n false\n
- \ \n \n
- \ \n \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 12:00:07 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/virtualHardwareSection/disks
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=mE4rkzPinvPkYMnLvNrdcS13wweW+p8tSUxcGCJN8LI=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:59:33 GMT, Thu, 29 Aug 2013 11:59:34 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.rasditemslist+xml;version=5.1
- Content-Length:
- - '2008'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ - \n 0\n SCSI
- Controller\n SCSI Controller 0\n
- \ 2\n lsilogicsas\n
- \ 6\n
\n - \n
- \ 0\n Hard
- disk\n Hard disk 1\n
- \ \n
- \ 2000\n 2\n
- \ 17\n
\n - \n
- \ 0\n IDE Controller\n
- \ IDE Controller 0\n 3\n
- \ 5\n
\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 12:00:09 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/virtualHardwareSection/disks
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=mE4rkzPinvPkYMnLvNrdcS13wweW+p8tSUxcGCJN8LI=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:59:35 GMT, Thu, 29 Aug 2013 11:59:35 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.rasditemslist+xml;version=5.1
- Content-Length:
- - '2008'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ - \n 0\n SCSI
- Controller\n SCSI Controller 0\n
- \ 2\n lsilogicsas\n
- \ 6\n
\n - \n
- \ 0\n Hard
- disk\n Hard disk 1\n
- \ \n
- \ 2000\n 2\n
- \ 17\n
\n - \n
- \ 0\n IDE Controller\n
- \ IDE Controller 0\n 3\n
- \ 5\n
\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 12:00:10 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/virtualHardwareSection/disks
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=mE4rkzPinvPkYMnLvNrdcS13wweW+p8tSUxcGCJN8LI=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:59:36 GMT, Thu, 29 Aug 2013 11:59:36 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.rasditemslist+xml;version=5.1
- Content-Length:
- - '2008'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ - \n 0\n SCSI
- Controller\n SCSI Controller 0\n
- \ 2\n lsilogicsas\n
- \ 6\n
\n - \n
- \ 0\n Hard
- disk\n Hard disk 1\n
- \ \n
- \ 2000\n 2\n
- \ 17\n
\n - \n
- \ 0\n IDE Controller\n
- \ IDE Controller 0\n 3\n
- \ 5\n
\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 12:00:11 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/virtualHardwareSection/disks
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=mE4rkzPinvPkYMnLvNrdcS13wweW+p8tSUxcGCJN8LI=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:59:37 GMT, Thu, 29 Aug 2013 11:59:37 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.rasditemslist+xml;version=5.1
- Content-Length:
- - '2008'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ \n
- \ - \n 0\n SCSI
- Controller\n SCSI Controller 0\n
- \ 2\n lsilogicsas\n
- \ 6\n
\n - \n
- \ 0\n Hard
- disk\n Hard disk 1\n
- \ \n
- \ 2000\n 2\n
- \ 17\n
\n - \n
- \ 0\n IDE Controller\n
- \ IDE Controller 0\n 3\n
- \ 5\n
\n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 12:00:12 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/guestCustomizationSection
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=mE4rkzPinvPkYMnLvNrdcS13wweW+p8tSUxcGCJN8LI=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:59:38 GMT, Thu, 29 Aug 2013 11:59:38 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.guestcustomizationsection+xml;version=5.1
- Content-Length:
- - '1405'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ Specifies Guest OS Customization Settings\n true\n
- \ false\n b4b0914f-0d9d-4fcc-a11e-91a382d8f63f\n
- \ false\n false\n
- \ false\n true\n
- \ false\n this
- is the user data\n DEVWEB-001\n
- \ \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 12:00:13 GMT
-- request:
- method: get
- uri: https://devlab.mdsol.com/api/vApp/vm-b4b0914f-0d9d-4fcc-a11e-91a382d8f63f/networkConnectionSection/
- body:
- encoding: US-ASCII
- string: ''
- headers:
- User-Agent:
- - fog/1.11.1
- Accept:
- - application/*+xml;version=5.1
- Cookie:
- - vcloud-token=mE4rkzPinvPkYMnLvNrdcS13wweW+p8tSUxcGCJN8LI=; Secure; Path=/
- response:
- status:
- code: 200
- message: ''
- headers:
- Date:
- - Thu, 29 Aug 2013 11:59:40 GMT, Thu, 29 Aug 2013 11:59:40 GMT
- Content-Type:
- - application/vnd.vmware.vcloud.networkconnectionsection+xml;version=5.1
- Content-Length:
- - '1345'
- body:
- encoding: US-ASCII
- string: ! "\n\n
- \ Specifies the available VM network connections\n
- \ 0\n \n
- \ 0\n 10.192.0.206\n
- \ true\n 00:50:56:01:01:81\n
- \ POOL\n \n
- \ \n\n"
- http_version:
- recorded_at: Thu, 29 Aug 2013 12:00:15 GMT
-recorded_with: VCR 2.5.0