--- 
- !ruby/struct:VCR::HTTPInteraction 
  request: !ruby/struct:VCR::Request 
    method: :post
    uri: http://<USER>:<PASS>@<URL>:80/virtual_machines/404/suspend.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
      date: 
      - Fri, 29 Apr 2011 19:19:26 GMT
      server: 
      - Apache/2.2.3 (CentOS)
      x-runtime: 
      - "0.029671"
      set-cookie: 
      - <REDACTED>
      cache-control: 
      - no-cache
      status: 
      - "404"
      transfer-encoding: 
      - chunked
    body: "{\"error\":\"Resource not found\"}"
    http_version: "1.1"
- !ruby/struct:VCR::HTTPInteraction 
  request: !ruby/struct:VCR::Request 
    method: :post
    uri: http://<USER>:<PASS>@<URL>:80/virtual_machines/1/suspend.json
    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://www.example.com/virtual_machines/7z2gzavnrhmmt3
      x-powered-by: 
      - Phusion Passenger (mod_rails/mod_rack) 3.0.1
      content-type: 
      - application/json; charset=utf-8
      x-runtime: 
      - "0.018702"
      server: 
      - Apache/2.2.3 (CentOS)
      date: 
      - Fri, 29 Apr 2011 19:19:26 GMT
      set-cookie: 
      - <REDACTED>
      status: 
      - "201"
      cache-control: 
      - no-cache
      transfer-encoding: 
      - chunked
    body: "{\"virtual_machine\":{\"monthly_bandwidth_used\":0,\"cpus\":1,\"label\":\"testing\",\"created_at\":\"2011-04-19T18:30:33Z\",\"operating_system_distro\":null,\"cpu_shares\":10,\"operating_system\":null,\"template_id\":null,\"allowed_swap\":true,\"local_remote_access_port\":null,\"memory\":100,\"updated_at\":\"2011-04-29T19:19:26Z\",\"allow_resize_without_reboot\":null,\"recovery_mode\":null,\"hypervisor_id\":1,\"id\":1,\"xen_id\":null,\"user_note\":null,\"allowed_hot_migrate\":null,\"user_id\":2,\"note\":null,\"strict_virtual_machine_id\":null,\"suspended\":false,\"total_disk_size\":0,\"booted\":false,\"hostname\":\"bob\",\"template_label\":null,\"identifier\":\"7z2gzavnrhmmt3\",\"initial_root_password\":\"ip8pwfqj60y6\",\"min_disk_size\":null,\"remote_access_password\":null,\"built\":false,\"locked\":false,\"ip_addresses\":[]}}"
    http_version: "1.1"