spec/vcr_cassettes/whm/dns/resolvedomainname.yml in lumberg-1.0.1 vs spec/vcr_cassettes/whm/dns/resolvedomainname.yml in lumberg-1.0.3
- old
+ new
@@ -1,43 +1,54 @@
----
-- !ruby/struct:VCR::HTTPInteraction
- request: !ruby/struct:VCR::Request
- method: :get
+---
+http_interactions:
+- request:
+ method: get
uri: https://myhost.com:2087/json-api/resolvedomainname?api.version=1&domain=example.com
- body:
- headers:
- authorization:
+ body:
+ encoding: US-ASCII
+ string: ''
+ headers:
+ Authorization:
- WHM root:iscool
- response: !ruby/struct:VCR::Response
- status: !ruby/struct:VCR::ResponseStatus
+ response:
+ status:
code: 200
message: OK
- headers:
- server:
+ headers:
+ Server:
- cpsrvd/11.28.64
- transfer-encoding:
+ Transfer-Encoding:
- chunked
- content-type:
+ Content-Type:
- text/plain
- body: "{\"data\":{\"ip\":\"192.1.2.3\"},\"metadata\":{\"result\":1,\"reason\":\"OK\",\"version\":1,\"command\":\"resolvedomainname\"}}"
- http_version: "1.1"
-- !ruby/struct:VCR::HTTPInteraction
- request: !ruby/struct:VCR::Request
- method: :get
+ body:
+ encoding: UTF-8
+ string: ! '{"data":{"ip":"192.1.2.3"},"metadata":{"result":1,"reason":"OK","version":1,"command":"resolvedomainname"}}'
+ http_version: '1.1'
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
+- request:
+ method: get
uri: https://myhost.com:2087/json-api/resolvedomainname?api.version=1&domain=notexists.com
- body:
- headers:
- authorization:
+ body:
+ encoding: US-ASCII
+ string: ''
+ headers:
+ Authorization:
- WHM root:iscool
- response: !ruby/struct:VCR::Response
- status: !ruby/struct:VCR::ResponseStatus
+ response:
+ status:
code: 200
message: OK
- headers:
- server:
+ headers:
+ Server:
- cpsrvd/11.28.64
- transfer-encoding:
+ Transfer-Encoding:
- chunked
- content-type:
+ Content-Type:
- text/plain
- body: "{\"metadata\":{\"result\":0,\"reason\":\"Unable to resolve domain name.\",\"version\":1,\"command\":\"resolvedomainname\"}}"
- http_version: "1.1"
+ body:
+ encoding: UTF-8
+ string: ! '{"metadata":{"result":0,"reason":"Unable to resolve domain name.","version":1,"command":"resolvedomainname"}}'
+ http_version: '1.1'
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
+recorded_with: VCR 2.0.0
+...