Sha256: bfb97756177ef66cb5e0774763c8973a6dff8974870bc099fe5051db280dcc58

Contents?: true

Size: 1.96 KB

Versions: 5

Compression:

Stored size: 1.96 KB

Contents

--- 
- !ruby/struct:VCR::HTTPInteraction 
  request: !ruby/struct:VCR::Request 
    method: :put
    uri: http://<USER>:<PASS>@<URL>:80/network_zones/1.json?pack%5Blabel%5D=Updated+zone
    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: 
      - "\"99914b932bd37a50b983c5e7c90ae93b\""
      content-type: 
      - application/json; charset=utf-8
      date: 
      - Tue, 14 Feb 2012 15:24:31 GMT
      server: 
      - Apache/2.2.3 (CentOS)
      x-runtime: 
      - "0.044567"
      set-cookie: 
      - <REDACTED>
      cache-control: 
      - max-age=0, private, must-revalidate
      status: 
      - "200"
      transfer-encoding: 
      - chunked
    body: "{}"
    http_version: "1.1"
- !ruby/struct:VCR::HTTPInteraction 
  request: !ruby/struct:VCR::Request 
    method: :put
    uri: http://<USER>:<PASS>@<URL>:80/network_zones/404.json?pack%5Blabel%5D=My+zone
    body: 
    headers: 
      content-type: 
      - application/json
      authorization: 
      - Basic <REDACTED>
  response: !ruby/struct:VCR::Response 
    status: !ruby/struct:VCR::ResponseStatus 
      code: 404
      message: Not Found
    headers: 
      x-ua-compatible: 
      - IE=Edge,chrome=1
      x-powered-by: 
      - Phusion Passenger (mod_rails/mod_rack) 3.0.1
      content-type: 
      - application/json; charset=utf-8
      x-runtime: 
      - "0.035104"
      server: 
      - Apache/2.2.3 (CentOS)
      date: 
      - Tue, 14 Feb 2012 15:24:31 GMT
      set-cookie: 
      - <REDACTED>
      status: 
      - "404"
      cache-control: 
      - no-cache
      transfer-encoding: 
      - chunked
    body: "{\"errors\":[\"Resource not found\"]}"
    http_version: "1.1"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
squall-1.4.0 spec/vcr_cassettes/network_zones/edit.yml
squall-1.3.1 spec/vcr_cassettes/network_zones/edit.yml
squall-1.3.0 spec/vcr_cassettes/network_zones/edit.yml
squall-1.2.1beta1 spec/vcr_cassettes/network_zones/edit.yml
squall-1.2.0beta1 spec/vcr_cassettes/network_zones/edit.yml