Sha256: 91aca84f2fd1d782b2f6eced8e394553cf6c0c51e50b380f1ce8f1ec7b802a1f

Contents?: true

Size: 1001 Bytes

Versions: 6

Compression:

Stored size: 1001 Bytes

Contents

--- 
- !ruby/struct:VCR::HTTPInteraction 
  request: !ruby/struct:VCR::Request 
    method: :get
    uri: http://<USER>:<PASS>@<URL>:80/users/1/vm_stats.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: 
      - "\"d751713988987e9331980363e24189ce\""
      x-powered-by: 
      - Phusion Passenger (mod_rails/mod_rack) 3.0.1
      content-type: 
      - application/json; charset=utf-8
      x-runtime: 
      - "0.032355"
      server: 
      - Apache/2.2.3 (CentOS)
      date: 
      - Fri, 10 Feb 2012 18:25:37 GMT
      set-cookie: 
      - <REDACTED>
      status: 
      - "200"
      cache-control: 
      - max-age=0, private, must-revalidate
      transfer-encoding: 
      - chunked
    body: "[]"
    http_version: "1.1"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
squall-1.4.0 spec/vcr_cassettes/user/stats.yml
squall-1.3.1 spec/vcr_cassettes/user/stats.yml
squall-1.3.0 spec/vcr_cassettes/user/stats.yml
squall-1.2.1beta1 spec/vcr_cassettes/user/stats.yml
squall-1.2.0beta1 spec/vcr_cassettes/user/stats.yml
squall-1.1.0 spec/vcr_cassettes/user/stats.yml