--- 
- !ruby/struct:VCR::HTTPInteraction 
  request: !ruby/struct:VCR::Request 
    method: :get
    uri: http://<USER>:<PASS>@<URL>:80/users/2532564353245/data_store_zones.json
    body: 
    headers: 
      content-type: 
      - application/json
      authorization: 
      - Basic <REDACTED>
  response: !ruby/struct:VCR::Response 
    status: !ruby/struct:VCR::ResponseStatus 
      code: 200
      message: OK
    headers: 
      x-ua-compatible: 
      - IE=Edge,chrome=1
      x-powered-by: 
      - Phusion Passenger (mod_rails/mod_rack) 3.0.1
      etag: 
      - "\"48622c0afc659f89f3c5caee2909ff05\""
      content-type: 
      - application/json; charset=utf-8
      date: 
      - Fri, 10 Feb 2012 20:43:00 GMT
      server: 
      - Apache/2.2.3 (CentOS)
      x-runtime: 
      - "0.022206"
      set-cookie: 
      - <REDACTED>
      cache-control: 
      - max-age=0, private, must-revalidate
      status: 
      - "200"
      transfer-encoding: 
      - chunked
    body: "[{\"data_store_group\":{\"label\":\"Default DataStore Zone\",\"created_at\":\"2011-07-20T15:49:07Z\",\"updated_at\":\"2011-07-20T15:49:07Z\",\"id\":1}},{\"data_store_group\":{\"label\":\"Test DataStoreZone\",\"created_at\":\"2011-10-04T20:09:10Z\",\"updated_at\":\"2011-10-04T20:09:10Z\",\"id\":7}}]"
    http_version: "1.1"
- !ruby/struct:VCR::HTTPInteraction 
  request: !ruby/struct:VCR::Request 
    method: :get
    uri: http://<USER>:<PASS>@<URL>:80/users/1/data_store_zones.json
    body: 
    headers: 
      content-type: 
      - application/json
      authorization: 
      - Basic <REDACTED>
  response: !ruby/struct:VCR::Response 
    status: !ruby/struct:VCR::ResponseStatus 
      code: 200
      message: OK
    headers: 
      x-ua-compatible: 
      - IE=Edge,chrome=1
      etag: 
      - "\"48622c0afc659f89f3c5caee2909ff05\""
      x-powered-by: 
      - Phusion Passenger (mod_rails/mod_rack) 3.0.1
      content-type: 
      - application/json; charset=utf-8
      x-runtime: 
      - "0.020132"
      server: 
      - Apache/2.2.3 (CentOS)
      date: 
      - Fri, 10 Feb 2012 20:43:00 GMT
      set-cookie: 
      - <REDACTED>
      status: 
      - "200"
      cache-control: 
      - max-age=0, private, must-revalidate
      transfer-encoding: 
      - chunked
    body: "[{\"data_store_group\":{\"label\":\"Default DataStore Zone\",\"created_at\":\"2011-07-20T15:49:07Z\",\"updated_at\":\"2011-07-20T15:49:07Z\",\"id\":1}},{\"data_store_group\":{\"label\":\"Test DataStoreZone\",\"created_at\":\"2011-10-04T20:09:10Z\",\"updated_at\":\"2011-10-04T20:09:10Z\",\"id\":7}}]"
    http_version: "1.1"