Sha256: ccdb5754c0733410f0574c9af50c66ed3b6c0b281c273342a61439716d60f675

Contents?: true

Size: 1.87 KB

Versions: 6

Compression:

Stored size: 1.87 KB

Contents

--- 
- !ruby/struct:VCR::HTTPInteraction 
  request: !ruby/struct:VCR::Request 
    method: :delete
    uri: http://<USER>:<PASS>@<URL>:80/virtual_machines/1/firewall_rules/1.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
      content-type: 
      - application/json; charset=utf-8
      date: 
      - Mon, 13 Feb 2012 21:55:06 GMT
      server: 
      - Apache/2.2.3 (CentOS)
      x-runtime: 
      - "0.030314"
      set-cookie: 
      - <REDACTED>
      cache-control: 
      - no-cache
      status: 
      - "200"
      transfer-encoding: 
      - chunked
    body: " "
    http_version: "1.1"
- !ruby/struct:VCR::HTTPInteraction 
  request: !ruby/struct:VCR::Request 
    method: :delete
    uri: http://<USER>:<PASS>@<URL>:80/virtual_machines/1/firewall_rules/404.json
    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.034516"
      server: 
      - Apache/2.2.3 (CentOS)
      date: 
      - Mon, 13 Feb 2012 21:55:06 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

6 entries across 6 versions & 1 rubygems

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