Sha256: b4fad24fcf4bde0b12321546ddea9e61add7c88baa649238ab5f6ce76304f272

Contents?: true

Size: 1.1 KB

Versions: 5

Compression:

Stored size: 1.1 KB

Contents

--- 
- !ruby/struct:VCR::HTTPInteraction 
  request: !ruby/struct:VCR::Request 
    method: :post
    uri: http://<USER>:<PASS>@<URL>:80/network_zones.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: 201
      message: Created
    headers: 
      x-ua-compatible: 
      - IE=Edge,chrome=1
      location: 
      - http://<URL>/network_zones/31
      x-powered-by: 
      - Phusion Passenger (mod_rails/mod_rack) 3.0.1
      content-type: 
      - application/json; charset=utf-8
      x-runtime: 
      - "0.047988"
      server: 
      - Apache/2.2.3 (CentOS)
      date: 
      - Tue, 14 Feb 2012 15:24:13 GMT
      set-cookie: 
      - <REDACTED>
      status: 
      - "201"
      cache-control: 
      - no-cache
      transfer-encoding: 
      - chunked
    body: "{\"network_group\":{\"label\":\"My zone\",\"created_at\":\"2012-02-14T15:24:13Z\",\"updated_at\":\"2012-02-14T15:24:13Z\",\"id\":31}}"
    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/create.yml
squall-1.3.1 spec/vcr_cassettes/network_zones/create.yml
squall-1.3.0 spec/vcr_cassettes/network_zones/create.yml
squall-1.2.1beta1 spec/vcr_cassettes/network_zones/create.yml
squall-1.2.0beta1 spec/vcr_cassettes/network_zones/create.yml